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
DeathMsgevent. - Damage dealt attributed to the attacker via a
Ham_TakeDamagehook (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
- Compile
csb_session_stats.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand 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.









