1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2026-03-26 20:23:03 +00:00

More tests

This commit is contained in:
ineedbots
2021-05-12 14:33:23 -06:00
parent f836f7529a
commit d4a617a630
4 changed files with 32 additions and 14 deletions

View File

@@ -417,6 +417,7 @@ added()
*/
add_bot()
{
//bot = addTestClient();
setDvar("addBots", 1);
wait 0.05;
@@ -766,7 +767,7 @@ addBots()
{
tempBot = random(getBotArray());
if (isDefined(tempBot))
setDvar("removeBot", tempBot getEntityNumber());
kick(tempBot getEntityNumber());
}
}
}