Bonsai Posted July 30, 2014 Share Posted July 30, 2014 Hey Peeps, I got some resources that use functions from its main resource. But as soon as this main resource gets stopped or restarted, the debuglog outputs a lot of errors, because those other resources are stopped/restarted with a slight delay. I'm just wondering if there is some way to prevent those errors instead of checking if that main resource is actually running? Bonsai Link to comment
'LinKin Posted July 30, 2014 Share Posted July 30, 2014 You could try to check the resource state, so if it's running you call the exported function, but if not then don't do it. 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