cal cfg

Post Reply
RuThLeSs
A semi-regular
A semi-regular
Posts: 21
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed May 21, 2003 12:36 am
Location: Seattle

cal cfg

Post by RuThLeSs »

how do you pause all your amx and all other plugins for a match. The easiest way Im sure it to just make a pause.cfg file or something like that... can someone gimmie an example. Thanks
-RuThLeSs
http://kmfostyle.nuclearfallout.net/
kmfo.nuclearfallout.net:27015
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

yes:
to pause a Meta plugin thru rcon, you need to use the command 'meta force_unload'
so.. say you have amxmod and adminmod running on your server, you would make a cfg called like ./pause.cfg that would look like this:
  • // this config pauses the plugins
    meta force_unload amx
    meta force_unload adminmod
then to reload the addons after, all you would need to do is restart the server. (via control panel, or 'restart 1')

*edit* note that if you want to find out the names of the plugins that are currently loaded, you can use 'meta list' with or without rcon :wink:
User avatar
Edge100x
Founder
Founder
Posts: 13121
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

If you were curious, version 0.9.6j of AMX also works with a "standard meta unload amx", since it allows itself to be loaded and unloaded at any time.
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

ah, that is indeed interesting. The only meta plugins ive tried to unload thus far were statsme and adminmod and they didnt want to get unloaded so i was like.. 8O FORCE_.. hehe
Post Reply