View Single Post
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 04-18-2009 , 14:25   Re: PODbot mm bots quota on the server
Reply With Quote #24

This functionality You are asking about is build-in podbot mm module, so You don't need to use this plugin. All You need is to have in podbot.cfg:

pb_minbots 0
pb_maxbots 6 (or more in the case You want to have later more bots)
pb add 100
pb add 100
pb add 100
pb add 100
pb add 100
pb add 100

(6 lines adding bots puts 6 bots on the server)

or this way:

pb_minbots 0
pb_maxbots 6
pb fillserver 100

Just remember - pb_maxbots it's only the limit for "pb fillserver" command (it doesn't add automatically any amount of bots - You still need to add them by "pb add" or "pb fillserver" command).
Another thing - settings are with underscore line between "pb" prefix and the setting's name (like pb_maxbots), commands are using a space between the "pb" prefix and the main command (pb add).
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline