View Single Post
Re: Admin change map bots no join :(
Old
  (#5)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Admin change map bots no join :( - 04-03-2007

Quote:
Originally Posted by jmram30 View Post
I want to have the four bots on all the time during normal play but i wanna be able to kick them when I want... see when the map changes with amx end map vote they stay when nobody is on and it does its cycle they stay... BUT when an admin changes a map they are gone ....
As I was expected - they are gone because of these settings.

pb_minbots 0
pb_maxbots 0

For this what You want I would suggest rather to put:
pb_minbots 4
pb_maxbots 4
So it - will keep all the time 4 bots there. When You will need to kick some bot - You just need to change both these settings to 3:
pb_minbots 3
pb_maxbots 3
After that the bot will be automatically kicked (You even don't need to wrtite kick command).
The same if You will need to add the bot back - change back the settings to 4 and the bot wlll be added there without pb add command
.

  
Reply With Quote