mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 21:26:40 +03:00
commit
dc230df8b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue