CSB Session Stats

v1.0.0 11 pobrań Daemon666 Ostatnia aktualizacja: Jul 16, 2026

In-memory session summary: kills, deaths, headshots, damage, rounds won, best streak and time played.

CSB Session Stats is a lightweight, no-database session tracker. It holds everything in memory per player slot and clears it on disconnect, so there is nothing to install, no vault, no MySQL. say /session prints your kills, deaths, K/D, headshots, damage dealt, rounds won, best killstreak and minutes played; a short version can be shown to everyone at the end of each round.

How the numbers are measured

  • Kills, deaths, headshots and killstreak from the DeathMsg event.
  • Damage dealt attributed to the attacker via a Ham_TakeDamage hook (hamsandwich).
  • Rounds won detected from the round-win audio (SendAudio) and credited to the winning team's players.
  • Time played from the moment the player entered the server.

Installation

  1. Compile csb_session_stats.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

Set csb_session_roundline 0 if you do not want the short per-round chat summary. On disconnect a one-line summary is written to the AMXX log.

Instalacja

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

Cvary

CVARDefaultDescription
csb_session_enabled 1 Enable or disable the /session summary.
csb_session_roundline 1 Show a short kills/deaths line to players at the end of each round.

Komendy

CommandAccessDescription
say /session Print your current session summary.

Lista zmian — v1.0.0

1.0.0 - Initial release.
Wersje →
Współtwórcy: Daemon666 ✦
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_session_stats.sma main 4.8 KB

Wymagania

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły hamsandwich
Wróć do Pluginów