#1

i want to make something... but i have a problem with it...
i want that when you type /command a vehicle will spawn and you will be in it as a driver...
i did:
Код:
new vehicleid = CreateVehicle(522, X, Y, Z, A, 0, 0, 60);
PutPlayerInVehicle(playerid, vehicleid, 0);
the problem is that i did that when you type /command you VW(virtual world) will change to 50... but the Vehicle crerates on VW 0!!! so it doesn't put me in the vehicle!!! plz help
Reply
#2

pawn Код:
new
    vehicleid = CreateVehicle(522, X, Y, Z, A, 0, 0, 60);
SetPlayerVirtualWorld(playerid, 0);
SetVehicleVirtualWorld(vehicleid, 0);
PutPlayerInVehicle(playerid, vehicleid, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)