Vehicle Problem
#7

Quote:
Originally Posted by lwilson
Посмотреть сообщение
BUMP
Its because you first ask if the vehicle is a cop vehicle...

Well, and all IsAHENRYCar are Cop Vehicles...so this get ignored...

So change your IsACopCar function:

Код:
IsACopCar(carid)
{
	for(new v = 0; v < sizeof(LSPDVehicles); v++)
	{
            if(v == 17 || v == 18 || v == 26 || v == 27) continue;
	    if(carid == LSPDVehicles[v]) return 1;
	}
	return 0;
}
Greekz
Reply


Messages In This Thread
Vehicle Problem - by lwilson - 18.03.2015, 18:27
Re: Vehicle Problem - by SickAttack - 18.03.2015, 18:31
Re: Vehicle Problem - by Matess - 18.03.2015, 19:27
Re: Vehicle Problem - by DeitY - 18.03.2015, 23:22
Re: Vehicle Problem - by lwilson - 19.03.2015, 06:35
Re: Vehicle Problem - by lwilson - 19.03.2015, 08:37
AW: Re: Vehicle Problem - by Kaliber - 19.03.2015, 08:43
Re: AW: Re: Vehicle Problem - by lwilson - 19.03.2015, 09:05
AW: Re: AW: Re: Vehicle Problem - by Kaliber - 19.03.2015, 09:07
Re: AW: Re: AW: Re: Vehicle Problem - by lwilson - 19.03.2015, 09:17

Forum Jump:


Users browsing this thread: 1 Guest(s)