This commit is contained in:
Scott Ehlert 2009-10-06 13:37:59 -05:00
commit e3e11d233c
3 changed files with 8 additions and 2 deletions

View File

@ -328,7 +328,7 @@ void ConVarManager::OnRootConsoleCommand(const char *cmdname, const CCommand &co
}
/* Display usage of subcommand */
g_RootMenu.ConsolePrint("[SM] Usage: sm convars <plugin #>");
g_RootMenu.ConsolePrint("[SM] Usage: sm cvars <plugin #>");
}
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)

View File

@ -130,6 +130,7 @@
"game" "left4dead"
"game" "obsidian"
"game" "empires"
"game" "gesource"
}
"Keys"

View File

@ -96,6 +96,11 @@
"windows" "32"
"linux" "33"
}
"PlayerRunCmd"
{
"windows" "346"
"linux" "347"
}
}
}
}
}