Another IsACopCar
#7

pawn Код:
stock IsCopCar(playerid)
{
    switch(GetVehicleModel(GetPlayerVehicleID(playerid)))
    {
        case 425, 427, 520: return 1; // Add the rest of the cop vehicles separated by a ,
    }
    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: 2 Guest(s)