View Single Post
Re: PB menu doesn't work
Old
  (#5)
Regulator
Member
 
Status: Offline
Posts: 6
Join Date: Jun 2006
Default Re: PB menu doesn't work - 05-06-2006

in the server podbot.cfg I have following:

# passwordkey - need set as setinfo to get access to main podbot menu
# usage:
# setinfo _pbadminpw "your_password"
pb_passwordkey "XXX"
# Set the password to have access to podbot menu on DS by 'pb menu'
# console command
pb_password "XXX"

and in my exec.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 "XXX"

When I write pb menu there is no reaction, but when I write rcon pb menu, following shows:

"menu" is not a Podbot command. Type "pb help" for a list of commands

maybe the dll file is corrupt?
  
Reply With Quote