Forum




making bind key in lua
1 reply



so you can't bind keys of clients using Lua (it would be pretty stupid if the server would be able to change your local settings)
you can use
1
parse('bind "KEY" "COMMANDS"')




parse('bind "KEY" "COMMANDS"')