

Dinze
-
Posts
34 -
Joined
-
Last visited
Community Answers
-
Dinze's post in Simple Question. was marked as the answer
Delete this
//WAITING ROOM updates every 2.5 second OnInit: while(1) { delwaitingroom; waitingroom "PvP Warper ["+getmapusers("guild_vs2")+"]",0; sleep 2500; //2.5 seconds } end; -
Dinze's post in @warp when dead was marked as the answer
Add this code in your @warp command
if (status_isdead(&sd->bl)){ clif_displaymessage(sd->fd,"You can not use @warp while dead."); return 0; }