Hi,
Is it possible to bind an Enumeration/IN when the user joins the server?
For example is it possible to bind "IN_BULLRUSH"?
Thanks,
Mint
No. The console command 'bind' is a blocked console command, and you can't force a client to run it. I would suggested detecting if a key is bound to IN_BULLRUSH and if not, recommending that they bind it to a key.
You don't bind enumerations, you bind console commands.
Enumerations equate to numbers, just in convenient to remember text form. They are just variables.
Search the wiki for the console command functions, and fire the one that does the purpose you're looking for. I'm not sure what bullrush is, but sprint is '+speed' and '-speed'.
Sorry, you need to Log In to post a reply to this thread.