Type /admins to see every online admin, their access flags and whether they are AFK.
CSB Admin List answers the question every player eventually asks: is any admin actually here right now? Type /admins and you get a coloured chat list of every connected admin, the flags they hold and whether they are currently active, AFK or dead.
An admin is anyone holding at least one real flag (a–t); plain z (ADMIN_USER) does not count. The flag string is rendered with get_flags() so you see readable letters, not a raw bitmask.
Inspired by the classic Admins List by Alka. Independent GPL re-implementation; no original code is reused.
Features
/admins(and/admin) from say or say_team.- AFK detection: a one-second task tracks each admin's origin and marks them AFK after ~20 seconds without moving.
- Hidden admins: an admin holding the flag in
csb_adminlist_hideflagis not shown to regular players unlesscsb_adminlist_showhiddenis1. Other admins always see them. - No modules required — loads on any AMX Mod X 1.9 install.
Installation
- Compile and copy
csb_admin_list.amxxintoaddons/amxmodx/plugins/. - Add it to
addons/amxmodx/configs/plugins.ini. - Change the map.









