wie kann man den aus der
1000 HP anzeige ine 100 HP anzeige machen ?
new Float:hp;
GetVehicleHealth(GetPlayerVehicleID(i), hp);
if(hp > 700){format(zustand, 30,"Zustand: ~g~%.0f", hp);}
if(hp < 700){format(zustand, 30,"Zustand: ~y~%.0f", hp);}
if(hp < 350){format(zustand, 30,"Zustand: ~r~%.0f", hp);}
if(hp < 250){format(zustand, 30,"Zustand: ~r~%s", "Motorschaden");}