How to use this on one type of vehicle
#4

pawn Код:
public IsAnAmbulance(car)
{
  new model = GetVehicleModel(car);
  if(model == 416 || model == 407 || model == 544) return true;
  return false;
}
Reply


Messages In This Thread
How to use this on one type of vehicle - by Jacob_T_Harden - 15.01.2011, 05:18
Re: How to use this on one type of vehicle - by GangsTa_ - 15.01.2011, 05:34
Re: How to use this on one type of vehicle - by Jacob_T_Harden - 15.01.2011, 05:38
Re: How to use this on one type of vehicle - by PeteShag - 15.01.2011, 05:55
Re: How to use this on one type of vehicle - by Jacob_T_Harden - 15.01.2011, 06:01

Forum Jump:


Users browsing this thread: 1 Guest(s)