/rank and /stats print your kills, deaths, K/D, headshot %, accuracy, playtime and ladder position in coloured chat; /statsme dumps per-weapon stats to console.
CSB Rank Stats gives every player a quick read on how they are doing. /rank and /stats print your kills, deaths, K/D ratio, headshot percentage, accuracy, playtime and your position on the ladder in two lines of coloured chat. /statsme prints a full per-weapon table to the game console (open with ~) so you can see exactly which gun is carrying you.
All numbers come from the csx module's ranked storage — the same source as the scoreboard rank — so nothing here needs a database.
Inspired by the well-known StatsX plugin. This is an independent GPL re-implementation; no original code is reused.
Features
/rankand/stats: rank / total, kills, deaths, K/D, headshot %, accuracy, playtime./statsme: per-weapon kills, deaths, shots, hits, headshots and damage, aligned into a console table.- Coloured chat via
client_print_color(AMX Mod X 1.9+). - No modules beyond
csx; no MySQL required.
Installation
- Make sure the
csxmodule is enabled inaddons/amxmodx/configs/modules.ini. - Compile and copy
csb_rankstats.amxxintoaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
Notes
Accuracy is hits divided by shots and headshot percentage is headshots divided by kills, both taken from the permanent CSX stats. Pair it with CSB Top 15 for the server-wide board.









