15.11.2018, 12:50
new vehiculo = GetPlayerVehicleID(playerid);
new seat = GetPlayerVehicleSeat(playerid);
You are doing wrong?
change it to :
idJugador
new vehiculo = GetPlayerVehicleID(idJugador);
new seat = GetPlayerVehicleSeat(idJugador);
You are getting player's vehicle ID and player's seat and placing the same player in that vehicle xD
new seat = GetPlayerVehicleSeat(playerid);
You are doing wrong?
change it to :
idJugador
new vehiculo = GetPlayerVehicleID(idJugador);
new seat = GetPlayerVehicleSeat(idJugador);
You are getting player's vehicle ID and player's seat and placing the same player in that vehicle xD