11-10-2016, 05:29 PM
11-10-2016, 05:33 PM
I'm afraid this isn't possible as the client doesn't notify the server once a key is pressed. It only sends info like 'I moved' or 'I opened my inventory'
11-10-2016, 05:49 PM
(11-10-2016, 05:33 PM)NiLSPACE Wrote: [ -> ]I'm afraid this isn't possible as the client doesn't notify the server once a key is pressed. It only sends info like 'I moved' or 'I opened my inventory'
then how could i implement auto word completion?
commands like /give have auto word completion
11-10-2016, 06:01 PM
We still have to implement that into the command binding API. It will probably just be a callback you can give with the cPluginManager:BindCommand method.
11-10-2016, 06:29 PM
Say, why do you mark your threads [SOLVED] when they are not solved yet?