Hide command problem
#3

I don't get it vikoo !
I think you forgot to add an 'else if' statement so the Admin who used /ahide doesn't appear in the /admins list, that's what I think bugmenotlol really wants to do !
So that's what you have to add into your /admins command + Vikoo's commands
Код:
                    if(PInfo[i][AdminLevel] > 0) 
                    { 
                        new rank[128]; 
                        if(PInfo[i][AdminLevel] == 1) 
                        { 
                            format(rank, sizeof(rank), "Junior Moderator"); 
                        } 
                    }
                    else if(PlayerInfo[i][Hide] != 1)  // Add this !
                        {
                           // return false 
                        }
//
Reply


Messages In This Thread
Hide command problem - by bugmenotlol - 16.01.2017, 01:49
Re: Hide command problem - by vikoo - 16.01.2017, 03:32
Re: Hide command problem - by MiiSha - 16.01.2017, 03:58
Re: Hide command problem - by vikoo - 16.01.2017, 04:08
Re: Hide command problem - by MiiSha - 16.01.2017, 05:05
Respuesta: Re: Hide command problem - by Eloy - 16.01.2017, 05:35
Re: Hide command problem - by bugmenotlol - 17.01.2017, 17:28

Forum Jump:


Users browsing this thread: 1 Guest(s)