Draw distance for vehicles? - 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: Draw distance for vehicles? (
/showthread.php?tid=346652)
Draw distance for vehicles? -
Fmfan - 29.05.2012
Is it possible to change distance from where will player be able to see car? I need this because I mapped custom city and I have vehicles in my gamemode. So when I connect, vehicles just fall into sea because they spawn faster then all the objects appear
Re: Draw distance for vehicles? -
iggy1 - 29.05.2012
Nope unless you create your own vehicle streamer.
EDIT: You could use "CreateObject" for ground objects, vehicles wont fall through these objects.
Dynamic objects are destroyed when not in view distance this is why vehicles fall through them.