Daemon666 / CSB Session Stats Публичный

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

v1.0.0 147 загрузок GPL-3.0 Обновлено Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Feb 8, 2026 1 Версии
csb_session_stats.sma main ba01435 4.8 KB
README.md

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.

Установка
1. Put csb_session_stats.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map
Cvar-ы
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.
Команды
CommandAccessDescription
say /session Print your current session summary.
История изменений — v1.0.0
1.0.0 - Initial release.
Версии →
Рейтинг

No ratings yet.

О плагине
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Скачать .sma
Требования
AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули hamsandwich
Участники
Назад к плагинам