09.08.2009, 03:43
You can just do this:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if vehicleid = (Car ID's that can't have NOS); { }
else { AddVehicleComponent(vehicle, 1010); }
}