26.07.2018, 18:42
Quote:
|
Why are you using shorter and shorter timers? If you want something to happen once an hour, use a one hour timer:
Код:
task RaceTimer[60 * 60 * 1000]()
{
// Called once an hour - no messing, no misses!
}
Then use the timerfix plugin to improve the accuracy. Don’t use ad-hoc half-baked pawn solutions that just end up vastly more complex code. |
Or y_timer library works differently?


