2021-04-12, 01:17 PM
I don't see any problem in there, your last chance might be changing every %f back to %d, and convert every float (for example Player[playerid][Health]) to integer:
but I would keep the floatstr(Field) as it is.
https://open.mp/docs/scripting/functions/floatround
Code:
Player[playerid][Health]
?
floatround(Player[playerid][Health], floatround_round);
but I would keep the floatstr(Field) as it is.
https://open.mp/docs/scripting/functions/floatround