You have to not use qutes with podbot commands, except when You use it for parameter "name" (if bot's name is with a spce like James Bond for example).
Then You will need to write this:
pb addbot 100 5 5 2 "James Bond"
But because seems its meanmod has some problem with it, I'm moving the thread to mEAn forum. I guess botmeister should read a bit some threads about addbot commands, too.
[EDIT]
Because my last experience says botmeister doesn't like to read what do the people write, I'm writing here for him some info for addbot and fillserver. Dunno - maybe it's already included in the latest mEAn, but if not - he can use some info I'm writing here.
The syntax of addbot and fillserver console commands (podbot mm)
pb addbot [skill [personality [team [model [name]]]]]
Adds a Bot with parameters - skill You can write from 1 to 100; if You will write 101 it will mean random skill from minbotskili to maxbotskill specified above.
Personality - 1 to 3 or 5 and these value mean:
- 1 - Normal [POD]
- 2 - Aggresive [P*D]
- 3 - Defensive [P0D]
- 5 - Random personality from these 3 above
Team 1 is for Terrorists, 2 for Counter Terrorists and 5 to use auto-assign.
Model (class) is 1-4 or 5 (5 means random from 1 to 4).
Name is of course the name for this Bot.
If You want to use space in the name of Your bot You have to use quotes (for example: pb addbot 100 2 1 4 "James Bond").
You may not specify some argument without these before (for example - You may not specify bot's name without its skill nor personality nor team nor model - like this:
pb addbot Roger
this is an invalid call of the function addbot and then some bot with all random parameters (including also the name) will be added to the game.
You don't need of course specify all parameters - but if You need to specify some of them exactly - all other You have to specify as random. In our example to add some bot with the name Roger You have to write the line:
pb addbot 101 5 5 5 Roger
and this call of addbot function is correctly.
If You want to add some bot to the game with skill 100 to T team, the line should be like this:
pb addbot 100 5 1
In this case the parameters AFTER the latest one You need to specify - aren't important (You don't need write anything more). The model will be selected automatically and the name will be choosen from botnames.txt file.
Some other examples:
pb addbot -->skill gets based on mix\max, all else random
pb addbot 50 -->skill is 50 all else random
pb addbot joeblogs --> skill is based on min/max, name is joeblogs, all else random
pb addbot 100 1 2 1 "Mr Kabby" -->all have been set
pb fillserver [skill [personality [team [model]]]]
Meaning of the parameters is like for addbot command. This command let You fill the server by bots until reaching by podbots+human_players(or other bots):
a) the max_bots value if it is specyfied (different than 0)
b) max_players if max_bots is not specyfied (or is equal to 0)
If You want fill Your server by bots with random skill (between minbotskill and maxbotskill), but as "aggresssive" (and You don't care about their models or team), write this line:
pb fillserver 101 2
If You want for example fill the server by bots with skill 100, random personality , random team and random model - write this line:
pb fillserver 100
If You wish to fill the server by bots, but all bots to one team only - then write this:
a)example for T team and skill 90, all else random:
pb fillserver 90 5 1
b)example for CT team and skill and personalities randomly, model 3:
pb fillserver 101 5 2 3
The rules are the same for parameters like for addbot command (except 'name' parameter - for fillserver this parameter doesn't exist).
[/EDIT]