IsInCopCar
#3

Here is the cop and fbi cars + the predator boat + police maverick
pawn Код:
forward IsInCopCar(vehicleid);
public IsInCopCar(vehicleid)
{
  switch(GetVehicleModel(vehicleid))
  {
    case 427, 430, 490, 497, 528,
    596, 597, 598, 599, 601:
    {
      return 1;
    }
  }
  return 0;
}
Reply


Messages In This Thread
IsInCopCar - by Chrham_2 - 20.02.2010, 00:54
Re: IsInCopCar - by [LSR]State_Trooper - 20.02.2010, 08:54
Re: IsInCopCar - by bajskorv123 - 20.02.2010, 09:07
Re: IsInCopCar - by Chrham_2 - 20.02.2010, 12:11
Re: IsInCopCar - by [LSR]State_Trooper - 20.02.2010, 12:25

Forum Jump:


Users browsing this thread: 1 Guest(s)