22.02.2009, 11:59
Use a variable, e.g:
new waron[MAX_PLAYERS];
To turn it off:
waron[playerid] = 0;
Replace 0 with 1 to enable it again.
Use
if(waron[playerid] == 0) return whatever
in your command to disable it.
new waron[MAX_PLAYERS];
To turn it off:
waron[playerid] = 0;
Replace 0 with 1 to enable it again.
Use
if(waron[playerid] == 0) return whatever
in your command to disable it.