03.02.2012, 08:07
You have to store the timer ID in a variable.
pawn Код:
new captureTimer;
captureTimer = SetTimer(...);
KillTimer(captureTimer);