AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Need help on Admin Menu ban function (https://forums.alliedmods.net/showthread.php?t=323300)

wtrace3zh 04-16-2020 09:23

Need help on Admin Menu ban function
 
I used sourcemod's Admin Menu to permanently ban a player, but now I want to unban this player, but I can't find any file about Admin Menu Ban list, what should I do to unban this player

Bacardi 04-16-2020 10:28

Re: Need help on Admin Menu ban function
 
SourceMod not handle bans, it just use srcds banid command. It is just easier to use that command from menu than from console with rcon.

Some SM plugins maybe handle bans, but you need to know yourself, what plugins you are installing on your server. We do not know, what you have installed.

Anyway, SRCDS keep bans in memory: listid.
SRCDS can save all permament bans from memory to cfg file:writeid
You want load those bans when server start ? In autoexec.cfg: exec banned_user.cfg

Ask your friend Steamid to unban. Or look SourceMod logs about bans, you see steamid's there also.

sm_unban "steamid"


All times are GMT -4. The time now is 08:29.

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