AHSS Posted May 26, 2011 Share Posted May 26, 2011 i wanna make a 2key binded function like 1 key pressed and the other after it like CTRL+B will do the function the CTRL must be down in order for the B to work thanks in advance Link to comment
karlis Posted May 26, 2011 Share Posted May 26, 2011 bindKey("keyX","down",function() if getKeyState("keyY") then --do what you want end end) 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