mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -05:00
Remove bleedout bar showing for last player downed
This commit is contained in:
@ -1542,6 +1542,12 @@ bleedout_bar_hud()
|
|||||||
{
|
{
|
||||||
self waittill("entering_last_stand");
|
self waittill("entering_last_stand");
|
||||||
|
|
||||||
|
// don't show for last player downed
|
||||||
|
if(!self maps/mp/zombies/_zm_laststand::player_is_in_laststand())
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
self thread bleedout_bar_hud_updatebar(bleedout_bar);
|
self thread bleedout_bar_hud_updatebar(bleedout_bar);
|
||||||
|
|
||||||
bleedout_bar showelem();
|
bleedout_bar showelem();
|
||||||
|
Reference in New Issue
Block a user