Raised This Month: $ Target: $400
 0% 

Amx_banmenu problem!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
crazywolf
New Member
Join Date: Apr 2024
Old 04-24-2024 , 09:12   Amx_banmenu problem!
Reply With Quote #1

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!

Last edited by crazywolf; 04-24-2024 at 09:15.
crazywolf is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-24-2024 , 21:32   Re: Amx_banmenu problem!
Reply With Quote #2

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.
__________________

Last edited by fysiks; 04-24-2024 at 21:41.
fysiks is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 04-25-2024 , 08:58   Re: Amx_banmenu problem!
Reply With Quote #3

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
__________________
mlibre is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-25-2024 , 23:44   Re: Amx_banmenu problem!
Reply With Quote #4

Quote:
Originally Posted by mlibre View Post
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.
__________________

Last edited by fysiks; 04-25-2024 at 23:44.
fysiks is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:50.


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