CSB Rank System

v1.0.0 0 downloads Daemon666 Last updated: Jul 14, 2026

Persistent per-SteamID stats in nVault (kills, deaths, HS, damage, rounds, time) with a weighted rank, /rank and natives for other plugins.

CSB Rank System keeps persistent per-SteamID statistics in nVault: kills, deaths, headshots, damage dealt, rounds played and time on the server. Stats are loaded when a client authorises and saved when he leaves or the map ends. A weighted score turns the raw numbers into a named rank, shown with say /rank.

A clean-room GPL re-implementation inspired by the classic CSStats / rank systems (e.g. Zhorka's).

Features

  • nVault persistence keyed by SteamID
  • Kills, deaths, headshots, damage, rounds and playtime
  • Weighted score with seven named ranks
  • say /rank shows your rank, score and live position
  • Natives csb_get_score, csb_get_position, csb_get_kills for other CSB plugins

Installation

  1. Put csb_rank_system.amxx in addons/amxmodx/plugins/
  2. Add it to plugins.ini
  3. Change the map

Installation

1. Put csb_rank_system.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Make sure the nvault and hamsandwich modules are enabled
4. Uses client_print_color, so AMX Mod X 1.9+ is required

Commands

CommandAccessDescription
say /rank Show your rank, score, position and stats.
say /stats Alias of /rank.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
Original author: Zhorka License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_rank_system.sma main 7.8 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules hamsandwich nvault
Known conflicts Run only one CSB rank plugin (nVault or MySQL), not both, or stats will diverge.
Back to Plugins