Bugged Commands
#4

PHP код:
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(stringzsizeof(stringz), "0,10 %d XtremeX Admin Online",count); 
            
IRC_GroupSay(groupIDIRC_CHANNELstringz); 
                
            
format(stringz,sizeof(stringz),"0,10 Admin %s (ID: %d) [Level %d] (%s)",GetName(i),i,pData[i][Admin],admtext); 
            
IRC_GroupSay(groupIDIRC_CHANNELstringz); 
                
            
format(stringzsizeof(stringz), "*Online Admins Player List Requested by %s ~ Total %d"usercount); 
            
SendClientMessageToAll(0xFFB400FFstringz); 
                
            
format(stringzsizeof(stringz), "0,10 *Online Admins List Requested by %s ~ Total %d",user,count); 
            
IRC_GroupSay(groupIDIRC_CHANNELstringz); 
        } 
    } 
    if (
count == 0
    { 
        
IRC_GroupSay(groupIDIRC_CHANNEL"No admins are online!"); 
    } 
    return 
1

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: 3 Guest(s)