Custom Map Cfg addon
Posted: Mon Nov 22, 2021 11:50 pm
Here is the addon for Custom Map Cfg that I released back at amxmod.net, now ported to AMX Mod X. And because later versions of AMX Mod X has the Custom Map Cfg functionality built-in (ie just put cfgs like amxmodx/configs/maps/de_dust.cfg), this is slightly updated to reflect that path. Other than that, the port took about 0,5 seconds to complete. 
The functionality added:
There are two commands that can be run by admin with ADMIN_CFG access in game, they can also be run from server console:
amx_customcfg <command> - Adds command to current map's config file, it will be created if it doesn't exist
amx_customcfgdelete - Deletes the custom cfg file for current map
plugin

The functionality added:
There are two commands that can be run by admin with ADMIN_CFG access in game, they can also be run from server console:
amx_customcfg <command> - Adds command to current map's config file, it will be created if it doesn't exist
amx_customcfgdelete - Deletes the custom cfg file for current map
plugin