diff --git a/core/ConVarManager.cpp b/core/ConVarManager.cpp index 41bdcb4c..f32c9a20 100644 --- a/core/ConVarManager.cpp +++ b/core/ConVarManager.cpp @@ -328,7 +328,7 @@ void ConVarManager::OnRootConsoleCommand(const char *cmdname, const CCommand &co } /* Display usage of subcommand */ - g_RootMenu.ConsolePrint("[SM] Usage: sm convars "); + g_RootMenu.ConsolePrint("[SM] Usage: sm cvars "); } Handle_t ConVarManager::CreateConVar(IPluginContext *pContext, const char *name, const char *defaultVal, const char *description, int flags, bool hasMin, float min, bool hasMax, float max) diff --git a/gamedata/core.games/common.games.txt b/gamedata/core.games/common.games.txt index a9740943..51e90724 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -130,6 +130,7 @@ "game" "left4dead" "game" "obsidian" "game" "empires" + "game" "gesource" } "Keys" diff --git a/gamedata/sdktools.games/game.hl2mp.txt b/gamedata/sdktools.games/game.hl2mp.txt index 4d58ca9c..9a8768f5 100644 --- a/gamedata/sdktools.games/game.hl2mp.txt +++ b/gamedata/sdktools.games/game.hl2mp.txt @@ -96,6 +96,11 @@ "windows" "32" "linux" "33" } + "PlayerRunCmd" + { + "windows" "346" + "linux" "347" + } } } -} \ No newline at end of file +}