how to disable rcon ? is possible ?
#3

Well then try using this.
This snippet won't allow players to login and kicks every player who logs in as RCON.
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!success)
    {
     Kick(playerid);
     }
     return 1;
}
Idk whether there are mistakes because it isn't tested and also scripted through mobile.
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)