mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 07:34:50 +00:00
nuke spawns
This commit is contained in:
parent
2c0014006c
commit
1bdf9450ea
11
raw/scripts/nukespawns.gsc
Normal file
11
raw/scripts/nukespawns.gsc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
init()
|
||||||
|
{
|
||||||
|
level thread watchNuke();
|
||||||
|
}
|
||||||
|
|
||||||
|
watchNuke()
|
||||||
|
{
|
||||||
|
setDvar("scr_spawnpointfavorweight", "");
|
||||||
|
level waittill( "nuke_death" );
|
||||||
|
setDvar("scr_spawnpointfavorweight", "499999");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user