Rebuilds every chat line from a configurable template with rank, country, VIP/admin tags, team and a dead marker, plus a swear filter.
CSB Chat Manager is a full chat formatter. Each say / say_team line is rebuilt from a template of tokens — {dead} {country} {vip} {admin} {rank} {team} {name} {msg} — and re-broadcast as a coloured SayText message. The template is loaded from a small ini in the AMXX data dir (with a sensible default), rank is derived from frags, the country tag comes from the geoip module, and a swear-word filter masks blacklisted words before the line goes out.
Inspired by the classic Chat Manager (AMXX). Independent GPL re-implementation.
Features
- Token-based template, ini-driven (
csb_chatformat.ini) with a default fallback. - Rank from frags, VIP and admin tags gated by access flags.
- Country tag via geoip; dead / team markers.
- Built-in swear filter that masks blacklisted words.
Installation
- Enable the
geoipmodule inmodules.ini. - Compile
csb_chat_manager.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Optionally drop a
csb_chatformat.iniin the AMXX data dir with your own template on the first line.









