What happend
#6

PHP код:
CMD:stats(playeridparams[])
{
    new 
string[1024];
    
format(stringsizeof(string), "%sThong Tin \tGia Tri\n"string);
    
format(stringsizeof(string), "%sTen: \t%s\n"stringGetName(playerid));
    
format(stringsizeof(string), "%sCap Do: \t%d\n"stringPlayer[playerid][Level]);
    
format(stringsizeof(string), "%sAdmin: \t%s\n"stringGetAdminRank(Player[playerid][Admin]));
    
format(stringsizeof(string), "%sTien Mat: \t%d\n"stringPlayer[playerid][Money]);
    
format(stringsizeof(string), "%sNgan Hang: \t%d\n"stringPlayer[playerid][BankMoney]);
    
format(stringsizeof(string), "%sPhut Da choi: \t%d"stringPlayer[playerid][Mins]);
    
ShowPlayerDialog(playeridDIALOG_STATSDIALOG_STYLE_TABLIST_HEADERS"Thong Tin"string"Dong Y""Huy");
    return 
1;

Reply


Messages In This Thread
What happend - by TYDS - 01.09.2017, 11:11
Re: What happend - by DevHarden - 01.09.2017, 11:16
Re: What happend - by TYDS - 01.09.2017, 11:18
Re: What happend - by DevHarden - 01.09.2017, 11:20
Re: What happend - by TYDS - 01.09.2017, 11:20
Re: What happend - by OneDay - 01.09.2017, 11:24
Re: What happend - by DevHarden - 01.09.2017, 11:52

Forum Jump:


Users browsing this thread: 1 Guest(s)