new Float:hp, string[10];GetPlayerHealth(playerid, hp);format(string, sizeof (string), "%i", floatround(hp, floatround_round);TextDrawSetString(Text:hptxt, string);