PutPlayerInVehicle
#1

Hi,

I set player world where is vehicle world can i putplayerinvehicle instantly or i need to set a little timer?
Reply
#2

Well, if you want to put them in the vehicle just use this:'

pawn Code:
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid), 10);
SetPlayerVirtualWorld(playerid, 10);
Replace the 10s with whatever virtual world you desire. Then you can put them in the vehicle right after that function.
Reply
#3

Are you using a /goto command or what?

Use PutPlayerInVehicle(playerid, yourcarID);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)