SA-MP Forums Archive
need some help with rcon. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need some help with rcon. (/showthread.php?tid=93390)



need some help with rcon. - BP13 - 25.08.2009

How do I make it so if you fail to type the rcon password 5 times you will get banned. it says you will when you get it wrong but it never does. I ask this cause there's either a bot or a man with no life that has over 2000 lines of bad rcon attempts. Yes I already banned him nut I would like to prevent this in the future.


Re: need some help with rcon. - GTA967 - 25.08.2009

this should work if i understand you correctly http://forum.sa-mp.com/index.php?topic=54608.0


Re: need some help with rcon. - James_Alex - 25.08.2009

the RCON login attemps bans you in 3 attemps auto


Re: need some help with rcon. - Burridge - 25.08.2009

Quote:
Originally Posted by GTA967
this should work if i understand you correctly http://forum.sa-mp.com/index.php?topic=54608.0
Our server also uses that, and it is very good. It is well worth having for saftey. (Especiaslly when you're being attacked like once a week by a bunch of retards).

Quote:
Originally Posted by ► James_Alex
the RCON login attemps bans you in 3 attemps auto
You can change it in the .pwn though.


Re: need some help with rcon. - OmeRinG - 25.08.2009

Quote:
Originally Posted by ► James_Alex
the RCON login attemps bans you in 3 attemps auto
No it doesn't... it just says it does.


Re: need some help with rcon. - Burridge - 25.08.2009

Quote:
Originally Posted by OmeRinG
No it doesn't... it just says it does.
Umm, actually it DOES work, and it DOES ban after three attempts (Or if you change it, could be more or less). Belive me, it's kept my server safe for months from Attack.


Re: need some help with rcon. - OmeRinG - 25.08.2009

Quote:
Originally Posted by Burridge
Quote:
Originally Posted by OmeRinG
No it doesn't... it just says it does.
Umm, actually it DOES work, and it DOES ban after three attempts (Or if you change it, could be more or less). Belive me, it's kept my server safe for months from Attack.
I'm talking about the sa-mp's rcon banning system, not the plugin.


Re: need some help with rcon. - Burridge - 25.08.2009

Quote:
Originally Posted by OmeRinG
I'm talking about the sa-mp's rcon banning system, not the plugin.
Ohh, my mistake.


Re: need some help with rcon. - BP13 - 25.08.2009

Quote:
Originally Posted by GTA967
this should work if i understand you correctly http://forum.sa-mp.com/index.php?topic=54608.0
is it really necessary to have a plugin for this? isent it scriptible just in pawno without a plugin?


Quote:
Originally Posted by OmeRinG
Quote:
Originally Posted by ► James_Alex
the RCON login attemps bans you in 3 attemps auto
No it doesn't... it just says it does.
well I did fail to login over 30 times and nothing happened


Re: need some help with rcon. - OmeRinG - 26.08.2009

Quote:
Originally Posted by [SU
BP13 ]
Quote:
Originally Posted by GTA967
this should work if i understand you correctly http://forum.sa-mp.com/index.php?topic=54608.0
is it really necessary to have a plugin for this? isent it scriptible just in pawno without a plugin?


Quote:
Originally Posted by OmeRinG
Quote:
Originally Posted by ► James_Alex
the RCON login attemps bans you in 3 attemps auto
No it doesn't... it just says it does.
well I did fail to login over 30 times and nothing happened
Yes, since the public OnRconCommand doesn't have playerid parameter and it is impossible to check who did it... you can just check if a rcon command has been done.