Page MenuHomeFeedback Tracker

Create new server command execCfgFunctionClient
Closed, ResolvedPublic

Description

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!

Details

Legacy ID
995819529
Severity
None
Resolution
Open
Reproducibility
Always
Category
Feature Request

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Feature Request.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Open.
Killzone_Kid set Legacy ID to 995819529.May 7 2016, 4:00 PM
MadDogX added a subscriber: MadDogX.May 7 2016, 4:00 PM

Mass closing ancient tickets with no activity for > 12 months; assume fixed or too trivial.

If this issue is still relevant in current dev build, please re-post.