How to ..?????[Help] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to ..?????[Help] (
/showthread.php?tid=181016)
How to ..?????[Help] -
eixas10000 - 03.10.2010
How to
show Health number.
in HP.
Re: How to ..?????[Help] -
Bumbis - 03.10.2010
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;
}
Re: How to ..?????[Help] -
eixas10000 - 03.10.2010
I'm sorry I'm use English is not good.
I want TextDraw show player hp number.
Re: How to ..?????[Help] -
Tee - 04.10.2010
To show above the player?
Re: How to ..?????[Help] -
eixas10000 - 04.10.2010
above money.
in player hp.
Re: How to ..?????[Help] -
eixas10000 - 04.10.2010
help me plz. T_T
Re: How to ..?????[Help] -
ToPhrESH - 04.10.2010
im not really sure how to create it but you could use a timer each time to check their health and use textdraw.
Re: How to ..?????[Help] -
eixas10000 - 04.10.2010
Ok. I will test...
Re: How to ..?????[Help] -
eixas10000 - 04.10.2010
I'm do it not work.
plz. help me.
how to make
Textdraw show player health. ?
please exam for me.