Thread: Freeze Status
View Single Post
Saxywolf
Junior Member
Join Date: Feb 2008
Old 02-24-2008 , 01:52   Re: Freeze Status
Reply With Quote #2

I apologize if this is in the wrong thread/forum, but I couldn't find a help forum for plugins.

Its a linux server with Game Servers
Sourcemod shows up as loaded when I do "rcon meta list"
sm_map <mapname> works

I downloaded the Freeze Status plugin from Sourcemod

The only instructions I can find for installation is to "install as usual"

I put the freezestatus.smx file in /sourceforts/addons/sourcemod/plugins
I put the freezestatus.sp file in /sourceforts/addons/sourcemod/scripting

While facing a frozen block I type freezestatus in the console I get nothing. Not even an unknown command response. Nothing shows up in chat or the console when done with a bound key either. It does work in other people's servers, but other Sourceforts admins don't seem to be able to help.

The Extra Plugins section mentioned that the cfg files would automatically be generated, but I doubt there are any. It also mentioned that the plugins can be "loaded". So, I looked into the Plugin Loading and tried the following in /sourceforts/addons/sourcemod/configs/plugin_settings.cfg:
Code:
    "freezestatus"
    {
        "pause"            "no"
        "lifetime"        "global"
        
        "Options"
        {
            "debug"        "no"  //"yes" didn't show anything either
        }
    }
I followed up with some debugging of my own, but ran into and debugged a dead end.

Last edited by Saxywolf; 02-29-2008 at 16:44.
Saxywolf is offline