Added ads dvar

This commit is contained in:
INeedBots
2020-12-13 16:47:52 -06:00
parent 376382b17e
commit b1579c0b3e
4 changed files with 17 additions and 0 deletions

View File

@ -87,6 +87,8 @@ init()
setDvar("bots_play_target_other", true);
if(getDvar("bots_play_killstreak") == "")//bot use killstreaks
setDvar("bots_play_killstreak", true);
if(getDvar("bots_play_ads") == "")//bot ads
setDvar("bots_play_ads", true);
if(!isDefined(game["botWarfare"]))
game["botWarfare"] = true;