Jump to content

Disable chat/binds during editbox(loginpanel, etc)


Bean666

Recommended Posts

Hi how to disable binds especially when on login panel, edit panels.

I tried this code:

addEventHandler("onClientResourceStart", getResourceRootElement(),
function()
	guiSetInputMode("no_binds_when_editing") --Calls guiSetInputMode once and for all to not have to handle binds state dynamically
end)

and it does not work, or did I use it wrong, or I'm missing something, help appreciated.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...