27.07.2014, 15:44
I've tried to to do this but leads me into a tag mismatch.
pawn Код:
new Float:hp = GetPlayerHealthEx(playerid),string[10];
hp = floatround(hp,floatround_round);
new integer:i;
i = hp;
format(string,sizeof(string),"%i",i);
TextDrawSetString(Text:hptxt,string);