Float help (First attempt)
#8

You don't even need 128 cells.

pawn Код:
if(!strcmp(cmdtext, "/orly", true))
{
  new
      string[24], Float:var[2];
  GetPlayerHealth(playerid, var[0]);
  GetPlayerArmour(playerid, var[1]);
  format(string, sizeof(string), "Health:%i, armor:%i", floatround(var[0]), floatround(var[1]));
  SendClientMessage(playerid, 0xFFFFFFFF, string);
  return true;
}
Reply


Messages In This Thread
Float help (First attempt) - by -Rebel Son- - 27.04.2010, 06:05
Re: Float help (First attempt) - by ettans - 27.04.2010, 06:23
Re: Float help (First attempt) - by -Rebel Son- - 27.04.2010, 06:27
Re: Float help (First attempt) - by cessil - 27.04.2010, 10:20
Re: Float help (First attempt) - by Calgon - 27.04.2010, 10:31
Re: Float help (First attempt) - by aircombat - 27.04.2010, 13:53
Re: Float help (First attempt) - by Hiddos - 27.04.2010, 14:05
Re: Float help (First attempt) - by Correlli - 27.04.2010, 14:11
Re: Float help (First attempt) - by -Rebel Son- - 27.04.2010, 16:49

Forum Jump:


Users browsing this thread: 2 Guest(s)