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:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user