19.03.2015, 11:52
Quote:
Erm? Can you give me the /leave cmd codes according to my script? zcmd
|
Read tutorials if you don't know how to make it..but it's that easy...well:
PHP Code:
CMD:leave(playerid)
{
//In the leave command:
if(!inMinigun{playerid}) return SCM(playerid,-1,"You aren't in a Minigun Event!");
inMinigun{playerid} = false;
return 1;
}