Posts
143
Respect
46Add +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!lol()
{
level.yolo = 0;
thread break_loop();
while(1)
{
//stuffstuff
//stuffstuff
//stuffstuff
if(level.yolo == 1)
break;
wait 0.1;
}
}
break_loop()
{
players = get_players();
for( i=0; i<players.size;i++)
{
players[i] thread end();
}
}
end()
{
self waittill_any( "fake_death", "death", "player_downed" );
level.yolo = 1;
}