19.07.2017, 19:06
Hello there everybody, hope you all doing great,
so, as the title states, how to destroy a timer, and no, I do not refer to the native timers that SA-MP supports, I'm talking about y_timers from YSI,
I do this usually
But is it equivalent to?
thanks in advance!
so, as the title states, how to destroy a timer, and no, I do not refer to the native timers that SA-MP supports, I'm talking about y_timers from YSI,
I do this usually
PHP код:
stop TIMER();
PHP код:
killTimer(TIMER);