/admins in Dialog
#6

PHP код:
if (strcmp(cmd"/admins"true) == 0)
    {
        new 
count 0,text[256];
        for(new 
0MAX_PLAYERSi++)
        {
            if (
IsPlayerConnected(i))
              {
                  if(
AccountInfo[i][AdminLevel] >= && AccountInfo[i][AdminLevel] <= && Hide[i] == 0)
                {
                    new 
playername[MAX_PLAYER_NAME];
                    
GetPlayerName(iplayernamesizeof(playername));
                    
format(string64"%s | Level:  %d\n",playernameAccountInfo[i[AdminLevel]);
strcat(text,string);
                    
count++;
                }
            }
        }
        if (
count == 0SendClientMessage(playerid,LILA,"Server: No Admins online yet.");
 
ShowPlayerDialog(playerid,2563,DIALOG_STYLE_LIST,"Admins Online:"text,"OK","");
        return 
true;
    } 
Reply


Messages In This Thread
/admins in Dialog - by Youtube12 - 24.11.2012, 19:05
Re: /admins in Dialog - by park4bmx - 24.11.2012, 19:14
AW: /admins in Dialog - by Youtube12 - 24.11.2012, 19:23
AW: /admins in Dialog - by Skimmer - 24.11.2012, 19:33
AW: /admins in Dialog - by Youtube12 - 24.11.2012, 20:03
Re: /admins in Dialog - by Maikkk - 24.11.2012, 20:12
AW: /admins in Dialog - by Youtube12 - 24.11.2012, 20:23
Re: /admins in Dialog - by Maikkk - 27.11.2012, 09:02

Forum Jump:


Users browsing this thread: 2 Guest(s)