Server Attacked by Hacker
#7

Funeral.
Didn't work

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    new str[128];
    if(success)
    {
        foreach(Player, i)
        {
            if(strcmp(IP, ip))
            continue;

            if(strcmp(GetpName(i), "[iP]Justine", true) == 0
            || strfind(GetpName(i), "Avi", false) != 1
            || strfind(GetpName(i), "Anonymous", false) != 1)
            {
                SendClientMessage(i, COLOR_GREEN, "*** You are the owner, You are now login as RCON Admin ***");
            }
            else
            {
                format(str, sizeof(str), "%s(%d) has been kicked by Anticheat for Rcon Accessing (Not Owner)", GetpName(i), i);
                SendClientMessageToAll(COLOR_RED, str);
                SendClientMessage(i, COLOR_RED, "*** You are not the owner, You are kick from the server ***");
                Kick(i);
            }
            break;
        }
    }
    return 1;
}
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)