Hyoru Posted April 23, 2012 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
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 Hyoru0 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.