Jump to content
Sign in to follow this  
BinaryMan

Starting scripts on client machine

Recommended Posts

What is the most effective way to start a script on every clients machine?

Edit:

More Questions

When triggers use execVM command are those commands run on every client machine?

What is the maximum rate that triggers reactivate at when they are set to repeated activation?

Edited by BinaryMan

Share this post


Link to post
Share on other sites

I recommend using extended event handlers (XEH), which is part of CBA. Not knowing what your addon does (adds a new vehicle or justexecutes a script(s) or both, it is a little hard to tell you which XEH to use or how to set it up in your config, but XEH is the best way to avoid conflicts and adds more flexibility in when and where you want to run your script(s).

Share this post


Link to post
Share on other sites

My script's purpose is to check how far away a client is from a marker and then hint (or other wise tell the player) that information to the player. Would you still suggest using extended event handlers?

It appears that I have accidentally posted this in the wrong forum.

Edited by BinaryMan

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×