Is it wise
To unload/load amxmodx modules quite a lot of times through this method
on a daily basis ?
meta unload "Ham Sandwich"
meta unload "Fun"
meta unload "FakeMeta"
amx_off
amx_on
meta load addons/amxmodx/modules/hamsandwich_amxx_i386.so
meta load addons/amxmodx/modules/fun_amxx_i386.so
meta load addons/amxmodx/modules/fakemeta_amxx_i386.so
plugins functions work fine without the modules loaded into the meta list.
none problems so far.
any recommendations?
or thoughts about possible negative outcomes?
It would be appreciated to know before I apply this method onto more servers.