Hyoru Posted April 23, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: Thursday at 12:20 PM Share Posted April 23, 2012 (edited) OnPCDieEvent: for (set @i,5; @i > 0;set @i,@i-1 ){ dispbottom "You gonna respawn in "+@i+" Seconds"; sleep2 5000; } atcommand "@warp PVPMAP"; //<< warp to a random coords. atcommand "@alive"; // Ressu if you server is blocked to ressu when warp. end; } Got a big problem... everywhere when you die ressu x_x, how can i fix that? Fixed. Edited April 23, 2012 by Hyoru Quote Link to comment Share on other sites More sharing options...
Question
Hyoru
OnPCDieEvent:
for (set @i,5; @i > 0;set @i,@i-1 ){ dispbottom "You gonna respawn in "+@i+" Seconds"; sleep2 5000; }
atcommand "@warp PVPMAP"; //<< warp to a random coords.
atcommand "@alive"; // Ressu if you server is blocked to ressu when warp.
end;
}
Got a big problem... everywhere when you die ressu x_x, how can i fix that?
Fixed.
Edited by HyoruLink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.