View Single Post
Author Message
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-08-2018 , 22:05   Doubt with sm_warmode_on.cfg from SourceMod
Reply With Quote #1

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.

Last edited by paulo_crash; 11-11-2018 at 12:29.
paulo_crash is offline