Daemon666 / CSB Rank Stats Publiczny

/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.

v1.0.0 142 pobrań GPL-3.0 Ostatnia aktualizacja Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 12, 2025 1 Wersje
csb_rankstats.sma main f8f2fc3 3.7 KB
README.md

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.

Instalacja
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
Cvary
CVARDefaultDescription
csb_rankstats_enabled 1 Enable or disable the rank/stats commands.
Komendy
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.
Lista zmian — v1.0.0
1.0.0 - Initial release.
Wersje →
Ocena

No ratings yet.

Informacje
  • Stats
  • Licencja: GPL-3.0
  • Daemon666
  • Oryginalny autor: AMX Mod X Community (StatsX)
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Pobierz .sma
Wymagania
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły csx
Znane konflikty Overlaps with StatsX if you run both; the /rank and /statsme commands will answer twice.
Współtwórcy
Wróć do Pluginów