08.02.2012, 10:49 
	
	
	
		I wanna add more vehicles for gang and cop.but i think use vehicleid is a bad way.
When you wanna add more car,you should re-edit the code.
like this:
Who have idea to make it easier and more convenient?
	
	
	
	
When you wanna add more car,you should re-edit the code.
like this:
Код:
public IsACopCar(carid)
{
	if((carid >= 16) && (carid <= 38))
	{
		return 1;
	}
	return 0;
}
if you wanna add more vehicle,you should re-edit

