What should i write in the plugin to binding command a key?
Example: F1 > bind h "help" (/help - server command) etc...
More in detail about it, if anyone understands.
Solved Commands binding
Discussion in 'Rust Development' started by Ruby, Feb 7, 2016.
-
Wulf Community Admin
You'd run it as a console command, ie. rust.RunClientCommand("command args").
-
interesting, but how to add binds to player without edditing the client binds?
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
I'm not sure if there's a way around it haha -
You can do only auto-bind for few buttons, like Third Mouse Mutton, Fire, Reload, Use, with using of OnPlayerInput.
TMB is only one button that is really comfortable to use.