13.10.2012, 08:41 
	
	
	
		How to refill the civil cars with 100 fuel at respawn?
	
	
	
	
public OnVehicleSpawn(vehicleid)
{
SetVehicleFuel(vehicleid,100); //or whatever you use to change fuel value
return 1;
}
if(vehicleid != [ARMY/COPS/CIA/MEDIC]Vehicle IDs)
{
SetVehicleFuel(vehicleid,100); //or whatever you use to change fuel value
return 1;
}