Bug /stats id?
#3

PHP код:
CMDstats(playeridparams[])
{
new 
string[10000];
new 
IP[16];
GetPlayerIp(playeridIP16);
format(stringsizeof(string),"{80FF00}|=======( {FFFFFF}Player: {00FF80}%s [Id:%d]{80FF00} )========|",GetName(playerid),playerid);
/************************************************** ************************************************** *****************************/
format(stringsizeof(string),"NickName %s [Id:%d]\n Your IP [%s]\n Admin [%i]\n Level [%i]\nVip [%i]\nMoney [$%i]\nScore [%i]\nSkin [%i]\nKills [%i]\nDeaths [%i]",GetName(playerid),,IP ,PlayerInfo[playerid][pAdmin],PlayerInfo[playerid][pLevel],PlayerInfo[playerid][pVip],GetPlayerMoney(playerid)GetPlayerMoney(playerid), GetPlayerScore(playerid), GetPlayerSkin(playerid),PlayerInfo[playerid][pKills],PlayerInfo[playerid][pDeaths],playerid);
/************************************************** ************************************************** *****************************/
format(stringsizeof(string),"{80FF00}|=====================|");
ShowPlayerDialog(playerid,DIALOG_STATS,DIALOG_STYL E_MSGBOX"Stats"string"Ok""");
return 
1;

Reply


Messages In This Thread
Bug /stats id? - by Tween73 - 22.01.2016, 02:52
Re: Bug /stats id? - by Elegy - 22.01.2016, 02:57
Re: Bug /stats id? - by Elegy - 22.01.2016, 03:01
Re: Bug /stats id? - by SickAttack - 22.01.2016, 03:02
Re: Bug /stats id? - by Tween73 - 22.01.2016, 03:03
Re: Bug /stats id? - by SickAttack - 22.01.2016, 03:05
Re: Bug /stats id? - by Elegy - 22.01.2016, 03:07
Re: Bug /stats id? - by Elegy - 22.01.2016, 03:09
Re: Bug /stats id? - by Tween73 - 22.01.2016, 03:13
Re: Bug /stats id? - by SickAttack - 22.01.2016, 03:16

Forum Jump:


Users browsing this thread: 1 Guest(s)