How to make 17 cars into 1
#2

do you mean something like this?

Код:
public IsACopCar(carid)
{
	new vehicle = GetVehicleModel(carid);
	if(vehicle == yournumberhere)
	{
		return 1;
	}
	return 0;
}
Reply


Messages In This Thread
How to make 17 cars into 1 - by JoeDaDude - 12.06.2009, 17:09
Re: How to make 17 cars into 1 - by Flo_White - 12.06.2009, 17:59
Re: How to make 17 cars into 1 - by ziomal396 - 12.06.2009, 18:14
Re: How to make 17 cars into 1 - by BioFreeze - 12.06.2009, 18:36

Forum Jump:


Users browsing this thread: 2 Guest(s)