30.07.2013, 20:04 
	
	
	
		Okay I have this code in a timer:
I smash up my car a bit till its in black ish smoke.. I then update the database on its health and I look into the database and see that the health is 1135.0  ... 1000.0 is full health.. yet this car was in black smoke?
	
	
	
	
pawn Код:
new Float:VHealth;
GetVehicleHealth(GetPlayerVehicleID(playerid), VHealth);
VehicleInfo[i][VehicleHealth] = VHealth;

