05.08.2013, 13:11
pawn Код:
new Float:hp;
GetPlayerHealth(playerid, hp);
format(string, sizeof(string), "Health:%.0f%", floatround(hp));
PlayerTextDrawSetString(playerid, Textdraw1[playerid], string);
PlayerTextDrawShow(playerid, Textdraw1[playerid]);