18.09.2010, 20:51
Is there any funcion that can detect if there is running any timer?
Like
IsRunningTimer("TimerName/Timers public");
Like
IsRunningTimer("TimerName/Timers public");
New timer1running;
SetTimer(blabla timer1running = 1;
new timer;
timer = SetTimer(..); // Timer ID's start at 1
if(timer)
{
// do ya stuff
}