CSB Damage HUD

v1.0.0 6 downloads Daemon666 Última atualização: Jul 15, 2026

Floating damage numbers to the attacker on every hit, plus a running total dealt to the current victim in the corner. Per-player toggle with /dmghud.

CSB Damage HUD pops a short-lived floating -NN number near your crosshair every time you land a hit, read straight from Ham_TakeDamage, and keeps a running total of the damage you have dealt to your current victim in the corner of the screen. Switch to a new target and the running total resets.

Each player can turn the numbers off for themselves with /dmghud — the choice is per-client, so people who find them noisy are not forced to use them.

Inspired by Alka's Damage HUD. This is an independent GPL re-implementation; no original code is reused.

Features

  • Floating hit number to the attacker, slightly randomised so rapid hits do not stack on top of each other.
  • Running total dealt to the current victim, shown in the corner and reset on target switch.
  • Per-player /dmghud toggle; server master switch csb_dmghud_enabled.
  • Totals reset each round.
  • Only needs the hamsandwich module.

Installation

  1. Make sure the hamsandwich module is enabled in addons/amxmodx/configs/modules.ini.
  2. Compile and copy csb_damage_hud.amxx into addons/amxmodx/plugins/.
  3. Add it to plugins.ini and change the map.

Notes

The number reflects the damage passed to Ham_TakeDamage. On a plain CS server that is the pre-armour hit value; on servers with custom armour/damage plugins the figure follows whatever those plugins leave in the hook.

Instalação

1. Enable the hamsandwich module in addons/amxmodx/configs/modules.ini
2. Put csb_damage_hud.amxx in addons/amxmodx/plugins/
3. Add it to plugins.ini
4. Change map

Cvars

CVARDefaultDescription
csb_dmghud_enabled 1 Server master switch for the damage HUD.

Comandos

CommandAccessDescription
say /dmghud Toggle floating damage numbers for yourself.
csb_dmghud Console alias for the toggle.

Registro de alterações — v1.0.0

1.0.0 - Initial release.
Versões →
Colaboradores: Daemon666 ✦
Autor original: Alka (Damage HUD) Licença: GPL-3.0

Avaliação

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Baixar .sma
Arquivos:
csb_damage_hud.sma main 3.3 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos hamsandwich
Conflitos conhecidos Other floating-damage plugins will draw a second number on the same HUD channel.
Voltar aos Plugins