How to ..?????[Help]
#1

How to

show Health number.

in HP.
Reply
#2

Reallly, i don't get it what you want, but i made something. It may work.


pawn Код:
if(strcmp(cmdtext, "/myhealth", true) == 0)
{
      new Float:hp;
      new string[128];
      GetPlayerHealth(playerid,hp);
      format(string,sizeof(string),"Your Health: %.1f",hp);
      SendClientMessage(playerid,0x9EC73DAA,string);
      return 1;
}
Reply
#3

I'm sorry I'm use English is not good.

I want TextDraw show player hp number.
Reply
#4

To show above the player?
Reply
#5

above money.

in player hp.
Reply
#6

help me plz. T_T
Reply
#7

im not really sure how to create it but you could use a timer each time to check their health and use textdraw.
Reply
#8

Ok. I will test...
Reply
#9

I'm do it not work.

plz. help me.

how to make

Textdraw show player health. ?

please exam for me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)