will long lines in script 100k lines slow down gamemode - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: will long lines in script 100k lines slow down gamemode (
/showthread.php?tid=572079)
will long lines in script 100k lines slow down gamemode -
PSYCHOBABYKILLA - 25.04.2015
does it matter how much lines you got in your gamemode
i mean its only common sense that everything has its limit im just looking to see if anyone knows about a limit
https://sampwiki.blast.hk/wiki/Limits
i checked there thats about it have work to do
Re: will long lines in script 100k lines slow down gamemode -
RaeF - 25.04.2015
Lines in script just affect to am size & compiling time, not performance *Maybe
Re: will long lines in script 100k lines slow down gamemode -
Michael B - 25.04.2015
Well, it mostly depends what the lines inside your gamemode are supposed to do. If there are plenty of timers and many custom objects created or destroyed, it is obviously that it might slow down your sever's performance.
So far I've seen 140k lines gamemodes, so I don't think there is a limit, excepting creativity and hard work.