mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01: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 New Issue
Block a user