29.06.2013, 17:53
Who not try something like this:
Gets vehicle id of the player who typed the command and puts the other player in the vehicle of the playerid to whatever seat the player types.
pawn Код:
new vehicle;
vehicle = GetPlayerVehicleID(playerid);
PutPlayerInVehicle(playerb,vehicle, seatid);

