23.01.2012, 20:00
Each time someone does /eon, it starts the timer(s) again. Therefore, if you have a timer being called every 300ms, then you start the timer AGAIN, it's going to be called twice every 300ms- which could get salty.
Just make a per-player timer using SetTimerEx.
Just make a per-player timer using SetTimerEx.