[help Please Fast]
#21

PHP код:
CMD:admins(playeridparams[])
{
    
SendClientMessage(playeridRed" ** Admins Online: **");
    for(new 
0MAX_PLAYERSi++)
    {
        if(
PlayerInfo[i][pAdmin] >= 1)
        {
            new 
string[40];
            
GetPlayerName(istring24);
            
format(string40"|*| Admin: %s |*|"string);
            
SendClientMessage(playeridLIGHTBLUEstring);
        }
    }
    return 
1;

Reply
#22

Tell us what variable you are using to represent a player's admin level. Is it PlayerInfo[MAX_PLAYERS][Level]?
Reply
#23

Quote:
Originally Posted by Snipa
Посмотреть сообщение
Tell us what variable you are using to represent a player's admin level. Is it PlayerInfo[MAX_PLAYERS][Level]?
Its Already Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)