cal cfg
-
- A semi-regular
- Posts: 21
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Wed May 21, 2003 12:36 am
- Location: Seattle
cal cfg
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
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:
*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
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
*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
