A round countdown HUD from mp_roundtime that turns red in the last 30 seconds and hides once the bomb is planted.
CSB Round Timer draws a clean M:SS countdown for the round. It is computed from mp_roundtime and the time the round actually started (with mp_freezetime added on so the count matches the real clock), refreshed twice a second. In the final 30 seconds the timer turns red to warn players, and the moment the bomb is planted it hides itself so the game's own C4 countdown owns the screen.
Features
- Countdown derived from
mp_roundtime+mp_freezetime. - Red highlight in the last 30 seconds.
- Auto-hides after the bomb is planted; returns next round.
- Single HUD sync channel, no chat spam.
Installation
- Compile
csb_round_timer_hud.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









