PDA

View Full Version : Freeze Status


genkernel
12-08-2007, 23:10
I decided to make after Sourceforts 1.9.3 was released and devicenull's plugin stopped working.

Commands
Console command: freezestatus
Just aim at a block and use the console command freezestatus. I would suggest it a making a bind.

Credit
Idea taken from devicenull's metamod plugin http://www.sourcefortsmod.com/boards/showthread.php?t=2795

Thanks to zendeath (http://zendeath.com/boards/) for testing the plugin on one their Sourceforts server

Saxywolf
02-24-2008, 01:52
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 (http://forums.alliedmods.net/showthread.php?t=64131) plugin from Sourcemod (http://www.sourcemod.net/)

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 (http://sourcefortsmod.com/boards/showthread.php?t=9331).

The Extra Plugins (http://wiki.alliedmods.net/Base_Plugins_%28SourceMod%29) 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 (http://wiki.alliedmods.net/SourceMod_Configuration) and tried the following in /sourceforts/addons/sourcemod/configs/plugin_settings.cfg:
"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 (http://forums.alliedmods.net/showthread.php?t=67637).