Is it possibleto add cars in dif virtual worlds
#1

ok so im making a game mode where 1 vvirtual world = stunting and the other = zombies. In the zombie one no objects appear but i need only the cars to appear so the drivers can get away from zombies. Im wondering how will i make the cars spawn in the virtual world
Reply
#2

pawn Код:
SetVehicleVirtualWorld( AddStaticVehicle(model, x, y, z, rot, color1, color2) , World);
or:

pawn Код:
new vehicle = AddStaticVehicle(model, x, y, z, rot, color1, color2);
SetVehicleVirtualWorld( vehicle , World);
Which is both the same.

Jeffry
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)