ReGameDLL_CS
ReGameDLL_CS copied to clipboard
Bot or player
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?
Solution:
maxplayers=32
bot_quota=4
bot_quota_mode=fill
bot_auto_vacate=1
It is worked. Thanks