Help! Admin Immunity
#4

I decided to take a look into the LuXAdministration system. This should work. Add this to the PingKick timer:

pawn Код:
if(IsPlayerLuxAdminLevel(playerid, 1) || IsPlayerVipMember(playerid))  return 1;
It should look like this:

pawn Код:
public PingKick()
{
        if(ServerInfo[MaxPing] != 0)
        {
            PingPos++; if(PingPos > PING_MAX_EXCEEDS) PingPos = 0;
            for(new i=0; i<MAX_PLAYERS; i++)
            {
                         if(IsPlayerLuxAdminLevel(playerid, 1) || IsPlayerVipMember(playerid))  continue;
                          // The rest of the LuxAdmin code.
            }
        }
}
Reply


Messages In This Thread
Help! Admin Immunity - by soulas85 - 25.07.2010, 16:22
Re: Help! Admin Immunity - by Mike Garber - 25.07.2010, 17:35
Re: Help! Admin Immunity - by soulas85 - 25.07.2010, 18:25
Re: Help! Admin Immunity - by Carlton - 25.07.2010, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)