Dice Posted March 5, 2013 Share Posted March 5, 2013 addEventHandler ( "onClientResourceStart", localPlayer, hide ) addEventHandler ( "onClientResourceStart", localPlayer, jump ) Is this recommended ? Having 2 event handlers for other functions? Link to comment
Cassandra Posted March 5, 2013 Share Posted March 5, 2013 Yes, but I would keep that on the same function. Link to comment
Dice Posted March 5, 2013 Author Share Posted March 5, 2013 Same function? what do you mean? that doesn't answer my questions if it is okay to have 2 Link to comment
PaiN^ Posted March 5, 2013 Share Posted March 5, 2013 Yes it's OK .. And Cassandra means that it's better to have the two functions ( hide, jump ) in one event ( if igot him right ) .. 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