This commit is contained in:
Sergeanur 2021-07-25 19:59:02 +03:00
parent 601f63f4fb
commit 5032d24ad8
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ void CHud::Draw()
if (m_ItemToFlash == ITEM_HEALTH && FRAMECOUNTER & 8
|| m_ItemToFlash != ITEM_HEALTH
|| playerPed->m_fHealth < 10
&& CTimer::FRAMECOUNTER & 8) {
&& FRAMECOUNTER & 8) {
if (playerPed->m_fHealth >= 10
|| playerPed->m_fHealth < 10 && FRAMECOUNTER & 8) {