mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-28 15:45:41 +03:00
Reset damage stats on Putin Server
This commit is contained in:
parent
c0f47949ec
commit
02a0516c2f
@ -561,6 +561,8 @@ void CCSPlayer::ResetAllStats()
|
|||||||
m_iNumKilledByUnanswered[i] = 0;
|
m_iNumKilledByUnanswered[i] = 0;
|
||||||
m_bPlayerDominated[i] = false;
|
m_bPlayerDominated[i] = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_DamageList.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CCSPlayer::OnSpawn()
|
void CCSPlayer::OnSpawn()
|
||||||
@ -589,6 +591,7 @@ void CCSPlayer::OnKilled()
|
|||||||
void CCSPlayer::OnConnect()
|
void CCSPlayer::OnConnect()
|
||||||
{
|
{
|
||||||
ResetVars();
|
ResetVars();
|
||||||
|
ResetAllStats();
|
||||||
m_iUserID = GETPLAYERUSERID(BasePlayer()->edict());
|
m_iUserID = GETPLAYERUSERID(BasePlayer()->edict());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user