CityWide Problem
#1

I added some new cars in my script(LSPD,SFPD and LVPD Cars) . But I want to make it that ONLY the cops to drive them, so I must modify the kind of the car(Like the IsATaxiCar, IsAnAmbulance etc.). The problem is: HOW can I?!
pawn Код:
public IsACopCar(carid)
{
    if (CarInfo[carid][cType]==CARTYPE_COP) return 1;
    return 0;
}
How can I make the Car Type of the cars to Cop Car Types?!
Sorry for my bad English.
Reply


Messages In This Thread
CityWide Problem - by Ov3r - 30.04.2009, 12:30
Re: CityWide Problem - by James_Alex - 30.04.2009, 13:43
Re: CityWide Problem - by Ov3r - 30.04.2009, 14:44
Re: CityWide Problem - by Ov3r - 30.04.2009, 16:43
Re: CityWide Problem - by Weirdosport - 30.04.2009, 17:07
Re: CityWide Problem - by Ov3r - 30.04.2009, 17:28
Re: CityWide Problem - by Andom - 30.04.2009, 17:32
Re: CityWide Problem - by Weirdosport - 30.04.2009, 17:39

Forum Jump:


Users browsing this thread: 1 Guest(s)