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

Bots use tank and uav drone

This commit is contained in:
ineedbots
2021-06-02 20:01:20 -06:00
parent 97dd49aa95
commit 1edaa8f11a
3 changed files with 209 additions and 34 deletions

View File

@@ -149,6 +149,11 @@ init()
level.bots_fullautoguns["mg36"] = true;
level.bots_fullautoguns["ak74u"] = true;
level.bots_fullautoguns["25mm"] = true;
level.bots_fullautoguns["40mm"] = true;
level.bots_fullautoguns["105mm"] = true;
level.bots_fullautoguns["remote"] = true;
level thread fixGamemodes();