21.08.2010, 11:50
You must have an array of timer ids.
Like this:
Edit: I was a fail ninja at first.
Like this:
Код:
new TimerStack[MAX_PLAYERS]; TimerStack[playerid] = SetTimerEx("DisablePlayerKnockout",3500,0,"i",playerid); KillTimer(TimerStack[playerid]);