Add client_print_color native (CS only) (bug 5823, r=Nextra)

Former-commit-id: 9e37c60bc543676cbd659621a129bd953fc71473
This commit is contained in:
Vincent Herbet
2013-08-24 01:03:13 +02:00
parent ab6644c874
commit af0a1200ab
10 changed files with 209 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ void CPlayer::Init(edict_t* e, int i)
initialized = false;
ingame = false;
authorized = false;
teamIdsInitialized = false;
current = 0;
teamId = -1;
@@ -62,6 +63,7 @@ void CPlayer::Disconnect()
ingame = false;
initialized = false;
authorized = false;
teamIdsInitialized = false;
if (newmenu != -1)
{