John Smith Posted November 15, 2015 Share Posted November 15, 2015 hey i need to know when a person opens up his console, but bindKey("F8","down",function() ... end) returns false every time i try to bind it onto F8 i also tried binding it to 'chatbox' control name but also returned false any solution? Link to comment
John Smith Posted November 15, 2015 Author Share Posted November 15, 2015 yeah ik but it would be nice to have some event when console is opened because its stupid to check isConsoleActive 60 times per second imo (inside onClientRender) Link to comment
Noki Posted November 16, 2015 Share Posted November 16, 2015 You can use onClientKey in conjunction with isConsoleActive. Remember the console binds to F8 and the tilde key. 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