Jump to content
Sign in to follow this  
Robustcolor

remoteExec serverRestart to HC

Recommended Posts

Hi, is it possible to remoteExec a serverRestart command to an connected headless client?

 

I tried this.

 

if (!isNil "HC") then {
 "PassWordServer" serverCommand remoteExec ["#serverRestart",hc];

  [“#serverRestart “] remoteExec [“serverCommand "PassWordServer"”,hc];

};

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  

×