RSU, BPS & Slot Machine

ChatManager Integrations

v4.8 OciXCrom / Tornado_SW FREE
Login to Download
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. 1 Install ChatManager using the original plugin instructions from the AlliedModders thread
  2. 2 Place chatmanager.inc and cromchat.inc in addons/amxmodx/scripting/include/
  3. 3 Place crx_chatmanager.sma and crx_chatmanager_toggle.sma in addons/amxmodx/scripting/
  4. 4 Compile both .sma files and place the generated .amxx files in addons/amxmodx/plugins/
  5. 5 Place ChatManager.ini in addons/amxmodx/configs/
  6. 6 Place ChatManager.txt in addons/amxmodx/data/lang/
  7. 7 Load Rank System Ultimate, Battle Pass System, and/or Slot Machine before ChatManager when using their placeholders or tag locks
  8. 8 Configure the integration placeholders and [Chat Tags] entries in ChatManager.ini
  9. 9 Restart the server or change map