.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Common Questions (http://forums.bots-united.com/forumdisplay.php?f=51)
-   -   pb menu doesn't work (http://forums.bots-united.com/showthread.php?t=5669)

tankaboss 17-08-2007 07:51

Re: pb menu doesn't work
 
Quote:

Originally Posted by KWo (Post 51425)
As above - on the server - the password must be in podbot.cfg file in Your ...\cstrike\addons\podbot\podbot.cfg file as the line:
pb_password "your_password"
On the client PC - if You are connecting from other PC to Your server - You need to type manually nowhere the password if You write this line:
setinfo _pbadminpw "your_password"
in Your autoexec.cfg file on Your client's PC in ...\cstrike folder.
And the bind should be - in this case - also placed in Your autoexec.cfg (on Your client's PC):
bind "=" "pb menu"

:excl: :excl: :excl:
ok this is what i have changed/done..... ill show you exactually what everything is i dont care if you see my password thats just the pbpassword it dont matter...:ph34r:
=======================
# 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 "admin"
pb_passwordkey "admin"

# 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 "admin"
=====================:thumbup:

that above is EXACTUALLY what i editted in my SERVER file, podbot.cfg
then i tryed going into my server and typing:shifty:
*console open*
setinfo "_pbadminpw" "admin"

then,......:surrender:

pb_passwordkey "admin"
got...
unknown command pb_passwordkey

same with...:surrender:

pb_password "admin"
unknown command pb_password
================:excl:

sooooo this leads me too the quote ABOVE:thumbup: ... when i re-read thread... talking about the whole.. "autoexec.cfg" file which was still a blur... i thought NOW i have to creat a "autoexec.cfg" file in MY cstrike folder ONLY containing:D

setin _pbadminpw "admin"

inorder for it too work~!~~~ is this correct?!?!?!?!:ninja: :ninja: :no: :confused: ...... have i finally put it all together?!:glare: :nuke:




****EDIT

nope...no luck that didnt work either......

sPlOrYgOn 17-08-2007 19:08

Re: pb menu doesn't work
 
try this..

Server side:
In podbot.cfg
Code:

pb_passwordkey "_pbadminpw"
pb_password "asdf"

Client side:
In your config.cfg
Code:

setinfo "_pbadminpw" "asdf"

tankaboss 17-08-2007 20:07

Re: pb menu doesn't work
 


thanks for the info in advance if it works out for me :thumbup:

when you say....

Quote:

Originally Posted by sPlOrYgOn (Post 56011)
.......
Client side:
In your config.cfg
Code:

setinfo "_pbadminpw" "asdf"

dose ONLY that code go in my "autoexec.cfg" file? cuz' as it stands now i have...

[qoute=tankaboss]# 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 "admin"
pb_passwordkey "admin"
# 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 "admin"[/quote]

pretty much a copy of what my server podbot.cfg has:ninja: :ph34r: :censored: :sneaky: :mellow: :death: :oops:

Ancient 17-08-2007 21:06

Re: pb menu doesn't work
 
if pb_passwordkey "admin"
and pb_password "admin"

put this in your autoexec.cfg
Code:

setinfo "admin" "admin"

KWo 17-08-2007 22:56

Re: pb menu doesn't work
 
When You are creating a game on the PC, then You are playing on the same PC - You have created a listenserver (You are the host for other people - You have to be there to let them connect). If You are starting the game console only on the PC, and other people can join to this game (but You aren't there - You don't need to be there to let them play) - that server is called a dedicated server.

KWo 17-08-2007 23:06

Re: pb menu doesn't work
 
Quote:

Originally Posted by tankaboss (Post 56013)
dose ONLY that code go in my "autoexec.cfg" file?

Yeah - this is the only code You need to have on Your client's PC in autoexec.cfg. You can put it also in config.cfg (or in both of them - no matter) in the main cstrike folder. Client's PC is the PC You are joining from to the dedicated server to manage it and play there.
You need to have also this line in Your config.cfg (in cstrike folder) or You can type it manually during the game from the console:
bind "=" "pb menu"
If You have
pb_passwordkey "admin"
and
pb_password "admin"

That setinfo line in autoexec.cfg or in config.cfg should look as Ancient told You:
setinfo "admin" "admin"

tankaboss 17-08-2007 23:07

Re: pb menu doesn't work
 
ahhhhh yes... then i am running a dedicated server where.. i am NOT the host and anyone connect at anygiven time wheather i am persent or not.
thanks KWo:thumbup: :thumbup: :cool: :D
and Ancient....
i will try this and get back to yah...

Quote:

Originally Posted by Ancient (Post 56014)
if pb_passwordkey "admin"
and pb_password "admin"

put this in your autoexec.cfg
Code:

setinfo "admin" "admin"

...again just to clarify,:nuke:

setinfo "admin" "admin" <------is the ONLY command to go in my file "autoexec.cfg" !!!:D :thumbup:

thanks

KWo 17-08-2007 23:12

Re: pb menu doesn't work
 
Quote:

Originally Posted by tankaboss (Post 56017)

setinfo "admin" "admin" <------is the ONLY command to go in my file "autoexec.cfg" !!!

Concerning to autoexec.cfg - yes. Concerning to whole Your lient's PC - no. You need to add that bind I told You before (to config.cfg). Then - when You will join to the server from Your client's PC, You just need to push "=" button to bring up podbot menu.

tankaboss 17-08-2007 23:39

Re: pb menu doesn't work
 
okay KWo,

i did this in my autoexec.cfg file

setinfo "admin" "admin"
bind "." "pb menu"



thats correct by the looks of it...
i changed my = to . becasue i already have = bound as shopmenu2 in my w3ft server.

Ancient 17-08-2007 23:50

Re: pb menu doesn't work
 
Well to be safe I wouldn't put the bind in the autoexec.cfg
put it in the podbot.cfg.
Code:

bind "." "pb menu"


All times are GMT +2. The time now is 16:15.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.