1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-08 21:45:34 +00:00

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");
}