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