Fist Posted March 25, 2016 Share Posted March 25, 2016 Hello! I wonder is there a way when you type something in editbox and it wont effect any other things when u press keys except typing in editbox like if you select editbox and type P (in my case P is admin panel) it opens Admin Panel while i was typing words in editbox. Sorry for my english if you couldnt understand what i was meaning. Link to comment
Fist Posted March 25, 2016 Author Share Posted March 25, 2016 nevermind guys, i just found way to do it. here is code guiSetProperty(kwEditBoxReason, "DistributeCapturedInputs", "True") Link to comment
Simple0x47 Posted March 25, 2016 Share Posted March 25, 2016 You could also disable all binds when a window gui show's up. Link to comment
EstrategiaGTA Posted March 25, 2016 Share Posted March 25, 2016 You'll want to use this: guiSetInputMode Link to comment
Fist Posted March 25, 2016 Author Share Posted March 25, 2016 You could also disable all binds when a window gui show's up. yea but you really want to disable every bind that u had by every unbindKey? and that one code what i wrote it dont quite work actually. This one will fix this problem. guiSetInputMode("no_binds_when_editing") guiSetInputMode("allow_binds") Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now