In-memory session summary: kills, deaths, headshots, damage, rounds won, best streak and time played.
Daemon666
1.0.0 - Initial release.
| 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
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.
Kurulum
1. Put csb_session_stats.amxx in addons/amxmodx/plugins/ 2. Add it to addons/amxmodx/configs/plugins.ini 3. Change map
Cvarlar
| CVAR | Default | Description |
|---|---|---|
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. |
Komutlar
| Command | Access | Description |
|---|---|---|
say /session |
|
Print your current session summary. |
Değişiklik günlüğü — v1.0.0
1.0.0 - Initial release.Sürümler →
Puan
No ratings yet.
Download v1.0.0
Gereksinimler
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | İsteğe bağlı |
| ReAPI | İsteğe bağlı |
| Metamod | Metamod / Metamod-r |
| Modüller | hamsandwich |
Katkıda bulunanlar









