Original AMX versions converted for AMX Mod X:
http://forums.alliedmods.net/showthread.php?t=552
* Place your custom configs in the designated folder
* (addons/amxx/custom/map_configs by default)
* Configs should be in the format "mapname.cfg"
* Insert any cvar or cmd to be executed at map change
*
* There are two commands that can be run by admin with
* ADMIN_CFG access in game:
* amx_customcfg <command> - Adds command to current map's config file
* amx_customcfgdelete - Deletes the custom cfg file for current map
*
* Changelog:
* 0.9 - JGHG added two new commands, runnable by server console
* or a client with ADMIN_CFG access:
*
* amx_customcfg <command> - Adds command to current map's config file
* amx_customcfgdelete - Deletes the custom cfg file for current map
*Allows you to specify custom configs for different maps on your server. Place <mapname>.cfg in "addons/amxx/custom/map_configs/" with any cvars or commands that you like.
----------------
*A sample config for de_dust would have the filename "addons/amx/custom/map_configs/de_dust.cfg" and might look like this:
Code:
mp_freezetime 3
plb_skill 4
mp_timelimit 15
df_hook_on 0
sv_gravity 600
amx_dice off