08.08.2010, 20:17
Just do:
At the top:
Near your timer:
Kill Timer:
Should work, I don't know for sure though.
At the top:
pawn Code:
new timer;
pawn Code:
timer = SetTimerEx("Blah", 1000, 1, "i", playerid);
pawn Code:
KillTimer(timer);