SA-MP Forums Archive
How Can I block Rcon Login - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How Can I block Rcon Login (/showthread.php?tid=362587)



How Can I block Rcon Login - fuem1907 - 24.07.2012

Hello,
I need to block Rcon_Login.
I mean, I don't want to use /rcon_login.
So No-one can use rcon_flooder .
How can I block it ?


Re: How Can I block Rcon Login - HDFord - 24.07.2012

There is a OnRconLoginAttempt in your script just kick him or something under that function


Re: How Can I block Rcon Login - fuem1907 - 24.07.2012

Can I block it with my Server.cfg ?


Re: How Can I block Rcon Login - Vince - 25.07.2012

You can only block remote rcon connections. To do this, put 'rcon 0' in your server.cfg. Rcon in-game cannot be blocked.


Re: How Can I block Rcon Login - fuem1907 - 25.07.2012

Yea, You right man !, I want to block "Rcon Flooder". I think , it will work on my server. Thanks.