12.05.2009, 12:11
GetPlayerVehicleID(playerid);
Replace with GetVehicleModel(GetPlayerVehicleID(playerid));
And maybe instead of using OnPlayerEnterVehicle use OnPlayerStateChange, I heard it was more reliable at detecting if a player is in a vehicle or not (plus you can make sure the player is the driver rather than the passenger)
Replace with GetVehicleModel(GetPlayerVehicleID(playerid));
And maybe instead of using OnPlayerEnterVehicle use OnPlayerStateChange, I heard it was more reliable at detecting if a player is in a vehicle or not (plus you can make sure the player is the driver rather than the passenger)

