bots_loadout_rank dvar

This commit is contained in:
INeedBots
2020-12-20 20:39:28 -06:00
parent 9eab58289a
commit 24306246e7
3 changed files with 51 additions and 33 deletions

View File

@@ -60,6 +60,8 @@ init()
setDvar("bots_loadout_reasonable", false);
if(getDvar("bots_loadout_allow_op") == "")//allows jug, marty and laststand
setDvar("bots_loadout_allow_op", true);
if(getDvar("bots_loadout_rank") == "")// what rank the bots should be around, -1 is around the players, 0 is all random
setDvar("bots_loadout_rank", -1);
if(getDvar("bots_play_move") == "")//bots move
setDvar("bots_play_move", true);