Lordamax Posted January 9, 2012 Posted January 9, 2012 How can i disable the @go command if the player died? Quote
Emistry Posted January 9, 2012 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
Lordamax Posted January 10, 2012 Author 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
Question
Lordamax
How can i disable the @go command if the player died?
2 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.