Shows the 15 highest-ranked players (kills, deaths, K/D, headshot %) in a MOTD table, cached and refreshed on a timer.
CSB Top 15 reads the server's ranked storage from the csx module and renders the 15 best players into an HTML table shown in a MOTD window. Type /top15 (or /top) and you get rank, name, kills, deaths, K/D ratio and headshot percentage.
The list is cached and rebuilt by a timer (csb_top15_refresh seconds), so the potentially heavy walk over the stats table never happens on the frame a player pressed the key — it just reads a small array that was filled in the background.
Inspired by the classic Top15 display that ships with AMX Mod X's CSStats. This is an independent GPL re-implementation; no original code is reused.
Features
- Rank-sorted top 15 straight from the CSX ranked storage — no MySQL needed.
- Columns: rank, player, kills, deaths, K/D, headshot %.
- Cached and auto-refreshed;
csb_top15_refreshcontrols the interval (minimum 15s). /top15,/topand the console commandcsb_top15.- Zebra-striped, dark-themed MOTD that reads well in the in-game browser.
Installation
- Make sure the
csxmodule is enabled inaddons/amxmodx/configs/modules.ini(it is by default on a CS install). - Compile and copy
csb_top15.amxxintoaddons/amxmodx/plugins/. - Add
csb_top15.amxxtoaddons/amxmodx/configs/plugins.ini. - Change the map.
Notes
Ranks come from CSX's own data/csstats.amxx scoring, the same numbers /rank uses, so the board stays consistent with the rest of your stats plugins.









