Bugged Commands
#1

PHP код:
CMD:admins(playeridparams[])
{
    new 
count;
    new 
admtext[128];
    new 
string[128],stringz[128];
    for( new 
0MAX_PLAYERSi++ )
    {
        if ( 
IsPlayerConnected) )
        {
            if( 
pData[i][Admin] >= )
            {
                switch( 
pData[i][Admin] )
                {
                    case 
10admtext "Server Owner";
                    case 
9admtext "Management";
                    case 
8admtext "xMs Special Admin";
                    case 
7admtext "head admin";
                    case 
6admtext "lead admin";
                    case 
5admtext "ubber admin";
                    case 
4admtext "Admin";
                    case 
3admtext "Admin";
                    case 
2admtext "Admin";
                    case 
1admtext "Admin";
                }
                
count++;
                
formatstringz 128,"Total Admins Online ");
                
formatstring128"%s (ID:%d) Level:%d (%s)\n\nTotal XtremeX admins %d"GetNameplayerid ), playerid pData[i][Admin] , admtextcount);
                
ShowPlayerDialogplayerid 190 DIALOG_STYLE_MSGBOX stringz string"Ok" "Close" );
            }
        }
        if (
count == 0)
        {
            
formatstringz 128 ,"No Admins Online ");
            
formatstring 128 ,"Currently NO admin online\nAdmins Watching from IRC\nand Admins Eyes always on you" );
            
ShowPlayerDialogplayerid,191,DIALOG_STYLE_MSGBOX stringz string "Ok" "Close" );
        }
        if(
count >= 0)
        {
            
ShowPlayerDialogplayerid 190 DIALOG_STYLE_MSGBOX stringz string"Ok" "Close" );
        }
    }
    return 
1;
}
IRCCMD:admins(botidchannel[], user[], host[], params[])
{
    new 
count;
    new 
admtext[128];
    new 
stringz[128];
    for( new 
0MAX_PLAYERSi++ )
    {
            if( 
pData[i][Admin] >= )
            {
                switch( 
pData[i][Admin] )
                {
                    case 
10admtext "Server Owner";
                    case 
9admtext "Management";
                    case 
8admtext "xMs Special Admin";
                    case 
7admtext "head admin";
                    case 
6admtext "lead admin";
                    case 
5admtext "ubber admin";
                    case 
4admtext "Admin";
                    case 
3admtext "Admin";
                    case 
2admtext "Admin";
                    case 
1admtext "Admin";
                }
                
count++;
                
format(stringz,sizeof(stringz),"0,10 Admin %s (ID: %d) [Level %d] (%s)",GetName(i),i,pData[i][Admin],admtext);
                
IRC_GroupSay(groupIDIRC_CHANNELstringz);
            }
       }
        if (
count == 0)
        {
        
IRC_GroupSay(groupIDIRC_CHANNEL"No admins are online!");
        }
        else
         {
        
format(stringzsizeof(stringz), "0,10 %d XtremeX Admin Online",count);
          
IRC_GroupSay(groupIDIRC_CHANNELstringz);
          new 
msg[134],msg1[1323];
            
format(msgsizeof(msg), "*Online Admins Player List Requested by %s ~ Total %d"usercount);
            
SendClientMessageToAll(0xFFB400FFmsg);
        
format(msg1sizeof(msg1), "0,10 *Online Admins List Requested by %s ~ Total %d",user,count);
          
IRC_GroupSay(groupIDIRC_CHANNELmsg1);
   }
    return 
1;

The ingame command problem is when i type /admins it show only 1 admin

and in irc

there is 2 admins and it say

Код:
<~xMs-01> 0,10 Admin  (ID: 1) [Level 9] (Management)
<~xMs-01> 0,10 *Online Admins List Requested by Martex ~ Total 2
Reply


Messages In This Thread
Bugged Commands - by Loinal - 25.01.2017, 11:27
Re: Bugged Commands - by Yaa - 25.01.2017, 11:41
Re: Bugged Commands - by Loinal - 25.01.2017, 11:45
Re: Bugged Commands - by Yaa - 25.01.2017, 11:53
Re: Bugged Commands - by saffierr - 25.01.2017, 12:37
Re: Bugged Commands - by Sew_Sumi - 25.01.2017, 12:41
Re: Bugged Commands - by saffierr - 25.01.2017, 12:44
Re: Bugged Commands - by Loinal - 25.01.2017, 12:45
Re: Bugged Commands - by PaRking - 25.01.2017, 14:47
Re: Bugged Commands - by Sew_Sumi - 26.01.2017, 00:49

Forum Jump:


Users browsing this thread: 2 Guest(s)