Get it in finger tips: BOT CONTROL bot_add bot_add_t bot_add_ct Causes a bot to be added to the game. "bot_add" will add a bot to the team specified by the "bot_join_team" cvar. "bot_add_t" and "bot_add_ct" forces the bot onto the respective teams. bot_kill This command takes either the name of a bot, or the keyword "all" - causing all bots in the game to be killed. bot_kick This command takes either the name of a bot, or the keyword "all" - causing all bots in the game to be kicked. bot_knives_only bot_pistols_only bot_snipers_only bot_all_weapons These commands are shortcuts that set the bot_allow_* cvars accordingly. bot_difficulty [0-3] This cvar determines the difficulty of all newly created bots (existing bots will retain the difficulty setting they were created with). Zero = easy, 1 = normal, 2 = hard, 3 = expert. Difficulty values higher than 3 are reset to 3. bot_quota Setting this cvar to a nonzero value will cause t...