AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Amx_banmenu problem! (https://forums.alliedmods.net/showthread.php?t=347425)

crazywolf 04-24-2024 09:12

Amx_banmenu problem!
 
AMX Mod X 1.9.0.5271

I accidentally banned permanently someone with amx_banmenu command . How can i unban him ? Where can i see the log file? amx_unban ip or steamid doesn't work because the ban is not in the banlist!

I also have advanced ban plugin installed but that ban with amx_banmenu is not in the banlist. Please help! thank you!

fysiks 04-24-2024 21:32

Re: Amx_banmenu problem!
 
amx_unban should work:

Code:

amx_unban "STEAM_0:0:1234"
Otherwise:

If it was a temporary ban (a length of time that is non-zero) then you can shut down the server and then start it again. This will remove the temporary ban from memory.

If it was a permanent ban, the ban will be listed when you use the command "listid" in the server's console. If it is listed then you can remove their ban with the two commands:

Code:

removeid STEAM_0:0:1234
writeid

This is how amx_unban works.

mlibre 04-25-2024 08:58

Re: Amx_banmenu problem!
 
as einstein said, if the ban was temporary it is not written to the cfg file, therefore only the permanently banned IDs will appear. where? here:
Quote:

../cstrike/banned.cfg

fysiks 04-25-2024 23:44

Re: Amx_banmenu problem!
 
Quote:

Originally Posted by mlibre (Post 2821598)
as einstein said, if the ban was temporary it is not written to the cfg file, therefore only the permanently banned IDs will appear. where? here:

Yeah, so I didn't mention that because it's easy to not do it correctly. If you edit this file while the server is running, it will just get overwritten when the server changes maps or shuts down gracefully.


All times are GMT -4. The time now is 20:23.

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