esporta05 Posted July 23, 2014 Share Posted July 23, 2014 My first question is, if i add my own event can i use that event at different resource? if yes so whats the difference between exports and adding my own events? Second question: How can i add a settimer to this slap function: setElementHealth ( localPlayer, getElementHealth(localPlayer) - 5 ) Link to comment
Anubhav Posted July 23, 2014 Share Posted July 23, 2014 1. Not sure what you're asking. 2. setTimer( setElementHealth, 3000, 1, localPlayer, getElementHealth(localPlayer) - 5 ) Link to comment
esporta05 Posted July 23, 2014 Author Share Posted July 23, 2014 I found a tutorial about my first question, thank you for your help. 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