Forum
Scripts
making bind key in lua
making bind key in lua
1 reply
1

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"')
1

Offline