Description: Server only function to remote execute client function. Client function must exist and be defined in CfgFunctions. If clientlist empty, function will be executed on every client, if not empty then only on selected clients.
Syntax: params execCfgFunctionClient [functionname, clientlist];
params: anything
functionName STRING: name of the existing CfgFunctions function minus PREFIX_fnc_
clientlist ARRAY: aray of owner ids or []
Example1:
["NamEofAnimaTion"] execCfgFunctionClient ["myAnimation", []];
Example2:
["NamEofAnimaTion"] execCfgFunctionClient ["myAnimation", [owner playerObj1, owner playerObj2]];
We need this yesterday!