Added dvars

This commit is contained in:
INeedBots
2020-11-23 00:42:44 -06:00
parent d2e563cf65
commit 5e7f456a42
3 changed files with 65 additions and 29 deletions

View File

@ -83,6 +83,8 @@ init()
setDvar("bots_play_jumpdrop", true);
if(getDvar("bots_play_target_other") == "")//bot target non play ents (vehicles)
setDvar("bots_play_target_other", true);
if(getDvar("bots_play_killstreak") == "")//bot use killstreaks
setDvar("bots_play_killstreak", true);
level.defuseObject = undefined;
level.bots_smokeList = List();