Live HUD countdown after the bomb is planted, colour-coded, with a per-CT defusable / too-late notice.
CSB C4 Timer shows a live countdown of the seconds left on a planted bomb, computed from mp_c4timer and the exact plant time. The fuse colour ramps from green to amber to red, an intensity bar fills as the explosion nears, and each living CT is told whether they can still defuse in time given their defuse kit.
How it works
The plant is detected through the Planted_The_Bomb log event; a fast HUD task then draws the countdown to everyone. For each CT the plugin compares the time left against the stock defuse timings (10 s without a kit, 5 s with one, read via cs_get_user_defuse) and prints either "Defusable" or "TOO LATE to defuse". The timer stops on defuse, on explosion, or when a new round starts.
Features
- Exact seconds-left countdown based on the real plant time.
- Green → amber → red colour ramp plus a fill bar for urgency.
- Per-CT defusable / too-late notice using the player's defuse kit.
- Cleans up correctly on defuse, explosion and round restart.
Inspired by the classic C4 Timer plugins for AMX Mod X; this is an independent GPL re-implementation.
Installation
- Compile and copy
csb_c4_timer.amxxintoaddons/amxmodx/plugins/. - Make sure the
cstrikemodule is enabled (it is by default). - Add it to
plugins.iniand change the map.









