MAB Posted September 22, 2015 Share Posted September 22, 2015 how to bind 2 keys? i mean when the player press 2 keys in one time the script do a function? how to bind a key to make a function when it is double pressed?! Link to comment
MisterQuestions Posted September 23, 2015 Share Posted September 23, 2015 Why not try with getKeyState? Check state of both keys. Link to comment
Dealman Posted September 23, 2015 Share Posted September 23, 2015 Simply use bindKey and getKeyState(1 check) both. Alternatively you can use onClientKey event along with getKeyState(2 checks). 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