How do i automatically update players health?
#1

i made a textdraw to show the exact amount of the players health,

Code:
new Float:he;
GetPlayerHealth(playerid,he);
new string[40];
format(string, 40, "Health: %f",he);
TextDrawSetString(Textdrawhealth, string);
TextDrawShowForPlayer(playerid,Textdrawhealth);
But how do i make it automatically update?
Reply


Messages In This Thread
How do i automatically update players health? - by Typical_Cat - 26.04.2010, 23:05
Re: How do i automatically update players health? - by _Vortex - 26.04.2010, 23:10
Re: How do i automatically update players health? - by dcmd_crash - 26.04.2010, 23:13

Forum Jump:


Users browsing this thread: 3 Guest(s)