About this Plugin
This adapted ChatManager package is focused on integrations with Rank System Ultimate, Battle Pass System, and Slot Machine. It adds placeholders and selectable chat-tag requirements that can pull data from those plugins.
The actual ChatManager plugin is OciXCrom's work and can be viewed here: AlliedModders ChatManager thread.
Features
- Rank System Ultimate placeholders for rank, XP, level, next rank, and skill data
- Battle Pass System placeholder for the current player tier
- Slot Machine placeholders for Slot Coins, Slot Points, and Slot Wins
- Selectable /tags and /chattags entries locked by Battle Pass tier and season
- Selectable /tags and /chattags entries locked by Slot Machine points
Configuration File
addons/amxmodx/configs/ChatManager.ini
[Chat Tags]
# Selectable chat tags shown in /tags and /chattags.
# "bptier" requires battlepass_system.amxx to be loaded before these tags can be used.
# "slotpoints" requires slot_machine.amxx to be loaded before these tags can be used.
# Locked requirement text is controlled from data/lang/ChatManager.txt.
# Syntax: "bptier" "<season> <tier>" "<prefix>"
# Syntax: "slotpoints" "<required points>" "<prefix>"
; "bptier" "1 10" "[BP10]"
; "slotpoints" "500" "[Slots]"
Installation Guide
- 1 Install ChatManager using the original plugin instructions from the AlliedModders thread
-
2
Place
chatmanager.incandcromchat.incinaddons/amxmodx/scripting/include/ -
3
Place
crx_chatmanager.smaandcrx_chatmanager_toggle.smainaddons/amxmodx/scripting/ -
4
Compile both
.smafiles and place the generated.amxxfiles inaddons/amxmodx/plugins/ -
5
Place
ChatManager.iniinaddons/amxmodx/configs/ -
6
Place
ChatManager.txtinaddons/amxmodx/data/lang/ - 7 Load Rank System Ultimate, Battle Pass System, and/or Slot Machine before ChatManager when using their placeholders or tag locks
-
8
Configure the integration placeholders and
[Chat Tags]entries inChatManager.ini - 9 Restart the server or change map