1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-13 16:48:07 -05:00

Encounter Pro: remove health bar HUD

This commit is contained in:
Jbleezy
2022-09-14 13:10:16 -07:00
parent 4966397821
commit ad218b156b

View File

@ -353,6 +353,11 @@ health_bar_hud()
flag_wait( "initial_blackscreen_passed" ); flag_wait( "initial_blackscreen_passed" );
if(getDvar("g_gametype") == "zgrief" && is_true(level.scr_zm_ui_gametype_pro))
{
return;
}
x = 5; x = 5;
y = -104; y = -104;
if (level.script == "zm_buried") if (level.script == "zm_buried")