AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   (OLD) Bug Reports (https://forums.alliedmods.net/forumdisplay.php?f=24)
-   -   [REQ] Multiple Plugins.ini (https://forums.alliedmods.net/showthread.php?t=47350)

organizedKaoS 11-15-2006 22:50

[REQ] Multiple Plugins.ini
 
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 :up:

Johnny got his gun 01-20-2007 07:03

Re: [REQ] Multiple Plugins.ini
 
Change the cfg localinfo. I defined a new cfg for my small dev server.
+localinfo amxx_cfg "addons/amxmodx/configs/dev_core.ini" (default is core.ini)
In the new core.ini file I define amxx_plugins as addons/amxmodx/configs/dev_plugins.ini


All times are GMT -4. The time now is 23:52.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.