Daemon666 / CSB Last Man Standing Public

Buffs the last alive player on a team with HP, a glow, a HUD marker and an enemy count.

v1.0.0 171 téléchargements GPL-3.0 Dernière mise à jour Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Feb 8, 2026 1 Versions
csb_last_man_standing.sma main ef9fbfb 3.4 KB
README.md

CSB Last Man Standing buffs the last surviving player on a team. When a team drops to a single alive player, that player gets extra HP, a team-coloured glow, a HUD marker and a private count of how many enemies remain. All buffs are cleared at the start of the next round.

Features

  • Alive counts tracked from DeathMsg per team.
  • Last survivor gets csb_lms_bonushp extra HP.
  • Optional team-coloured glow shell (csb_lms_glow).
  • HUD marker for the survivor and a private remaining-enemy count.

Installation

  1. Enable the fun module in modules.ini.
  2. Compile csb_last_man_standing.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Installation
1. Enable the fun module in addons/amxmodx/configs/modules.ini
2. Put csb_last_man_standing.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvars
CVARDefaultDescription
csb_lms_enabled 1 Enable or disable the last-man buff.
csb_lms_bonushp 50 Bonus HP given to the last survivor.
csb_lms_glow 1 Give the survivor a team-coloured glow.
Journal des modifications — v1.0.0
1.0.0 - Initial release.
Versions →
Note

No ratings yet.

À propos
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Télécharger .sma
Prérequis
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules fun
Conflits connus Other plugins that call set_user_rendering can override the survivor's glow.
Contributeurs
Retour aux Plugins