you just have to remove one 0 from code, it's simple to divide it by 10.
format(predstring_p, sizeof(predstring_p), "Health: %.0f%", health_car/10);
Incorrect to an extent. A vehicle catches fire at 250HP so you might want to re-calculate so that HP percentage is measured between 250.0 hp and 1000. hp.