Jump to content
Sign in to follow this  
duda123

CfgRemoteExec on server side only?

Recommended Posts

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

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.

  • Like 1

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  

×