CSB Rank Stats

v1.0.0 3 pobrań Daemon666 Ostatnia aktualizacja: 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.

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 →
Współtwórcy: Daemon666 ✦
Oryginalny autor: AMX Mod X Community (StatsX) Licencja: GPL-3.0

Ocena

No ratings yet.

Download v1.0.0

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

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.
Wróć do Pluginów