I've looked into two command loggers (one by GHW Chronic and one by Johnny got his gun), and both loggers didn't log commands done through the menus.
Because I want to log commands done through the menus (because most slap/slay/kick/ban commands are done that way with AMX), I need to know if it's possible to log them.
I've done a little research on the plmenu.sma file, and it seems as though commands are done through user_slap(), user_kill(), or server_cmd(). The problem is, there's no easy command such as client_command() for a server's console, so I was wondering if anyone had any ideas to capture commands done through the server's console, without altering the original plmenu.sma.