16.10.2011, 18:10
Blood, This is the percent of life of the vehicle, bearing in mind that the vehicle explodes at 250 points of life.
Code:
GetVehicleHealth(vID, vHP); format(str, sizeof(str), "%d", floatround(((vHP - 250) * 100) / 750));