A capture-the-flag layer: two flags at per-map bases, pick up the enemy flag by touch, carry it home to score, with auto-return and a HUD scoreboard.
CSB Capture The Flag turns any map into CTF. Two flag entities are spawned at base coordinates read from a per-map data file (addons/amxmodx/configs/csb_ctf/<map>.ini, two x y z lines: Terrorist base then CT base). Touching the enemy flag picks it up (a Ham_Touch hook) and it then follows the carrier; bringing it to your own base while your flag is home scores a capture. Dropped flags auto-return after a delay, and the score is shown on a HUD.
Inspired by CTF by Avalanche. Independent GPL re-implementation.
Features
- Two flags placed from a per-map data file.
- Pick up by touch, carry, and capture at your home base.
- Flags drop on death and auto-return after a timeout.
- Live capture scoreboard on the HUD.
Installation
- Enable the
fakemetaandhamsandwichmodules inmodules.ini. - Create
addons/amxmodx/configs/csb_ctf/<map>.iniwith twox y zbase lines. - Compile
csb_ctf.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









