17.04.2012, 03:11
what is the difference between SetTimer and SetTimerEx?
is there any way to kill settimerEx??
pls help!!!
is there any way to kill settimerEx??
pls help!!!
SetTimer("KillPlayer",5000,false);
SetTimerEx("KillPlayer",5000,false,"d",playerid);
new timer = SetTimerEx("somefunc", 1000, false, "dd", 1, 3);
KillTimer(timer);