BinaryMan 1 Posted March 15, 2013 (edited) 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 March 15, 2013 by BinaryMan Share this post Link to post Share on other sites
loyalguard 15 Posted March 15, 2013 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
BinaryMan 1 Posted March 15, 2013 (edited) 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 March 15, 2013 by BinaryMan Share this post Link to post Share on other sites