vehicle problem
#2

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


Messages In This Thread
vehicle problem - by park4bmx - 10.02.2011, 17:32
AW: vehicle problem - by Nero_3D - 10.02.2011, 17:37
Re: vehicle problem - by Riddick94 - 10.02.2011, 17:37
Re: AW: vehicle problem - by park4bmx - 10.02.2011, 17:37

Forum Jump:


Users browsing this thread: 2 Guest(s)