How to teleport player and his veh ?
#2

Just set the vehicle positions instead player positions:
pawn Код:
if(!IsPlayerInAnyVehicle(playerid)) SetPlayerPos(playerid, ...);   // Check if player is NOT in any vehicle and sets the player's position.
else SetVehiclePos(GetPlayerVehicleID(playerid), ...);  // Else (If he is in a vehicle) set the vehicle's position.
Reply


Messages In This Thread
How to teleport player and his veh ? - by bustern - 06.09.2013, 08:44
Re: How to teleport player and his veh ? - by Dragonsaurus - 06.09.2013, 08:53
Re: How to teleport player and his veh ? - by Konstantinos - 06.09.2013, 11:07
Re: How to teleport player and his veh ? - by Dragonsaurus - 06.09.2013, 11:11

Forum Jump:


Users browsing this thread: 1 Guest(s)