/admins dialog help
#1

Why my admins dialog will only show one admin

PHP код:
dcmd_admins(playerid,params[])
{
    
#pragma unused params
    
new count=0,string[128],rank[128];
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i) && GetInfo(i,"AdminLevel")>= 1)
        {
            
format(string128"{FF02A7}%s              {ffffff}Level: %d"AdminName(i),GetInfo(i,"AdminLevel"));
            
ShowPlayerDialog(playerid5559DIALOG_STYLE_MSGBOX"Online administrator"string"Close""");
            
count++;
        }
    }
    if (
count == 0SendClientMessage(playerid,LIGHTBLUE,"{FF02A7}[Admin]:{ffffff}There Are no Admins Online");
    return 
1;

Reply


Messages In This Thread
/admins dialog help - by JawsPlus - 08.11.2014, 09:30
Re: /admins dialog help - by dominik523 - 08.11.2014, 09:59
Re: /admins dialog help - by JawsPlus - 08.11.2014, 11:48
Re: /admins dialog help - by Diverse - 08.11.2014, 11:54
Re: /admins dialog help - by biker122 - 08.11.2014, 11:57
Re: /admins dialog help - by dominik523 - 08.11.2014, 12:04
Re: /admins dialog help - by biker122 - 08.11.2014, 12:33
Re: /admins dialog help - by JawsPlus - 08.11.2014, 12:35

Forum Jump:


Users browsing this thread: 1 Guest(s)