08.08.2009, 19:40
If they cant have nos they dont add nos so just add veh component and it will add
BTW im not sure if OnPlayerEnterVehicle will work ! Try OnPlayerStateChange
BTW im not sure if OnPlayerEnterVehicle will work ! Try OnPlayerStateChange
pawn Код:
//Under OnPlayerStateChange
if(GetPlayerState(playerid)) == PLAYER_STATE_DRIVER)
{
AddVehicleComponent(GetPlayerVehicleID(playerid), 1010);
}