Another IsACopCar
#8

pawn Код:
public IsACopCar(carid)
{

new model = GetVehicleModel(carid);
if (model == 425||model == 527||model == 520||model == 497||model == 470||model == 432||model == 428||model == 427||model == 423||model >= 596 && model <=599||model == 601)
{
return 1;
}
return 0;
}
But you will need to use something like this: IsCopCar(GetPlayerVehicleID(playerid));
Reply


Messages In This Thread
Another IsACopCar - by cotyzor - 14.06.2011, 17:39
Re: Another IsACopCar - by Wesley221 - 14.06.2011, 17:43
Re: Another IsACopCar - by cotyzor - 14.06.2011, 17:53
Re: Another IsACopCar - by Wesley221 - 14.06.2011, 18:00
Re: Another IsACopCar - by Steven82 - 14.06.2011, 18:21
Re: Another IsACopCar - by cotyzor - 15.06.2011, 01:41
Re: Another IsACopCar - by [L3th4l] - 15.06.2011, 03:26
Re: Another IsACopCar - by Farsek - 15.06.2011, 03:33
Re: Another IsACopCar - by Basicz - 15.06.2011, 03:44
Re: Another IsACopCar - by cotyzor - 19.06.2011, 17:11

Forum Jump:


Users browsing this thread: 2 Guest(s)