View Single Post
Author Message
organizedKaoS
Senior Member
Join Date: Feb 2006
Old 11-15-2006 , 22:50   [REQ] Multiple Plugins.ini
#1

Currently I'm using bigballers daily configs plugin to change my server mods according to the day of the week.

I have the day.cfg loaded with the commands

amx_pausecfg stop plugin.amxx

and some other server variables that need to be changed.

Anyways, the server does get changed according to the days.

But even though the plugin says stopped with the amxx plugins command, it still attempts to initialize itself before getting stopped by the day.cfg commands.

This has presented me with some problems as I have a mod that requires no objectives and nobuyzones.

The plugin that dispatches the buyzones and objectives does so in precache and so my mod plugin which should be stopped has been stopped only after it has finished its precache event.

I am requesting a possible multi plugins.ini option to allow servers who want to run different mods or plugins on different days use an alternate plugins.ini so that plugins are never loaded instead of loaded then stoppped.

Thanks

Last edited by organizedKaoS; 11-16-2006 at 14:24.
organizedKaoS is offline