7erra/Sandbox2 – User
Jump to navigation
Jump to search
Remote Execution syntax for remoteExec and remoteExecCall:
Unary command:
Local:
hint "This is a hint";
Remote:
"This is a hint" remoteExec ["hint"];
Binary command:
Local Execution:
_target setVehicleLock "UNLOCKED"
Remote Execution:
[_target, "UNLOCKED"] remoteExec ["setVehicleLock"];