How to make 17 cars into 1
#3

The function should look like this:

Код:
IsACopCar(vehicleid)
{
	switch(GetVehicleModel(vehicleid))
	{
		case 596..599, 427:
		{
			return 1;
		}
		return 0;
	}
}
Quote:

if(IsACopCar(GetPlayerVehicleid(playerid))
{
//insert code
}

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: 1 Guest(s)