/stats command
#2

pawn Code:
new admin = PlayerInfo[playerid][pAdminLevel];
new cash = PlayerInfo[playerid][pCash];
new score = PlayerInfo[playerid][pScore];


new stats[144];
format(stats,sizeof(stats),"Admin: %i | Cash: $%i | Score: %i |",admin,cash,score);
SendClientMessage(playerid, COLOR_WHITE, stats);
Should be OK. Untested.
Reply


Messages In This Thread
/stats command - by zohartrejx - 04.05.2014, 10:41
Re: /stats command - by PrivatioBoni - 04.05.2014, 10:49
Re: /stats command - by Ghazal - 04.05.2014, 10:51
Re: /stats command - by zohartrejx - 04.05.2014, 12:04

Forum Jump:


Users browsing this thread: 1 Guest(s)