AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Basebans can't unban (https://forums.alliedmods.net/showthread.php?t=327309)

Daniel Alexandru 09-11-2020 07:21

Basebans can't unban
 
I saw that whenever i try using sm_unban with basebans.smx it says that it unbanned the player but the banned_users.cfg is still the same.
I also tried deleting the steamids from the banned_users.cfg but they came back after the map change. So i can't unban players. Any idea what could i do to unban them?

Bacardi 09-12-2020 18:17

Re: Basebans can't unban
 
...what plugins you have installed?
Are you using SourceBans?

Daniel Alexandru 09-13-2020 15:17

Re: Basebans can't unban
 
Quote:

Originally Posted by Bacardi (Post 2717597)
...what plugins you have installed?
Are you using SourceBans?

Like i said, basebans.smx

Bacardi 09-13-2020 16:02

Re: Basebans can't unban
 
...

Well, can you use RCON ?

rcon listid

rcon removeid "STEAM_0:1:14163588"

rcon writeid



If game is csgo...
try set sv_kick_players_with_cooldown 0
Code:

"sv_kick_players_with_cooldown" = "1"
FCVAR_GAMEDLL FCVAR_REPLICATED FCVAR_RELEASE
- (0: do not kick on insecure servers; 1: kick players with Untrusted status or convicted by Overwatch; 2: kick players with any cooldown)

or disable this
Code:

"sv_kick_ban_duration" = "15"
FCVAR_GAMEDLL FCVAR_NOTIFY FCVAR_REPLICATED FCVAR_RELEASE
- How long should a kick ban from the server should last (in minutes)



All times are GMT -4. The time now is 15:28.

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