Objects loading slow - 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: Objects loading slow (
/showthread.php?tid=201084)
Objects loading slow -
bartje01 - 20.12.2010
Hey guys. Many objects are loading very slow. It has nothing to do with a streamer or anything. I'm not using any object streamer. I Don't even have a single createobject in my script.
It are just some gas stations and street lights.
please help.
Thankyou
Re: Objects loading slow -
Voldemort - 20.12.2010
Set draw distance in your game settings abit higher, or get better PC
Re: Objects loading slow -
bartje01 - 20.12.2010
No it's not my game. Everyone has this problem on my server.
Re: Objects loading slow -
Babul - 20.12.2010
due to the late spawning is caused by the (slow) loading, you can force to load "early needed" object(s), like some stairways, or your gasstation, below ground. just add it once before you enter the "real" mapped gasstation. the fake station below ground wont get recognized there, but il will remain in memory, so it only needs to get streamed fast. the lights will cause a problem (lightning up your ground), so this trick will fuck up then....
Re: Objects loading slow -
Drowzz - 20.12.2010
Lol Uchiha Fail!
Wich GM?
Maxlife GM??
Option 1: Update all your include's etc.
Option 2: If you use the maxlife GM, Copie the shit out objects.pwn and place it somewhere else, and use another streamer
Drowzz
Re: Objects loading slow -
bartje01 - 21.12.2010
Jup ty drowzz. Stupid that I didn't thought of this earlier.