Участник
Пользователь
- Сообщения
- 213
- Реакции
- 71
- Помог
- 2 раз(а)
I need a simple plugin, which can log provided commands or just log amx_ key word (of Admins), I had mentioned defined flags many but you can add two or three too, if it is convenient and easy (Kick, Ban, Cvar)
Thanks !!
#define ADMIN_BAN
#define ADMIN_KICK
#define ADMIN_CVAR
#define ADMIN_SLAY
#define ADMIN_RCON
#define ADMIN_VOTE
#define ADMIN_MAP
#define ADMIN_MENU
#define ADMIN_LEVEL_A
#define ADMIN_CFG
#define ADMIN_LEVEL_C
#define ADMIN_KICK
#define ADMIN_CVAR
#define ADMIN_SLAY
#define ADMIN_RCON
#define ADMIN_VOTE
#define ADMIN_MAP
#define ADMIN_MENU
#define ADMIN_LEVEL_A
#define ADMIN_CFG
#define ADMIN_LEVEL_C
addons/amxmodx/configs/AdmCmdsLogs/AdmCmdsLogs.txt
amx_map
amx_vote
amx_votemap
amx_votekick
amx_voteban
amx_cancelvote
amx_cvar
amx_nick
amx_rcon
amx_gag
amx_ungag
amx_addgag
amx_setlang
amx_addrounds
amx_fakeping
amx_exec
amx_mexec
amx_teleportmenu
amx_restrict
amx_restmenu
amx_statscfg
amx_statscfgmenu
amx_addadmin
amx_pause
cm_set_prefix
amx_plugincvarmenu
amx_advertisebet
amx_on
amx_off
amx_cvarmenu
amx_pausecfg
amx_pausecfgmenu
amx_cmdmenu
amx_clcmdmenu
amx_cfgmenu
amx_speechmenu
amx_teammenu
amx_perm_msg
amxmodmenu
mk47killer
amx_vote
amx_votemap
amx_votekick
amx_voteban
amx_cancelvote
amx_cvar
amx_nick
amx_rcon
amx_gag
amx_ungag
amx_addgag
amx_setlang
amx_addrounds
amx_fakeping
amx_exec
amx_mexec
amx_teleportmenu
amx_restrict
amx_restmenu
amx_statscfg
amx_statscfgmenu
amx_addadmin
amx_pause
cm_set_prefix
amx_plugincvarmenu
amx_advertisebet
amx_on
amx_off
amx_cvarmenu
amx_pausecfg
amx_pausecfgmenu
amx_cmdmenu
amx_clcmdmenu
amx_cfgmenu
amx_speechmenu
amx_teammenu
amx_perm_msg
amxmodmenu
mk47killer
Help would be appreciated !!!OR LET JUST KEY WORD amx_ to be record
Thanks !!