AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [SOLVED] - AutoBanIP (https://forums.alliedmods.net/showthread.php?t=241261)

plazma 05-31-2014 09:25

[SOLVED] - AutoBanIP
 
Its posible to autobanip

This player joined my server and my server stopped, i don't show any bug any error in my server any file in my console server but i want to block with BanIP this player to join in my server.

He is join in server and has auto ban permanent with IP Adress and with Name.

This is the ip of player: 46.99.13.227

I don't have any idea for make a script, thanks

YamiKaitou 05-31-2014 09:41

Re: Help - AutoBanIP
 
banip 0 46.99.13.227

plazma 05-31-2014 10:07

Re: Help - AutoBanIP
 
Oh thanks, but I wanna script here... :(

mottzi 05-31-2014 11:24

Re: Help - AutoBanIP
 
You don't need a script for that. (Deinstall dproto) and ban via SteamID.

Freezo Begin 05-31-2014 11:24

Re: Help - AutoBanIP
 
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> new const ip[] = "46.99.13.227" public plugin_init() { register_plugin("banip", "0.0", "frezo") } public client_putinserver(id){ server_cmd("addip 0 %s", ip) }

mottzi 05-31-2014 11:25

Re: Help - AutoBanIP
 
Quote:

Originally Posted by mottzi (Post 2144837)
You don't need a script for that. (Deinstall dproto) and ban via SteamID.


Freezo Begin 05-31-2014 11:26

Re: Help - AutoBanIP
 
look at time when i post and when you post ! :v

plazma 05-31-2014 12:35

Re: Help - AutoBanIP
 
Quote:

Originally Posted by Freezo Begin (Post 2144838)
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> new const ip[] = "46.99.13.227" public plugin_init() { register_plugin("banip", "0.0", "frezo") } public client_putinserver(id){ server_cmd("addip 0 %s", ip) }

Thank You! :wink:

fysiks 05-31-2014 23:48

Re: Help - AutoBanIP
 
Just as an FYI, that is a HORRIBLE solution. Banning by SteamID is the most reliable method.

Baws 06-01-2014 12:26

Re: Help - AutoBanIP
 
Maybe he is using Non-Steam server?
If so, why not request for a plugin where you can put all IPs in an .ini file that are black listed?


All times are GMT -4. The time now is 09:37.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.