mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 15:44:49 +00:00
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
init()
|
|
{
|
|
level thread watchNuke();
|
|
}
|
|
|
|
watchNuke()
|
|
{
|
|
setDvar("scr_spawnpointfavorweight", "");
|
|
level waittill( "nuke_death" );
|
|
setDvar("scr_spawnpointfavorweight", "499999");
|
|
}
|