10.02.2011, 17:37
If you want it for the model do it like that
If you want only the defined vehicles than do
pawn Код:
if(GetVehicleModel(vehicleid) == 453){
}
pawn Код:
if(vehicleid == Boat1 || vehicleid == Boat2) {
}