no admins dialog problem
#2

try.
PHP код:
CMD:admins(playeridparams[])
{
    new 
online 0;
    for(new 
0MAX_PLAYERSi++)
    {
        
online ++;
        new 
level[512], string[256], lel[23];
        if(
IsPlayerConnected(i) && PlayerInfo[i][pAdmin] > 0)
        {
            
format(lelsizeof(lel), "%d"online);
            
SendClientMessageToAll(ADMINlel);
            switch(
PlayerInfo[i][pAdmin])
            {
                case 
1level "Administrбtor-kandidбt";
                case 
2level "Administrбtor";
                case 
3level "Vedoucн Administrбtor";
                case 
4level "Hlavnн Administrбtor";
                case 
5level "Sprбvce serveru";
            }
              
format(stringsizeof(string), "%s %s {FFCC00}/pm %d <sem vpiљte vбљ dotaz>\n"GetName(i), leveli);
            
ShowPlayerDialog(playeridDIALOG_ADMINSDIALOG_STYLE_MSGBOX"Online administrбtoři"string"Ok""");
                        
online++;
        }
    }
        if(
online == 0) return ShowPlayerDialog(playeridDIALOG_NOADMINSDIALOG_STYLE_MSGBOX"Online administrбtoři""Momentбlně na serveru nenн přнtomen ћбdnэ administrбtor""Ok""");
    return 
1;

Reply


Messages In This Thread
no admins dialog problem - by MrakBuster - 02.02.2018, 11:19
Re: no admins dialog problem - by DelK - 02.02.2018, 11:23
Re: no admins dialog problem - by MrakBuster - 02.02.2018, 11:28
Re: no admins dialog problem - by Mugala - 02.02.2018, 11:33
Re: no admins dialog problem - by jasperschellekens - 02.02.2018, 11:37
Re: no admins dialog problem - by Mugala - 02.02.2018, 11:47
Re: no admins dialog problem - by DarkBr - 02.02.2018, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)