Why my Gamemode causes lag? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Why my Gamemode causes lag? (
/showthread.php?tid=71096)
Why my Gamemode causes lag? -
CTCCoco - 29.03.2009
Somebody can tell me why my gamemode causes lag?
Exceed of Settimers, too much cars, or What?
Please help me, Sorry for my bad English...
Re: Why my Gamemode causes lag? -
Sandra18[NL] - 29.03.2009
http://forum.sa-mp.com/index.php?topic=95573.0
Re: Why my Gamemode causes lag? -
CTCCoco - 29.03.2009
Quote:
Originally Posted by =>Sandra<=
|
Thanks for all...
Re: Why my Gamemode causes lag? -
ReV. - 29.03.2009
How many times in OnPlayerUpdate called on your script?
It could be because of too many timers that are running at the same time, exceeded vehicle model limits and possibly the box which your server is hosted on.
Re: Why my Gamemode causes lag? -
CTCCoco - 29.03.2009
Quote:
Originally Posted by Fatal
How many times in OnPlayerUpdate called on your script?
It could be because of too many timers that are running at the same time, exceeded vehicle model limits and possibly the box which your server is hosted on.
|
I have 18 OnPlayerUpdate, 96 SetTimers ( only 3 or 4 timers are be used frequently ), and I have 450 Vehicles.
Can you help me? Thanks for all