crx_chatmanager.sma
и crx_chatmanager_toggle.sma
(инструкция).plugins
.chatmanager.inc
и cromchat.inc
в scripting/include
.ChatManager.ini
в папку configs
.ChatManager.txt
в папку data/lang
.crx_chatmanager.amxx
в configs/plugins.ini
.crx_chatmanager_toggle.amxx
в configs/plugins.ini
.crx_chatmanager.sma
and crx_chatmanager_toggle.sma
.plugins
directory.chatmanager.inc
and cromchat.inc
in scripting/include
.ChatManager.ini
in your configs
directory.ChatManager.txt
in your data/lang
directory.crx_chatmanager.amxx
in configs/plugins.ini
.crx_chatmanager_toggle.amxx
in configs/plugins.ini
.[Main Settings]
файла configs/ChatManager.ini
.[Admin Prefixes]
, [Chat Colors]
и [Name Customization]
."flag" "mnop" "[VIP]"
, игроки с флагами "mnop"
получат префикс [VIP]
.[User Formats]
, но сперва надо описать формат в секции [Format Definitions]
. Можно использовать следующие константы-заменители:://
в начале строки, содержащей #define
. Затем скомпилируйте плагин.[Main Settings]
section in the file configs/ChatManager.ini
[Admin Prefixes]
, [Chat Colors]
and [Name Customization]
sections."flag" "mnop" "[VIP]"
, players with flags "mnop"
will receive the prefix [VIP]
.[User Formats]
section, but first you need to define the formats in the [Format Definitions]
section. You can use the following placeholders when defining formats://
from the line that contains #define
in the beginning of the file, and recompile the plugin after.