SA-MP Forums Archive
Cars fall out of building map. - 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: Cars fall out of building map. (/showthread.php?tid=536872)



Cars fall out of building map. - Seifspeed - 12.09.2014

I don't know why but i have this dealership map and sometimes this cars get out of the building.
Any Ideas and thanks.


Re: Cars fall out of building map. - amirab - 12.09.2014

use CreateObject for there to load objects faster
i had this problem before for my team base but i changed the ground DynamicObject to normal form
and it fixed


Re: Cars fall out of building map. - Sledgehammer - 12.09.2014

If you use CreateDynamicObject, Vehicles will load faster whilst the objects are being streamed in with the include steamer. Use the normal CreateObject to make it static.


Re: Cars fall out of building map. - Elmin - 12.09.2014

Or you can try to add +1 or +2 to the z coordinates of your vehicles, so they are higher, sometimes that may help, sometimes not


Re: Cars fall out of building map. - Clad - 12.09.2014

Use a timer of 4 seconds when the player gets into this map, After 4 seconds he will get unfrozen.
Use
pawn Код:
SetTimerEx
This way, The vehicles will be loaded and everything else.