I'm attempting to program some smart-suggest stuff in lua, but I've run into a problem. Using LocalPlayer():KeyPressed(IN_FORWARD) on the client while the chatbox is open doesn't trigger the keypress. Is there any way to do this while the chatbox is open?
Have you tried something like [url]http://wiki.garrysmod.com/page/input/IsKeyDown[/url]
I have not tried that one, but thanks! I'll give it a try.
EDIT:
That did the trick, thanks =)
Sorry, you need to Log In to post a reply to this thread.