Quote:
Originally Posted by docs
pb_bot_quota_match (value) - configure the number of bots that will match humans on the server (number_of_bots = number_of_humans * pb_bot_quota_match). In this case number of bots will be limited by pb_minbots and pb_maxbots settings. For that function pb_maxbots keeps the max limit of bots on the server (not max number of bots + humans like it's for auto add/kick bot function - when pb_bot_quota_match is 0). The work of the function matching humans is stopped by usage some of these functions - pb fillserver or pb removebots. In both cases pb_bot_quota_match will be set to 0. If pb_bot_quota_match is grater than 0, You cannot use commands pb add and pb remove (because of the reason the amount of bots must match humans...). Default is 0 (bots don't match humans).
|
Where did You get it from the bots should join the team "against" humans? It says ONLY about amount of bots on the server.
If You want to have bots joining only one team, You can change this parameter:
# Changing the setting below forces bots joining to certain team.
# Useful if You want to have always bots in one team against humans.
# Argument values: "ANY", "T", "CT". Default is "ANY".
pb_bot_join_team "ANY"