03.08.2013, 19:21
Make
Or something like this
pawn Код:
if(!playerisinanyvehicle(playerid))
//code for teleporting the player
else
{
// take the car coordinate (and not player's coordinate), and PutPlayerInVehicle (vehicleid)
}