Cars spawn under the 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 spawn under the map (
/showthread.php?tid=416597)
Cars spawn under the map -
iBlezyy - 17.02.2013
When I do the command /HJ (HugeJump) the cars spawn under the map. And from what I've heard you need to use SetTimerEX or something. But how do I code that? Someone please help!!
Thanks!
AW: Cars spawn under the map -
iBlezyy - 17.02.2013
Anyone?
Respuesta: Cars spawn under the map -
Dex007HLH - 17.02.2013
Well maybe you should adjust the respawn time
https://sampwiki.blast.hk/wiki/AddStaticVehicleEx
Respuesta: Cars spawn under the map -
admantis - 17.02.2013
If the objects are streamed (using any streamer include/plugin) the cars might spawn before the objects load when the player is nearby. To fix this, use SA:MP native CreateObject function.
AW: Respuesta: Cars spawn under the map -
iBlezyy - 17.02.2013
Quote:
Originally Posted by admantis
If the objects are streamed (using any streamer include/plugin) the cars might spawn before the objects load when the player is nearby. To fix this, use SA:MP native CreateObject function.
|
Thanks, yes I use streamer and this problems occurred once I started to use streamer.
thanks.