AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Solved Doubt with sm_warmode_on.cfg from SourceMod (https://forums.alliedmods.net/showthread.php?t=311937)

paulo_crash 11-08-2018 22:05

Doubt with sm_warmode_on.cfg from SourceMod
 
In the sm_warmode_on.cfg config located in csgo\cfg\sourcemod you have the following plugins in the list:
Code:

// This file unloads all plugins, re-loads a few" safe "ones, and then prevents
// any more plugins from being loaded.
sm plugins unload_all
sm plugins load_unlock
sm plugins load basebans.smx
sm plugins load basecommands.smx
sm plugins load admin-flatfile.smx
sm plugins load adminhelp.smx
sm plugins load adminmenu.smx
sm plugins load_lock

In my servers I use SourceBans ++ so I do not need to leave the basebans.smx plugin enabled, could I remove it from this list and put the plugin sbpp_main.smx or would it bugar or any problem?

Or not need to make any changes.

Fyren 11-09-2018 02:26

Re: Doubt with sm_warmode_on.cfg from SourceMod
 
You should customize the config to do whatever you want. The only purpose is to be run if you pick the "warmode on" item in the default adminmenu stuff. Since it's going to run sm plugins unload_all, you should make sure it loads things you want to be able to use.

paulo_crash 11-11-2018 12:28

Re: Doubt with sm_warmode_on.cfg from SourceMod
 
Quote:

Originally Posted by Fyren (Post 2623209)
You should customize the config to do whatever you want. The only purpose is to be run if you pick the "warmode on" item in the default adminmenu stuff. Since it's going to run sm plugins unload_all, you should make sure it loads things you want to be able to use.

:bacon!::bacon!::bacon!:


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

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