This commit is contained in:
JezuzLizard
2020-03-10 02:46:32 -07:00
5 changed files with 39 additions and 49 deletions

View File

@ -28,15 +28,9 @@ init()
gscRestart()
{
while ( 1 )
{
if ( level.intermission )
{
wait 20; //20 is ideal
map_restart( false );
}
wait 1;
}
level waittill( "end_game" );
wait 20; //20 is ideal
map_restart( false );
}
killAllPlayers()
@ -85,4 +79,4 @@ spawnAllPlayers()
i++;
}
level.no_end_game_check = 0;
}
}