11.03.2012, 09:13
Define the timer
something like
then use
something like
pawn Код:
new Timer[MAX_PLAYERS]; //top of script
Timer[playerid] = SetTimerEx(//blahblahblah);
pawn Код:
KillTimer(Timer[playerid]); //should stop the kicking