MAB Posted September 22, 2015 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?! You can find me here.
MisterQuestions Posted September 23, 2015 Posted September 23, 2015 Why not try with getKeyState? Check state of both keys. "El conocimiento jamás debe detenerse, por que es lo único que nos salvará cuando no nos quede más". Att: -|TG|-Mister[Q]<.
Dealman Posted September 23, 2015 Posted September 23, 2015 Simply use bindKey and getKeyState(1 check) both. Alternatively you can use onClientKey event along with getKeyState(2 checks). If I help you in a thread and you need further assistance, please don't PM me - use the thread you created instead. This way everyone on the forum can take advantage of it.
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