Lordamax Posted January 9, 2012 Share Posted January 9, 2012 How can i disable the @go command if the player died? Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 9, 2012 Share Posted January 9, 2012 add this in the @go command function there.... if( pc_isdead(sd) ) { clif_displaymessage(fd, "You cannot use this command when dead."); return -1; } Quote Link to comment Share on other sites More sharing options...
Lordamax Posted January 10, 2012 Author Share Posted January 10, 2012 (edited) where should i put that code? *find it already tnx for the help Edited January 10, 2012 by Tabomax Quote Link to comment Share on other sites More sharing options...
How can i disable the @go command if the player died?
Link to comment
Share on other sites