07.06.2012, 23:40
On 'OnGameModeExit' callback,
use KillTimer(YourTimerName);
EDIT: i think i mis-read what you wanted.
use SetTimer(timerid,time,1);
if you set 1, it means it will repeat the timer.
I think thats what you said right?
use KillTimer(YourTimerName);
EDIT: i think i mis-read what you wanted.
use SetTimer(timerid,time,1);
if you set 1, it means it will repeat the timer.
I think thats what you said right?