04.05.2013, 20:47
i just have a question, if you wanted to make that for a single player, why did you looped it and maked it for all players?
This must be like this if you want for that to work
Код:
new Float: hp; GetPlayerHealth(playerid, hp); format(mstr,sizeof(mstr),"% .0f hp",hp); TextDrawSetString(HP1[playerid],mstr);