View Single Post
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