Quote:
Originally Posted by kiddo
I tried to make an autoexec.cfg in my client counter strike/cstrike like u said here
Didn't work...i tried also setinfo _pbadminpw my_password and didn't worked..but never mind..i want just to add and kick bots.
|
That setinfo has to b related to the settings You have in podbot.cfg on the server.
Make sure in podbot.cfg there is these lines like:
pb_passwordkey "_pbadminpw"
pb_password "
my_password"
Bots are automatically added and kicked if pb_maxbots is grater than 0 and pb_bots_quota_match is 0.
I.e. - with these settings:
pb_minbots 0
pb_maxbots 16
pb_bots_quota_match 0
any player joins, the bot should be automatically kicked. If You have pb_maxbots = mp_maxplayers (and You have added bots to have them + humans = pb_maxbots - of course there is no free slot to let the player join). So You shouldn't put so many bots there (at least 1 slot You should've leave free).
To kick a bot use this command:
pb kick #bot_id
bot_id is the number You can see after using the "status" command - it's just user_id.
You can also use the pb remove command with the bot's name argument.
If Your bot is called [P*D]James Bond (100), You can remove it this way:
pb remove "[P*D]James Bond (100)"
(use quotes for any name which consists a space in it).
If You are using remote access - You have to add rcon prefix as well.
rcon pb remove "[P*D]James Bond (100)"
Quote:
Originally Posted by kiddo
I downloaded from a topic from here(as far as i can remember) a file named "3765_Waypoints_Pack_[clansite.ten.lt].7z" ,but i don't know with what to open it...and don't know if it's for pod bot mm
|
The program to open and unzip this file is
7-zip. I don't know if it's for podbot mm or for yapb or for other bots (You didn't provide the link to the file - where did You download it from).