Posts
167
Respect
44Add +1
Forum Rank
Pack-a-Puncher
Primary Group
Member
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!player_downed_function()
{
while( 1 )
{
players = get_players();
players_alive = 0;
for( i = 0; i < players.size; i++ )
{
if( is_player_valid(players[i]) )
{
players_alive++;
}
}
if( !IsDefined( level.players_alive_change ) )
{
level.players_alive_change = players.size;
}
if (players_alive < level.players_alive_change)
{
// put whatever you want to happen here
level.players_alive_change = players_alive;
}
else if(players_alive != level.players_alive_change) //so that the variable updates when spectators respawn
{
level.players_alive_change = players_alive;
}
wait(0.05);
}
}if( is_player_valid(players[i]) )if( players[i].sessionstate != "spectator" )grief_msg()
{
while( 1 )
{
players = get_players();
players_alive = 0;
for( i = 0; i < players.size; i++ )
{
if( is_player_valid(players[i]) )
{
players_alive++;
}
}
if( !IsDefined( level.players_alive_change ) )
{
level.players_alive_change = players.size;
}
if (players_alive < level.players_alive_change && players_alive > 1)
{
iprintlnbold("Enemy Down! ["+players_alive+" Remaining]");
level.players_alive_change = players_alive;
}
else if(players_alive < level.players_alive_change && players_alive == 1)
{
iprintlnbold("All Enemies Down!");
wait(2.5);
iprintlnbold("Survive to Win!");
level.players_alive_change = players_alive;
}
else if(players_alive != level.players_alive_change) //so that the variable updates when spectators respawn
{
level.players_alive_change = players_alive;
}
wait(0.05);
}
}![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
I tried using that waittill and I couldn't get it to work, I tested this and it works
and by seeing DidUknowiPwn saying this Not even remotely correct.
What even this script doand by seeing DidUknowiPwn saying this
i don't care for it then fix it then dude
You sir, are a moron.![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |