11.05.2010, 02:10
How do I do a command that can be used only once untill ur dead and then u can use it again after you spawn?
Thanks
Thanks
new WaitDeath[MAX_PLAYERS];
if(WaitDeath[playerid] == 1) { SendClientMessage(playerid,COLOR,"You need to wait until you die to use this command again"); return 1; }
WaitDeath[playerid] = 1;
WaitDeath[playerid] = 0;