alleycat 28 Posted March 18, 2016 How would I tell a client to execute a script from the server with remoteexec? I remember using https://community.bistudio.com/wiki/BIS_fnc_MP but that is obsolete with https://community.bistudio.com/wiki/remoteExec However the https://community.bistudio.com/wiki/remoteExecpage has no example for calling a script on the client, instead of a function. Share this post Link to post Share on other sites
jshock 513 Posted March 18, 2016 You would use BIS_fnc_execVM to execute a script. Share this post Link to post Share on other sites
killzone_kid 1331 Posted March 18, 2016 Compile your script into function and use remoteexec to call it Share this post Link to post Share on other sites