Lag from the gamemode - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Lag from the gamemode (
/showthread.php?tid=323476)
Lag from the gamemode -
cs_waller - 05.03.2012
What are the reasons for lag a server.The lag is comming from the gamemode
Re: Lag from the gamemode -
Chrillzen - 05.03.2012
Old file reading functions, slow command processors etc.
Re: Lag from the gamemode -
cs_waller - 05.03.2012
It is possible if I make timer in OnGAmeModeInit and I accumulated very much things in this timer the lag is comming from this timer ?
Re: Lag from the gamemode -
Chrillzen - 05.03.2012
It's possible, timers cause lag.
Re: Lag from the gamemode -
cs_waller - 05.03.2012
Is there a script that keeps a stable server without lag
Re: Lag from the gamemode -
Chrillzen - 05.03.2012
Make one from scratch, it's the best way. Else try Vortex 2 if you're looking for roleplay.
Re: Lag from the gamemode -
cs_waller - 06.03.2012
If I post 5 timers in OnGameModeInit and I don't stop the timers in OnGameModeExit with KillTimer, If it possible to make problems or make lag ?