

Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!zombiesleft_hud()
{
Remaining = create_simple_hud();
Remaining.horzAlign = "center";
Remaining.vertAlign = "middle";
Remaining.alignX = "Left";
Remaining.alignY = "middle";
Remaining.y = 230;
Remaining.x = 60;
Remaining.foreground = 1;
Remaining.fontscale = 8.0;
Remaining.alpha = 1;
Remaining.color = ( 0.423, 0.004, 0 );
ZombiesLeft = create_simple_hud();
ZombiesLeft.horzAlign = "center";
ZombiesLeft.vertAlign = "middle";
ZombiesLeft.alignX = "center";
ZombiesLeft.alignY = "middle";
ZombiesLeft.y = 230;
ZombiesLeft.x = -1;
ZombiesLeft.foreground = 1;
ZombiesLeft.fontscale = 8.0;
ZombiesLeft.alpha = 1;
ZombiesLeft.color = ( 0.423, 0.004, 0 );
ZombiesLeft SetText("Zombies Left: ");
while(1)
{
remainingZombies = get_enemy_count() + level.zombie_total;
Remaining SetValue(remainingZombies);
if(remainingZombies == 0 )
{
Remaining.alpha = 0;
while(1)
{
remainingZombies = get_enemy_count() + level.zombie_total;
if(remainingZombies != 0 )
{
Remaining.alpha = 1;
break;
}
wait 0.5;
}
}
wait 0.5;
}
}
maps\_zombiemode::main();
thread zombiesleft_hud();
ZombiesLeft SetText("Zombies Left: ");
get_enemy_count()
zombiesleft_hud()
{
Remaining = create_simple_hud();
Remaining.horzAlign = "center";
Remaining.vertAlign = "middle";
Remaining.alignX = "Left";
Remaining.alignY = "middle";
Remaining.y = 230;
Remaining.x = 60;
Remaining.foreground = 1;
Remaining.fontscale = 8.0;
Remaining.alpha = 1;
Remaining.color = ( 0.423, 0.004, 0 );
ZombiesLeft = create_simple_hud();
ZombiesLeft.horzAlign = "center";
ZombiesLeft.vertAlign = "middle";
ZombiesLeft.alignX = "center";
ZombiesLeft.alignY = "middle";
ZombiesLeft.y = 230;
ZombiesLeft.x = -1;
ZombiesLeft.foreground = 1;
ZombiesLeft.fontscale = 8.0;
ZombiesLeft.alpha = 1;
ZombiesLeft.color = ( 0.423, 0.004, 0 );
ZombiesLeft SetText("Zombies Left: ");
while(1)
{
level.zombie_total SetValue(level.zombie_total);
if(level.zombie_total == 0 )
{
Remaining.alpha = 0;
while(1)
{
if(level.zombie_total != 0 )
{
Remaining.alpha = 1;
break;
}
wait 0.5;
}
}
wait 0.5;
}
}
level.zombie_total SetValue(level.zombie_total);
![]() | |
![]() | |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |