/stats
#3

pawn Код:
CMD:stats(playerid,params[])
{
new string[128];
new Float:health;
GetPlayerHealth(playerid,health);
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(string,128,"|STATS| Name:[%s] Money:[%d] Score:[%d] Health:[%d]",pName,GetPlayerMoney(playerid),GetPlayerScore(playerid),health);
SendClientMessage(playerid,0x00A300AA,string);
return 1;
}
Reply


Messages In This Thread
/stats - by Markx - 11.03.2011, 08:58
Re: /stats - by Ironboy - 11.03.2011, 09:15
Re: /stats - by Montis123 - 11.03.2011, 09:16
Re: /stats - by Ironboy - 11.03.2011, 09:16
Re: /stats - by Markx - 11.03.2011, 09:18
Re: /stats - by Markx - 11.03.2011, 09:24
Re: /stats - by Markx - 11.03.2011, 09:33
Re: /stats - by Ironboy - 11.03.2011, 09:36
Re: /stats - by Markx - 11.03.2011, 09:38
Re: /stats - by Zh3r0 - 11.03.2011, 10:10

Forum Jump:


Users browsing this thread: 3 Guest(s)