Status! Need Some Help + Rep
#1

Код:
 dcmd_stats(playerid,params[])
 {
 #pragma unused params
 new Stats[300];
 format(Stats,sizeof(Stats),"{FF0000}BankCash:{FFFFFF} $%d\n{FF0000}Cash:{FFFFFF} $%d\n{FF0000}Score:{FFFFFF} %d\n{FF0000}Rob skills level:{FFFFFF} %d\n{FF0000}Terrorist skills level:{FFFFFF} %d", BankCash[playerid], GetPlayerMoney(playerid),GetPlayerScore(playerid),RobSkill[playerid],TerroristSkill[playerid]);
 ShowPlayerDialog(playerid, 999, DIALOG_STYLE_MSGBOX, "Status", Stats, "Close", "");
 return 1;
}
I Use This Code guyz to see stats on my CNR Server

But Can Anyone help me add more status? Like

Total Time Played <hours>
Can Use CIA <Yes Or No>
Cam Use Army <Yes Or No>
House Owned <how many?>
Regular Player <Yes Or No>

Can Anyone give me a command? with add of that? Pls I Will rep you
Reply


Messages In This Thread
Status! Need Some Help + Rep - by Patrick - 19.10.2012, 19:51
Re: Status! Need Some Help + Rep - by Mr.Anonymous - 19.10.2012, 20:26
Re: Status! Need Some Help + Rep - by Patrick - 19.10.2012, 20:28
Re: Status! Need Some Help + Rep - by Mr.Anonymous - 19.10.2012, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)