Quote:
Originally Posted by podbot mm docs V3
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). 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 also use the function pb add or pb remove (because of the reason the amount of bots must match humans...). Default is 0 (bots don't match humans).
|
Have You been reading that?