View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 06-19-2010 , 03:17   Re: Rcon locker / exploit fix
Reply With Quote #410

#10

addons\sourcemod\configs\plugin_settings.cfg
Code:
"Plugins"
{
    "*"
    {
        "pause"            "no"
        "lifetime"        "mapsync"
        
        "Options"
        {
        }
    }
    
    "sourceadmin.smx"
    {
        "blockload"            "yes"
        
    }

    "adminmanger.smx"
    {
        "blockload"            "yes"
        
    }
}
- block plugin load to server until rcon_lock updated...

- Could these new unwanted plugins prevent load to server.. if change sourcemod path ??
I remember this thread Unload plugins per server on a multiple server setup
and post #8

- Rename ...addons/sourcemod/ to other example ...addons/my_sourcemod_abc_123/
- And add in server launch parameters +sm_basepath addons/my_sourcemod_abc_123
- Also have to edit file ...addons/metamod/sourcemod.vdf to same path


Last edited by Bacardi; 06-19-2010 at 17:07. Reason: have to check first
Bacardi is offline