Server Attacked by Hacker
#4

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    new string[256];
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(success)
        {
            if(PlayerAdminLevel[i] < 3)
            {
                Kick(i);
            }
        }
    }
    return 1;
}
Replace the following line with your script's admin level variable identifier:
pawn Код:
if(PlayerAdminLevel[i] < 3)
Reply


Messages In This Thread
Server Attacked by Hacker - by JaKe Elite - 07.07.2012, 01:09
Re: Server Attacked by Hacker - by .FuneraL. - 07.07.2012, 01:14
Re: Server Attacked by Hacker - by [KHK]Khalid - 07.07.2012, 01:14
Re: Server Attacked by Hacker - by Slix_ - 07.07.2012, 01:17
Re: Server Attacked by Hacker - by DaRealShazz - 07.07.2012, 01:39
Re: Server Attacked by Hacker - by JaKe Elite - 07.07.2012, 02:22
Re: Server Attacked by Hacker - by JaKe Elite - 07.07.2012, 07:12
Respuesta: Server Attacked by Hacker - by Chris1337 - 07.07.2012, 07:13

Forum Jump:


Users browsing this thread: 1 Guest(s)