mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-19 19:48:53 -05:00
MOTD: hide health bar when entering afterlife
This commit is contained in:
@ -440,12 +440,12 @@ health_bar_hud()
|
||||
|
||||
while (1)
|
||||
{
|
||||
if(isDefined(self.e_afterlife_corpse))
|
||||
if (is_true(self.afterlife))
|
||||
{
|
||||
hud hideelem();
|
||||
hud_text hideelem();
|
||||
|
||||
while(isDefined(self.e_afterlife_corpse))
|
||||
while (is_true(self.afterlife))
|
||||
{
|
||||
wait 0.05;
|
||||
}
|
||||
|
Reference in New Issue
Block a user