SA-MP Forums Archive
objects/vehicle 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: objects/vehicle problem (/showthread.php?tid=273144)



objects/vehicle problem - Unknown123 - 31.07.2011

i got a base in water and when im far away from the base then i go to the base i see the vehicles spawn under the objects (base) i tried to add +10 on z dut failed, how should i fix that?


Re: objects/vehicle problem - MadeMan - 31.07.2011

Make the floor objects stream distance bigger (6000 for example) or make them with CreateObject.


Re: objects/vehicle problem - Unknown123 - 31.07.2011

You mean the steam distance in server.cfg?


Re: objects/vehicle problem - MadeMan - 31.07.2011

No, what object streamer do you use?


Re: objects/vehicle problem - Unknown123 - 31.07.2011

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
No, what object streamer do you use?
Incognito's


Re: objects/vehicle problem - Onyx - 31.07.2011

pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0 (you can raise it higher);