Keybind commands inside a menu?Solved
Trying to let users execute a console keybind inside a menu to bind M to /menu.
My Json validates and no errors report, but nothing happens when they click the button.
Any ideas?
TIA...........

{
"Button color": "0.0 0.0 0.0 0.4",
"Text color": "#42f44e",
"Text size": 12,
"Button width": 0.1,
"Button height": 0.025,
"Button text": "Bind M to Menu",
"Execute chat (true) or console (false) command": false,
"Executing command": "bind m chat.say /menu"
},
The 'bind' command can only be executed by clients, not by the server. This will not work, sorry.
In response to Wulf ():
The 'bind' command can only be executed by clients, not by the server. This will not work, sorry.
Thanks, Wulf. Appreciate you.

So no console commands can work in this plugin?
No, console commands will work if they are server commands, most client commands will not.
Locked automatically