SA-MP Forums Archive
lag problem! - 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 problem! (/showthread.php?tid=606164)



lag problem! - TurkModeBoy - 30.04.2016

No lag in the chat on the server , but the player is freezing because of plugins that be ?


Re: lag problem! - MBilal - 30.04.2016

Use less Data Under OnPlayerUpdate
Most of the Filterscript use OnPlayerUpdate

Lot of data under OnPlayerUpdate cause lot of lag
Like have to load data ..
OnPlayerUpdate work to fast as compare to simple timers.
So when data called again and again in less time that can cause huge lag.


Re: lag problem! - TurkModeBoy - 30.04.2016

30 or above