View Single Post
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 04-28-2013 , 03:43   Re: Sourcemod stopped working completely.
Reply With Quote #2

See in your console, when you are on your server:

"meta list" or "meta version"

If you see something smilar, like this, your metamod working:
Code:
09:42:34 meta list
09:42:35 L 04/28/2013 - 09:42:26: rcon from "xxx.xxx.xxx.xxx:xxxx": command "meta list"
09:42:35 Listing 8 plugins:
           [01] XYZ
           [02] SourceMod (1.5.0-dev+3832) by AlliedModders LLC
           [03] Server Secure - Files Only (1.0.0) by AzuiSleet (mod by asherkin)
           [04] CS Tools (1.5.0-dev+3832) by AlliedModders LLC
           [05] SDK Tools (1.5.0-dev+3832) by AlliedModders LLC
           [06] SDK Hooks (1.5.0-dev+3832) by AlliedModders LLC
           [07] Connect (1.2.0) by Asher "asherkin" Baker
           [08] SMRCon (1.2.1) by psychonic
or
Code:
09:45:22 meta version
09:45:22 L 04/28/2013 - 09:45:14: rcon from "xxx.xxx.xxx.xxx:xxxx": command "meta version"
09:45:22 Metamod:Source version 1.10.0-dev
         Build ID: 830:ca911754b95d-dev
         Loaded As: Valve Server Plugin
         Compiled on: Mar 31 2013
         Plugin interface version: 15:14
         SourceHook version: 5:5
         http://www.metamodsource.net/

If you got: "unknown command", your metamod is dead.

Same thing with the sourcemod.
"sm version"
Code:
09:47:23 sm version
09:47:23 L 04/28/2013 - 09:47:15: rcon from "xxx.xxx.xxx.xxx:xxxx": command "sm version"
09:47:23  SourceMod Version Information:
             SourceMod Version: 1.5.0-dev+3832
             SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.0-dev+3832)
             SourcePawn API: v1 = 4, v2 = 4
             Compiled on: Apr 16 2013 10:38:36
             Build ID: 3832:8ac22e807fe5
             http://www.sourcemod.net/

Last edited by pubhero; 04-28-2013 at 03:56.
pubhero is offline