duda123 1341 Posted April 8, 2016 Hoping someone knows this off hand: If I install a mod on the server only (using -serverMod), and the mod is configured with CfgRemoteExec rules, do those rules apply to clients? (if the client doesn't also install the mod) e.g, If the CfgRemoteExec on the server mod allows the function "TEST_FUNC" to be remotely executed on the server, is that enough to allow clients to remotely execute the TEST_FUNC function via remoteExec (targeting the server)? Or, would the clients be prevented because they don't have a copy of the CfgRemoteExec rules locally? Share this post Link to post Share on other sites
pierremgi 4908 Posted April 21, 2016 The cfgremoteExec is in the description.ext of the mission. So, the server will allow the clients for your white-listed functions. Your server can use any function. The cfgremoteExec is not for the server. You can run what you want from it. 1 Share this post Link to post Share on other sites