SA-MP Forums Archive
Vehicles in another world - 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: Vehicles in another world (/showthread.php?tid=387650)



Vehicles in another world - Brandlax - 25.10.2012

How do i spawn vehicles particularly for a world?

For example I want a Hydra to be in SF in a place in the world 1..so that it doesn't show up in the same place in world 0?


Re: Vehicles in another world - Catalyst- - 25.10.2012

pawn Код:
SetVehicleVirtualWorld(vehicleid, worldid);



Re: Vehicles in another world - Brandlax - 25.10.2012

Thanks