how to disable rcon ? is possible ?
#5

The snippet actually kicks every player who's entering a wrong password.
If you enter the right password you will still be able to log in.

This would kick every player who successfully logs in as RCON:
Код:
public OnRconLoginAttempt(ip[], password[], success) {
    if(success)
        Kick(playerid);

    return 1;
}
Reply


Messages In This Thread
how to disable rcon ? is possible ? - by NewbieScripter - 19.09.2012, 16:03
Re: how to disable rcon ? is possible ? - by C00K13M0N$73R - 19.09.2012, 16:06
Re: how to disable rcon ? is possible ? - by Lordzy - 19.09.2012, 16:10
Re: how to disable rcon ? is possible ? - by HuSs3n - 19.09.2012, 16:17
AW: how to disable rcon ? is possible ? - by Blowfish - 19.09.2012, 16:19
Re: how to disable rcon ? is possible ? - by C00K13M0N$73R - 19.09.2012, 16:21
Re: how to disable rcon ? is possible ? - by (ETR)Geto244 - 21.12.2013, 07:18

Forum Jump:


Users browsing this thread: 1 Guest(s)