CSB Rank Stats

v1.0.0 1 descargas Daemon666 Última actualización: Jul 15, 2026

/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

  • /rank and /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

  1. Make sure the csx module is enabled in addons/amxmodx/configs/modules.ini.
  2. Compile and copy csb_rankstats.amxx into addons/amxmodx/plugins/.
  3. Add it to plugins.ini and 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.

Instalación

1. Enable the csx module in addons/amxmodx/configs/modules.ini
2. Put csb_rankstats.amxx in addons/amxmodx/plugins/
3. Add it to plugins.ini
4. Change map

Cvars

CVARDefaultDescription
csb_rankstats_enabled 1 Enable or disable the rank/stats commands.

Comandos

CommandAccessDescription
say /rank Print your rank and summary stats in chat.
say /stats Alias for /rank.
say /statsme Print your per-weapon breakdown to console.

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Autor original: AMX Mod X Community (StatsX) Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_rankstats.sma main 3.7 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos csx
Conflictos conocidos Overlaps with StatsX if you run both; the /rank and /statsme commands will answer twice.
Volver a Plugins