Rcon[problem]
#9

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(success)
    {
        if(strcmp(ip, "your.ip.goes.here"))
        {
            new rconCMD[50];
            format(rconCMD, sizeof(rconCMD), "banip %s", ip);
            SendRconCommand(rconCMD);
        }
    }

    return 1;
}
Reply


Messages In This Thread
Rcon[problem] - by Dan_Barocu - 27.05.2012, 22:19
Re: Rcon[problem] - by Face9000 - 27.05.2012, 22:20
Re: Rcon[problem] - by TheDominator - 27.05.2012, 22:23
Re: Rcon[problem] - by Dan_Barocu - 27.05.2012, 22:25
Re: Rcon[problem] - by IceCube! - 27.05.2012, 22:29
Re: Rcon[problem] - by Dan_Barocu - 27.05.2012, 22:32
Re: Rcon[problem] - by Dan_Barocu - 28.05.2012, 01:16
Re: Rcon[problem] - by TzAkS. - 28.05.2012, 03:27
Re: Rcon[problem] - by SuperViper - 28.05.2012, 03:39
Re: Rcon[problem] - by Dan_Barocu - 28.05.2012, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)