Prints a coloured [ADMIN]/[OWNER] prefix before an admin's chat, driven by access flags from configs/csb_tags.ini.
CSB Admin Tag puts a coloured prefix in front of an admin's chat line based on their access flags. The mapping lives in configs/csb_tags.ini — one rule per line, <flags> <tag>, first matching line wins — and a sensible default file is written the first time the plugin loads.
The say / say_team line is intercepted and re-sent through the SayText user message, so the name keeps its team colour (via ^x03) and dead players still get the *DEAD* marker. Players without a tag are left untouched and chat flows normally.
Inspired by Admin Prefix by Alka; this is an independent GPL re-implementation.
Features
- Flag-to-tag rules loaded from
configs/csb_tags.ini. - Team-coloured name and
*DEAD*marker preserved on re-send. - Team chat only reaches the sender's team.
- Command-style lines (
/or!) are passed through untouched.
Installation
- Compile
csb_admin_tag.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map. - Edit
addons/amxmodx/configs/csb_tags.inito taste.









