IsInCopCar
#2

Код:
forward IsACopCar(vehicleid);

Код:
public IsACopCar(vehicleid)
{
	if( GetVehicleModel(vehicleid) == 596 || GetVehicleModel(vehicleid) == 595 || GetVehicleModel(vehicleid) == 597 ) {
		return 1;
	}
	return 0;
}
Hopefully this helped
Reply


Messages In This Thread
IsInCopCar - by Chrham_2 - 20.02.2010, 00:54
Re: IsInCopCar - by [LSR]State_Trooper - 20.02.2010, 08:54
Re: IsInCopCar - by bajskorv123 - 20.02.2010, 09:07
Re: IsInCopCar - by Chrham_2 - 20.02.2010, 12:11
Re: IsInCopCar - by [LSR]State_Trooper - 20.02.2010, 12:25

Forum Jump:


Users browsing this thread: 1 Guest(s)