..:D&G:.. Posted March 25, 2016 Share Posted March 25, 2016 So I need more than 1 function to have the onClientClick handler, but it says that the handler is already tied to another function and the player just freezes... So, is there a way to have onClientClick on more than 1 function? Thanks. Link to comment
Captain Cody Posted March 25, 2016 Share Posted March 25, 2016 Have the first function trigger the secound Using functionname (things you wanna send over, seperated by a space) example: test (appleamount,deadpeople) Link to comment
..:D&G:.. Posted March 25, 2016 Author Share Posted March 25, 2016 Have the first function trigger the secoundUsing functionname (things you wanna send over, seperated by a space) example: test (appleamount,deadpeople) Wut? I don't get it What does that have to do with having an event handler in more than 1 function? Link to comment
Captain Cody Posted March 25, 2016 Share Posted March 25, 2016 It will trigger both functions You have one of the functions trigger another allowing you to bind more then one function to same event-handler. 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