Enables/disables mod plugins and execs the right .cfg per map prefix from a mapping file.
CSB Multimod Manager lets one server rotate through several mods by map prefix. At map start it reads a mapping file and, for every block whose prefix matches the current map, execs that block's server .cfg and amx_unpauses its plugins; non-matching blocks are amx_paused. So kz_, deathrun_, surf_, zm_ and jail_ maps each get their own plugin set without hand-swapping configs.
Features
- Reads
addons/amxmodx/configs/csb_multimod.ini(prefix, cfg, plugin list per line). - Matches the current map name by prefix and applies the matching block.
- amx_unpause matching plugins and amx_pause the rest.
- Execs the block's server .cfg; re-run any time with
csb_mm_reload.
Installation
- Create
addons/amxmodx/configs/csb_multimod.iniwith lines likekz_ kz.cfg kztimer.amxx;kz_hud.amxx. - Compile
csb_multimod_manager.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









