ReGameDLL_CS icon indicating copy to clipboard operation
ReGameDLL_CS copied to clipboard

Bot or player

Open peylight opened this issue 5 years ago • 2 comments

I want to control number of bots. for example if there are no player 4 bots exist and if 2 players join to the server then 2 bots leave the server and if total players are 4 there are no bots in the server. Actually i want replace number of bots by players. If i set bot_quota to 4 then the bots are in server only until players join to the server and every player will be should be case left every bot. How can i do that?

peylight avatar Apr 17 '20 11:04 peylight

Solution:

maxplayers=32
bot_quota=4
bot_quota_mode=fill
bot_auto_vacate=1

Shkarlatov avatar Apr 17 '20 16:04 Shkarlatov

It is worked. Thanks

peylight avatar Apr 17 '20 17:04 peylight