04.06.2012, 03:03
When you kill a timer, do this
It'd be a good idea to write a hook/macro for this, which I may do.
pawn Код:
new timer1;
timer1 = SetTimer(...);
KillTimer(timer1);
timer1 = -1;

