26.05.2013, 19:29
I tested the timers with a 1000ms interval without this plugin and they are executed at a interval of ~1050ms, with this plugin they are at 1000ms +- 5ms (very accurate).
I have a suggestion, this could be useful (at least for me):
I have a suggestion, this could be useful (at least for me):
pawn Code:
native GetTimerCountLeft( timerid );
/*
Returns:
-1: infinite timer (basic timers with repeating at 1 or improved timers with count at -1)
0: inexistent timers (timers with execution finished, or which didn't existed at all)
number of counts left: if there are counts left (improved timers)
*/