[SOLVED] OnKeyPress?
#1
how could i check if a player pressed a curtain key?

i need this because i'm making a whole command handler without using info.lua
Reply
Thanks given by:
#2
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'
Reply
Thanks given by:
#3
(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
Reply
Thanks given by:
#4
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.
Reply
Thanks given by:
#5
Say, why do you mark your threads [SOLVED] when they are not solved yet?
Reply
Thanks given by:
#6
(11-10-2016, 06:29 PM)xoft Wrote: Say, why do you mark your threads [SOLVED] when they are not solved yet?

when i feel like it's solved i mark them as solved
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)