mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 06:30:01 +00:00
commit
dc230df8b1
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue