Участник
Пользователь
- Сообщения
- 222
- Реакции
- 146
- Помог
- 4 раз(а)
Требуется AMXX 1.9.0.5229 или выше. Я советую обновиться до последней версии 1.9.0.5241 (или 1.10.0.5248) где исправлен важный момент с крашем. А если нет, то в исходник добавить:CSS:(155) : error 017: undefined symbol "MAX_AUTHID_LENGTH" (155) : error 029: invalid expression, assumed zero (155) : error 017: undefined symbol "szIP" (155) : fatal error 107: too many error messages on one line
CSS
#if !defined MAX_AUTHID_LENGTH
#define MAX_AUTHID_LENGTH 64
#endif
#if !defined MAX_IP_LENGTH
#define MAX_IP_LENGTH 16
#endif
Уже предлагали, возможно будет реализовано.Про https://www.amxmodx.org/api/celltrie не слышал?
1.9.0.5241, 5248 это 1.10.0.5248, перепутал. В общем проще говоря до самой последней обновиться - AMXX 1.9.0 || AMXX 1.10.0w0w, и где эту версию 1.9.0.5248 взять(скачать)?!
Оно так и работает.Можно ли сделать так, чтобы логировались команды полностью? Например, если это amx_kick то amx_kick Player
amx_map amx_map de_dust.
И вот
Посмотреть вложение 16758
Потому что это меню. И нельзя записать действия которые уже далее происходят. Чтобы например кик записался то нужно именно кикать командой а не через меню.
Правильно. Потому что он использовал команду amx_slaymenu а то что он в меню выбирает это уже не команды.w0w, то есть, если админ убьёт игрока через amx_slaymenu, то это никак не запишется в логи?
Просто консоль для подобных команд мало кто использует.
It doesn't make it better. I think CVars for plugins should be in only one place. If we start creating folders in /configs/ it will become in trash. Moreover, there is only one file.- Added automatic creation and execution of a configuration file with CVars: "amxmodx/configs/plugins/admin_commands_log.cfg".
I would request to change plugins folder name in this plugin [amxmodx/configs/plugins/admin_commands_log.cfg]
While using FTP when multiple Tabs are open, it confuses alot and I usually enter acl plugins folder instead of main Plugins folder in amxmodx/plugins.
Hence, I would request to make little modification and change its name from plugins to ACL or Admin Commands Log folder name.
Like this: amxmodx/configs/Admin Command Log/admin_commands_log.cfg
Gratitude would be appreciated !!
There is already one folder with name plugins configs and I don't asked extra folder.It doesn't make it better. I think CVars for plugins should be in only one place. If we start creating folders in /configs/ it will become in trash. Moreover, there is only one file.
The file is created in "amxmodx/configs/plugins/". The file path is "amxmodx/configs/plugins/admin_commands_log.cfg". Why change it to "amxmodx/configs/Admin Command Log/admin_commands_log.cfg"? It doesn't make sense. Plugins' CVars should be in one place.There is already one folder with name plugins configs and I don't asked extra folder.
I just asked for rename of existing folder configs/plugins, made by plugin where there are file for cvars.