28.09.2017, 17:27
Are you sure that you are created timers, like this?
And then killing it by using
On Gamemode exit?
And why bother creating player timers for fuel, speed? or even mute?
Just create a global timer, Loop through all players,
And check there whatever you want to check,
More timers = More lag.
Код:
var = SetTimer...
Код:
KillTimer(var);
And why bother creating player timers for fuel, speed? or even mute?
Just create a global timer, Loop through all players,
And check there whatever you want to check,
More timers = More lag.