CSB Rank Stats

v1.0.0 1 изтегляния Daemon666 Последна актуализация: 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.

Инсталация

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

Cvar-и

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

Команди

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.

Списък с промени — v1.0.0

1.0.0 - Initial release.
Версии →
Сътрудници: Daemon666 ✦
Оригинален автор: AMX Mod X Community (StatsX) Лиценз: GPL-3.0

Оценка

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Изтегли .sma
Файлове:
csb_rankstats.sma main 3.7 KB

Изисквания

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули csx
Известни конфликти Overlaps with StatsX if you run both; the /rank and /statsme commands will answer twice.
Обратно към плъгините