I think You misinterpreted this what is written there...
Quote:
Originally Posted by podbot.cfg
# passwordkey - need set as setinfo to get access to main podbot menu
# usage:
# setinfo _pbadminpw "your_password"
pb_passwordkey "_pbadminpw"
# Set the password to have access to podbot menu on DS by 'pb menu'
# console command
pb_password "your_password"
|
The pb_passwordkey is the key which will be interprteted as the
name of setinfo string variable used for Your password. It needs to be written in podbot.cfg (server). So that line:
pb_passwordkey "_pbadminpw"
leave as it is in Your podbot.cfg.
Then You need to define Your unique password (also in podbot.cfg):
pb_password "XXX"
(just replaced the string "your_password"). That's all You need to have defined in Your podbot.cfg on Your server.
Now it's time to use this what podbot.cfg wrote here:
Quote:
Originally Posted by podbot.cfg
# passwordkey - need set as setinfo to get access to main podbot menu
# usage:
# setinfo _pbadminpw "your_password"
|
You need to create autoexec.cfg file in Your ...\cstrike folder (if You don't have it yet there) and place there such line:
setinfo _pbadminpw "XXX"
That's all You need to setup. When You start the game on the server (yes - the server needs to be restarted at all if You changed something in podbot.cfg) and You fired up Your client PC and when You join Your server, the file autoexec.cfg placed in Your ...\cstrike folder wil be started and the setinfo will be sent to the server which let You became an admin for bots. Then You write in Your client PC console:
pb menu
and You should invoke the main podbot menu.
That bind stuff works with podbot.cfg only on the listenserver (when You create the game and play on the same PC), so if You want to make a bind to let You invoke the main podbot menu from Your client PC, You need to write this line in Your client PC ...\cstrike\config.cfg file:
bind "p" "pb menu"
Now - after pressing "p" You should see the main podbot menu.
The dll is not corrupted. A lot of users are using it and no one reports there are some problems with it (and I tested it my-self, too).
