29.10.2015, 13:24
Quote:
You can use KillTimer() on a timer ID and it won't matter if it's running or not. |
If you create 2 variables for timers:
pawn Код:
new timer1;
new timer2
pawn Код:
timer1 = SetTimer(...);
pawn Код:
KillTimer(timer2);