Raised This Month: $32 Target: $400
 8% 

How to see wich admin banned a player? (Ban logs)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bLacK-bLooD
AlliedModders Donor
Join Date: Jun 2008
Old 12-16-2018 , 06:04   How to see wich admin banned a player? (Ban logs)
Reply With Quote #1

Hi,

I am currently in a situation where players get banned, but I can't see who banned them via the logs (both server cstrike/logs and amxmodx/logs).

Needless to say, this is very frustrating since no admin admits to have banned players, but players got banned. Is there a way to see who banned who in the logs? Is there an amxmodx cvar I don't have enabled?

This is the most I see in the logs:

Code:
L 12/14/2018 - 21:30:43: Kick: "noname<1804><STEAM_0:0:106930665><>" was kicked by "Console" (message ""0 ( Permanent ban)"")
L 12/14/2018 - 21:30:43: "noname<1804><STEAM_0:0:106930665><TERRORIST>" disconnected
One possibility is to see which admins were on the server at that time, but in my case there are 5+ admins at all times, so I don't know which one banned the player.

Thank you
__________________
We all live under the same sky but we have different horizons.
bLacK-bLooD is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 12-16-2018 , 11:37   Re: How to see wich admin banned a player? (Ban logs)
Reply With Quote #2

In amxx.cfg:
Code:
amx_show_activity 2
This will show who banned a player.
__________________

Mordekay is offline
bLacK-bLooD
AlliedModders Donor
Join Date: Jun 2008
Old 12-16-2018 , 13:51   Re: How to see wich admin banned a player? (Ban logs)
Reply With Quote #3

Quote:
Originally Posted by Mordekay View Post
In amxx.cfg:
Code:
amx_show_activity 2
This will show who banned a player.
I already have the cvar set on 2.

I tested it myself just now. I banned a player on my server and looked in the amxmodx/logs. There is nothing about the ban there.
__________________
We all live under the same sky but we have different horizons.
bLacK-bLooD is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 12-16-2018 , 14:37   Re: How to see wich admin banned a player? (Ban logs)
Reply With Quote #4

How did you ban him?
__________________

Mordekay is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-16-2018 , 15:21   Re: How to see wich admin banned a player? (Ban logs)
Reply With Quote #5

Bans are logged unconditionally in the amx_ban command provided by AMX Mod X. the cvar amx_show_activity only relates to what is shown in-game in chat. It will look something like this:
Ban: "AdminName<userid><steamid><>" ban and kick "PlayerName<userid><steamid><>" (minutes "0") (reason "reason")"
EDIT: The snippet that you posted is where a player got kicked but it seems like the person doing it accidentally used the amx_kick command. Also, it appears like it was done from the server's console (via RCON) which means you wouldn't know who did it.

Also from looking at this snippet, it seems that you are not using the default commands provided by AMX Mod X in which case you'd need to post in the thread of the plugin that you are actually using.
__________________

Last edited by fysiks; 12-16-2018 at 15:30.
fysiks is offline
Reply


Thread Tools
Display Modes

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 01:16.


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