Vehicles.
#1

Hi. I set new world with

Код:
SetPlayerVirtualWorld( playerid, 1 );
And how to create vehicles in that world?
Reply
#2

pawn Код:
new v=CreateVehicle(..............

SetVehicleVirtualWorld(v, 1);
Reply
#3

new vehicle = CreateVehicle(...);
SetVehicleVirtualWorld(vehicle, world);

EDIT: damn too late
Reply
#4

Thanks. If i will go to 1 world, do i see vehicles who is created simple? just

Код:
AddStaticVehicle
Sorry for my bad English.
Reply
#5

You mean that you can see vehicles which is created in virtual world 1?
Reply
#6

No. I create vehicles simple no make a world. I see them in virtualworld 1?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)