Can't get command binding to workNot An Issue
i want open panel by p. i write that Bind p "padmin". but its not work
That is a client-side command that only clients can run themselves.

To add to that, shouldn't it be:

bind p "say /padmin"
In response to ThibmoRozier ():
To add to that, shouldn't it be:bind p "say /padmin"
Ah yup, I thought the user was trying to run something from the server for that.
My bad, I got corrected: bind p chat.say /padmin
In response to ThibmoRozier ():
My bad, I got corrected: bind p chat.say /padmin
I don’t think the quotations around the intended key are necessary, and the full command to bind should be quoted.
In response to Wulf ():
I don’t think the quotations around the intended key are necessary, and the full command to bind sho...
After some readup it needs to be:
bind p chat.say /padmin
or:
bind p "chat.say /padmin"
Then to save it:
writecfg
I think without the quotes, the first example you have won’t persist between client restarts.
thanks guys :D
Locked automatically