Stopping timer and starting timer with the same duration
#3

I'm not quite sure what your goal is but it seems like you want to stop a timer and restart it:

pawn Код:
new tHandle = SetTimerEx(...);

// Restarting

KillTimer(tHandle);
tHandle = SetTimerEx(...);
Reply


Messages In This Thread
Stopping timer and starting timer with the same duration - by TheSimpleGuy - 15.05.2014, 14:27
Re: Stopping timer and starting timer with the same duration - by DaniceMcHarley - 15.05.2014, 15:38
Re: Stopping timer and starting timer with the same duration - by Campbell- - 15.05.2014, 16:15
Re: Stopping timer and starting timer with the same duration - by KingHual - 15.05.2014, 16:34

Forum Jump:


Users browsing this thread: 1 Guest(s)