How to ..?????[Help]
#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


Messages In This Thread
How to ..?????[Help] - by eixas10000 - 03.10.2010, 18:21
Re: How to ..?????[Help] - by Bumbis - 03.10.2010, 19:02
Re: How to ..?????[Help] - by eixas10000 - 03.10.2010, 23:42
Re: How to ..?????[Help] - by Tee - 04.10.2010, 00:48
Re: How to ..?????[Help] - by eixas10000 - 04.10.2010, 01:41
Re: How to ..?????[Help] - by eixas10000 - 04.10.2010, 03:34
Re: How to ..?????[Help] - by ToPhrESH - 04.10.2010, 04:22
Re: How to ..?????[Help] - by eixas10000 - 04.10.2010, 04:36
Re: How to ..?????[Help] - by eixas10000 - 04.10.2010, 04:45

Forum Jump:


Users browsing this thread: 1 Guest(s)