28.05.2018, 00:12
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);
format(predstring_p, sizeof(predstring_p), "Health: %.0f%", health_car/10);