26.04.2010, 23:05
i made a textdraw to show the exact amount of the players health,
But how do i make it automatically update?
Code:
new Float:he; GetPlayerHealth(playerid,he); new string[40]; format(string, 40, "Health: %f",he); TextDrawSetString(Textdrawhealth, string); TextDrawShowForPlayer(playerid,Textdrawhealth);