CSB HP Armor HUD

v1.0.0 0 downloads Daemon666 Last updated: Jul 15, 2026

A clean HUD showing HP, armor, money and current ammo with colour thresholds, per-player toggle and a configurable corner.

CSB HP Armor HUD is a tidy replacement readout of a player's HP, armor, money and current-weapon ammo in a configurable corner, with the HP number coloured by threshold (green / amber / red). It refreshes on a short task, can be moved with cvars, and each player can hide it with /hud. Handy on servers that hide the default HUD.

Features

  • HP, armor, money and clip/reserve ammo in one line.
  • Colour thresholds on HP.
  • Configurable position and refresh rate.
  • Per-player toggle with /hud.

Installation

  1. Enable the cstrike module in modules.ini.
  2. Compile csb_hp_armor_hud.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

1. Enable the cstrike module in addons/amxmodx/configs/modules.ini
2. Put csb_hp_armor_hud.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

CVARs

CVARDefaultDescription
csb_hud_enabled 1 Enable or disable the custom HUD.
csb_hud_refresh 0.3 Refresh interval in seconds.
csb_hud_x 0.02 Horizontal HUD position (0-1).
csb_hud_y 0.85 Vertical HUD position (0-1).

Commands

CommandAccessDescription
say /hud Toggle the custom HUD for yourself.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_hp_armor_hud.sma main 3.0 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules cstrike
Known conflicts Other plugins that write to the same HUD corner can overlap this readout.
Back to Plugins