06.02.2014, 22:20
Just subtract 250 from the health and divide it through 7.5 (max possible health is 750)
pawn Код:
new
Float: health
;
GetVehicleHealth(vehicleid, health);
health = (health - 250.0) / 7.5;