nuke spawns

This commit is contained in:
ineedbots 2021-06-23 22:50:26 -06:00
parent 2c0014006c
commit 1bdf9450ea

View File

@ -0,0 +1,11 @@
init()
{
level thread watchNuke();
}
watchNuke()
{
setDvar("scr_spawnpointfavorweight", "");
level waittill( "nuke_death" );
setDvar("scr_spawnpointfavorweight", "499999");
}