how do i give a player blacklist ip from my own server? - 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 do i give a player blacklist ip from my own server? (
/showthread.php?tid=573936)
how do i give a player blacklist ip from my own server? -
PierreMarley - 11.05.2015
Hello i want to give someone blacklist ip from my server helpp he keeps server adv,,,
Re: how do i give a player blacklist ip from my own server? -
sammp - 11.05.2015
Ban(playerid);
Re: how do i give a player blacklist ip from my own server? -
PierreMarley - 11.05.2015
Quote:
Originally Posted by sammp
Ban(playerid);
|
Nah lol i want to blacklist his ip
Re: how do i give a player blacklist ip from my own server? -
Abagail - 11.05.2015
If you don't want him to even be able to ping your server you'll need to add his IP as "blocked" in your firewall. Else, you can just put his IP inside "samp.bans" and reload the bans(using "reloadbans" via rcon) and he won't be able to login to the game.
Re: how do i give a player blacklist ip from my own server? -
PierreMarley - 11.05.2015
Quote:
Originally Posted by Abagail
If you don't want him to even be able to ping your server you'll need to add his IP as "blocked" in your firewall. Else, you can just put his IP inside "samp.bans" and reload the bans(using "reloadbans" via rcon) and he won't be able to login to the game.
|
if he changed his ip?
Re: how do i give a player blacklist ip from my own server? -
Abagail - 11.05.2015
You can try range-banning them, however having experienced admins and a system allowing them to do their job should prevent ban evaders itself because they will have techniques for finding out if someone is evading or not. This includes storing gpci keys, and watching for suspicious behavior(such as a player claiming to be "new" doing things only old players would know).
Re: how do i give a player blacklist ip from my own server? -
sammp - 11.05.2015
If he changed his IP that's just a matter of catching them ...
TBH download an Admin system if you're not familiar with banning
Re: how do i give a player blacklist ip from my own server? -
PierreMarley - 11.05.2015
Thanks guys for the help i got it.
Re: how do i give a player blacklist ip from my own server? -
Sithis - 12.05.2015
Oh, and to prevent advertising, I simply check for any IP addresses being sent into the chat with regex. Those messages are blocked and sent to admins for review.