Added client "sm", "sm credits", and "sm plugins" commands (bug 3570, r=ds,pred).

This commit is contained in:
David Anderson
2009-02-01 02:33:31 -05:00
parent 6048144310
commit 643c39690f
4 changed files with 141 additions and 0 deletions
+2
View File
@@ -210,6 +210,8 @@ void CmdMaxplayersCallback(const CCommand &command);
void CmdMaxplayersCallback();
#endif
extern void ClientConsolePrint(edict_t *e, const char *fmt, ...);
extern PlayerManager g_Players;
extern bool g_OnMapStarted;
extern const unsigned int *g_NumPlayersToAuth;