Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fixed health icon.
  • Loading branch information
gennariarmando committed Jun 17, 2019
1 parent f299e9e commit 6f0fb7cd3600883794b7542a3a2f8405d4b9d30b
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/render/Hud.cpp
@@ -432,7 +432,7 @@ void CHud::Draw()
if (CWorld::Players[CWorld::PlayerInFocus].m_pPed->m_fHealth >= 10
|| CWorld::Players[CWorld::PlayerInFocus].m_pPed->m_fHealth < 10 && CTimer::GetFrameCounter() & 8) {

AsciiToUnicode("[", sPrintIcon);
AsciiToUnicode("{", sPrintIcon);
sprintf(sTemp, "%03d", (int32)CWorld::Players[CWorld::PlayerInFocus].m_pPed->m_fHealth);
AsciiToUnicode(sTemp, sPrint);

0 comments on commit 6f0fb7c

Please sign in to comment.