Configs Changer v1.0
Description:
=========
This plugin is made for the admin's who don't know so much of "amx_cfgmenu", "amx_cfg" and the owner's of the servers don't want to explain them how to, bla bla bla...so...you write amx_pub and your public config is loaded ! (:O MAGIC!). A simple plugin.
IMPORTANT NOTE:
This plugin uses ADMIN LEVEL H (custom flag T (in users.ini)), so the admin who can execute it is only who have "t" flag.
Commands :
=========
- amx_warmup - Loads your warmup config
- amx_pub - Loads your public config
- amx_scrim - Loads your scrim config
- amx_cpl - Loads your CPL config
CVars :
======
- cfg_pub < Your public config > (Default: pub.cfg)
- cfg_warmup < Your warmup config > (Default: warmup.cfg)
- cfg_scrim < Your scrim/closed config > (Default: scrim.cfg)
- cfg_cpl < Your cpl config > (Default: cpl.cfg)
Install :
======
1)
- Add in your amx.cfg (/addons/amxmodx/configs/amx.cfg) the cvars.
-- Example:
--- cfg_pub "pub.cfg"
--- cfg_warmup "warmup.cfg"
--- cfg_scrim "scrim.cfg"
--- cfg_cpl "mycplcfg.cfg"
2)
- Place cfgchanger.amxx file into your plugins folder.
3)
- Open plugins.ini, add line containing:
-- cfgchanger.amxx
Done !
History :
======
1.0
- First Release for AMX MOD X 1.76c
Credits :
======
- UnKnOwNPlaYeR (Me /
Web)
- Malvi (Malvinas-Argentinas)