Announces which bombsite the C4 was planted at, shows a live HUD countdown, and reports who is defusing.
CSB Bomb Status tells everyone exactly what is happening with the bomb. On plant it works out the bombsite from the planted C4 origin against the map's func_bomb_target entities (labelled A / B by position) and announces it, then shows a HUD countdown against mp_c4timer. When a CT starts defusing it reports whether they have a kit, how many seconds the defuse needs, and how many are left on the timer.
Features
- Bombsite detection from the planted entity vs
func_bomb_targetpositions. - Live HUD countdown synced to
mp_c4timer. - Defuse callout: with/without kit, time needed vs time left, defuser name.
- Fully server-side; resets cleanly every round.
Installation
- Enable the
fakemetaandcstrikemodules inmodules.ini. - Compile
csb_bomb_status.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









