11.06.2013, 20:53
Quote:
Try replacing
Код:
foreach (new i : Player) Код:
foreach(Player, i) Код:
SetTimerEx("Speedometer", 1000, true, "d", i); |
I know that the speed of the timer is causing lag, but i want to make it global Timer because now its a timer per player (SetTimerEx) and it starts 50 times (my server is 50 slots), But when i make it global Timer the timer doesn't work with foreach... One timer is better than 50 timers
So my question is how to make it global timer and to work like it works now...