This commit is contained in:
INeedBots
2021-02-13 15:40:12 -06:00
parent 2c015fb9e7
commit 20dc9c9bed
3 changed files with 11 additions and 2 deletions

View File

@ -18,6 +18,15 @@ init()
level thread watchBotCrackedClass();
level thread watchBoxmap();
level thread watchNuke();
}
watchNuke()
{
setDvar("scr_spawnpointfavorweight", "");
level waittill( "nuke_death" );
setDvar("scr_spawnpointfavorweight", "499999");
}
watchBoxmap()