In my podbot.cfg it's like this:
Quote:
# passwordkey - need set as setinfo to get access to main podbot menu
# usage (in below example You may need to write Your-own passwordkey instead
# _pbadminpw - if You changed the default setting for it):
# setinfo _pbadminpw "your_password"
pb_passwordkey "_pbadminpw"
# Set the password to have access to podbot menu on DS by 'pb menu'
# console command typed in client's admin PC or called from the binded key.
# Example of bind on Your client PC:
# bind "=" "pb menu"
pb_password (here is the password I use)
|
And this is autoexec.cfg:
Quote:
exec buys.cfg
setinfo "_pbadminpw" (here is the password I use)
bind "=" "pb menu"
|
And now I start the server, and take rcon pb_password (the password I use) and then rcon pb menu and it don't working. What did I wrong?