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