Vehicles. - 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. (
/showthread.php?tid=372025)
Vehicles. -
budelis - 25.08.2012
Hi. I set new world with
Код:
SetPlayerVirtualWorld( playerid, 1 );
And how to create vehicles in that world?
Re: Vehicles. - HuSs3n - 25.08.2012
pawn Код:
new v=CreateVehicle(..............
SetVehicleVirtualWorld(v, 1);
Re: Vehicles. -
Sinner - 25.08.2012
new vehicle = CreateVehicle(...);
SetVehicleVirtualWorld(vehicle, world);
EDIT: damn too late
Re: Vehicles. -
budelis - 25.08.2012
Thanks. If i will go to 1 world, do i see vehicles who is created simple? just
Sorry for my bad English.
Re: Vehicles. -
Lordzy - 25.08.2012
You mean that you can see vehicles which is created in virtual world 1?
Re: Vehicles. -
budelis - 25.08.2012
No. I create vehicles simple no make a world. I see them in virtualworld 1?