Hi.
I want to load CSDM on FY_ maps and unload it on DE_ maps.
I know this is possible and I had it working before.
Currently my config is like this:
amxmodx/configs/maps/plugins-fy.ini
Code:
csdm_equip.amxx
csdm_ffa.amxx
csdm_itemmode.amxx
csdm_main.amxx
csdm_misc.amxx
csdm_protection.amxx
csdm_spawn_preset.amxx
That is config for FY maps and now for de_ maps.
amxmodx/configs/maps/plugins-de.ini
Code:
csdm_equip.amxx disabled
csdm_ffa.amxx disabled
csdm_itemmode.amxx disabled
csdm_main.amxx disabled
csdm_misc.amxx disabled
csdm_protection.amxx disabled
csdm_spawn_preset.amxx disabled
What happens is that when I play dust2 then its normal. Then it is a FY map and the server loads CSDM. Then the problem occurs. The server dont apply the config and still loads CSDM on de_ maps! So whenever a fy_ map has been played, then CSDM mod is active forever. When I type amx_plugins it does not appear but yet it is still loaded.
I dont have csdm_cstrike active in modules.ini because it is permanently activated then.
How should I fix this?