mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
|
// input
|
||
|
/*
|
||
|
1 = _remoteExecClient_NAMES
|
||
|
2 = _rnd_strings_REC
|
||
|
3 = _skn_PVC_INDEX
|
||
|
*/
|
||
|
|
||
|
private '_index';
|
||
|
_index = %1 find (_this select 0 select 0);
|
||
|
if (_index != -1) then {
|
||
|
[%2 select _index, _this select 0 select 1] remoteExec ['EPOCH_%3',(_this select 1)];
|
||
|
};
|