Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _target = (_this select 1);
- _title = "Test";
- _idleIcon = "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa";
- _progressIcon = "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa";
- _condShow = "_this distance _target < 3";
- _condProgress = "_caller distance _target < 3";
- _codeStart = {};
- _codeProgress = {};
- _codeCompleted = {};
- _codeInterupted = {};
- _arguments = [];
- _duration = 10;
- _priority = 10;
- _removeCompleted = false;
- _showUncon = false;
- [_target,_title,_idleIcon,_progressIcon,_condShow,_condProgress,_codeStart,_codeProgress,_codeCompleted,_codeInterupted,_arguments,_duration,_priority,_removeCompleted,_showUncon] remoteExec ["BIS_fnc_holdActionAdd",0,true];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement