Posts: 210
Threads: 68
Joined: Aug 2018
Reputation:
0
hi guys , so i created a map with map editor and put the objects code on game mode , and i want to put vehicles in that map , and its on the top of the ocean ! now the vehicle will drop in the ocean and i think its because of the objects will not load until you be close to them !! what can i do for that ? i cant move the map ! its a little hard work if there is some other ways please help me with them!
Posts: 232
Threads: 9
Joined: Apr 2012
Reputation:
0
Make a timer, or try re spawning them after they spawn.
Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
you can try to make some normal objects on which the vehicles could stay with CreateObject
Posts: 20
Threads: 1
Joined: Jan 2019
Reputation:
0
Put a high draw distance for the ground dynamic objects, > 400
Posts: 1,690
Threads: 18
Joined: Jul 2012
Reputation:
0
Or for the ground object try using CreateObject instead of CreateDynamicObject (If you are using this).