SA-MP Forums Archive
Objects and vehicles problem! - 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: Objects and vehicles problem! (/showthread.php?tid=663845)



Objects and vehicles problem! - PoniStar - 12.02.2019

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!


Re: Objects and vehicles problem! - d3Pedro - 12.02.2019

Make a timer, or try re spawning them after they spawn.


Re: Objects and vehicles problem! - PepsiCola23 - 12.02.2019

you can try to make some normal objects on which the vehicles could stay with CreateObject


Re: Objects and vehicles problem! - MEGADETHS - 12.02.2019

Put a high draw distance for the ground dynamic objects, > 400


Re: Objects and vehicles problem! - Bingo - 13.02.2019

Or for the ground object try using CreateObject instead of CreateDynamicObject (If you are using this).