mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
oops lol
This commit is contained in:
parent
0952e8af0a
commit
522a218d63
@ -1088,6 +1088,17 @@ onBotSpawned()
|
||||
for(;;)
|
||||
{
|
||||
self waittill("bot_spawned");
|
||||
|
||||
self thread start_bot_threads();
|
||||
}
|
||||
}
|
||||
|
||||
start_bot_threads()
|
||||
{
|
||||
self endon("disconnect");
|
||||
level endon("game_ended");
|
||||
self endon("death");
|
||||
|
||||
gameFlagWait("prematch_done");
|
||||
|
||||
self thread bot_killstreak_think();
|
||||
@ -1117,7 +1128,6 @@ onBotSpawned()
|
||||
self thread bot_hq();
|
||||
|
||||
self thread bot_cap();
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -2,10 +2,8 @@ _script:
|
||||
bomb gamemodes,
|
||||
unreleased gamemodes
|
||||
|
||||
_utility:
|
||||
host assignment
|
||||
|
||||
_other:
|
||||
dvars
|
||||
menu
|
||||
code comments
|
||||
documentation and tutorials
|
||||
|
Loading…
x
Reference in New Issue
Block a user