Focker Posted August 22, 2015 Share Posted August 22, 2015 someone passes me the function to a button to perform its function with 3 click on it and not just 1 Link to comment
t3wz Posted August 23, 2015 Share Posted August 23, 2015 There's no "function" which do this, you have to use logic. create a global variable with the value 0, when the player click on the button (onClientGUIClick) you increase the value of the variable ( variable = variable +1 ), then you check if the value of the variable is equal (==) to three. 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