Stats
#4

Here

pawn Код:
CMD:stats(playerid,prams[])
{
    new pName[MAX_PLAYER_NAME];
    new string[128];
    new score = PlayerInfo[playerid][pScore]
    new adminlevel = PlayerInfo[playerid][pAdminLevel]
    new money = PlayerInfo[playerid][pMoney]
    GetPlayerName(playerid,pName,sizeof(pName));
    format(string,sizeof(string),"Name:%s Score:%d Money:%d AdminLevel:%d.",pName,score,money,adminlevel);
    SendClientMessage(playerid,-1,string);
}
Reply


Messages In This Thread
Stats - by YanLanger - 07.10.2014, 18:47
Re: Stats - by Ryz - 07.10.2014, 18:50
Re: Stats - by YanLanger - 07.10.2014, 18:51
Re: Stats - by Gogeta - 07.10.2014, 18:57
Re: Stats - by YanLanger - 07.10.2014, 18:59
Re: Stats - by Steel_ - 07.10.2014, 19:02
Re: Stats - by YanLanger - 07.10.2014, 19:25
Re: Stats - by Gogeta - 07.10.2014, 19:32
Re: Stats - by Steel_ - 07.10.2014, 19:41
Re: Stats - by YanLanger - 07.10.2014, 19:41

Forum Jump:


Users browsing this thread: 8 Guest(s)