mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-02 09:47:26 +00:00
oops lol
This commit is contained in:
@@ -1088,6 +1088,17 @@ onBotSpawned()
|
|||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
self waittill("bot_spawned");
|
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");
|
gameFlagWait("prematch_done");
|
||||||
|
|
||||||
self thread bot_killstreak_think();
|
self thread bot_killstreak_think();
|
||||||
@@ -1117,7 +1128,6 @@ onBotSpawned()
|
|||||||
self thread bot_hq();
|
self thread bot_hq();
|
||||||
|
|
||||||
self thread bot_cap();
|
self thread bot_cap();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -2,10 +2,8 @@ _script:
|
|||||||
bomb gamemodes,
|
bomb gamemodes,
|
||||||
unreleased gamemodes
|
unreleased gamemodes
|
||||||
|
|
||||||
_utility:
|
|
||||||
host assignment
|
|
||||||
|
|
||||||
_other:
|
_other:
|
||||||
|
dvars
|
||||||
menu
|
menu
|
||||||
code comments
|
code comments
|
||||||
documentation and tutorials
|
documentation and tutorials
|
||||||
|
Reference in New Issue
Block a user