Another IsACopCar
#4

Change the forward to forward IsACopCar(carid, playerid) aswell

Loop:
pawn Код:
public IsACopCar(carid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        new model = GetVehicleModel(GetPlayerVehicleID(i));
        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;
}
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: 1 Guest(s)