23.12.2011, 21:00
You could also do:
pawn Код:
if(IsPlayerInAnyVehicle(playerid)) RemovePlayerFromVehicle(playerid); //Remove them before we do anything else with them.
//Your bit:
PutPlayerInVehicle(...);