View Single Post
Re: pb menu doesn't work
Old
  (#39)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: pb menu doesn't work - 11-03-2007

Quote:
Originally Posted by need-help View Post
exec.cfg in C:/Steam/...../cstrike (exec exec.cfg in config.cfg! so exec.cfg is loaded on start)
Code:
// PodBot Menu
setinfo _pbadminpw "my_pw"
bind "o" "pb menu"
still dont work

in hlsw too

rcon_password "rcon_pw"
rcon pb_password "my_pw"
rcon pb menu
menu is not available commando. Type pb help to see more info.
Are You sure Your exec.cfg is placed on Your client's PC (not on the dedicated server)? Can You try this:
Put this line
setinfo "_pbadminpw" "my_pw"
in autoexec.cfg (config.cfg is executed a bit later - that might be a problem) on client's PC (and use quotes for "_pbadminpw")
Add the same line at the end of Your config.cfg
  
Reply With Quote