Posts: 59
Threads: 15
Joined: Sep 2011
Reputation:
0
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
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
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.