mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 13:55:43 +00:00
aa
This commit is contained in:
parent
2c015fb9e7
commit
20dc9c9bed
@ -476,7 +476,7 @@ set scr_spawnsimple ""
|
||||
set scr_spawn_enemyavoiddist ""
|
||||
|
||||
// _spawnlogic
|
||||
set scr_spawnpointfavorweight "499999"
|
||||
set scr_spawnpointfavorweight ""
|
||||
set scr_spawnpointdooutsidecheck ""
|
||||
|
||||
// iw4x
|
||||
|
@ -476,7 +476,7 @@ set scr_spawnsimple ""
|
||||
set scr_spawn_enemyavoiddist ""
|
||||
|
||||
// _spawnlogic
|
||||
set scr_spawnpointfavorweight "499999"
|
||||
set scr_spawnpointfavorweight ""
|
||||
set scr_spawnpointdooutsidecheck ""
|
||||
|
||||
// iw4x
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user