AdvancedRappelling icon indicating copy to clipboard operation
AdvancedRappelling copied to clipboard

CfgRemoteExec whitelist

Open AgentRev opened this issue 5 years ago • 0 comments

Not an issue, just the actual whitelist needed for CfgRemoteExec class Functions:

class AR_Client_Rappel_From_Heli {};
class AR_Enable_Rappelling_Animation { allowedTargets=2; };
class AR_Hide_Object_Global { allowedTargets=2; };
class AR_Hint {};
class AR_Play_Rappelling_Sounds_Global { allowedTargets=2; };
class AR_Rappel_All_Cargo {};
class AR_Rappel_From_Heli { allowedTargets=2; };

and the BattlEye remoteexec.txt exclusion: !="AR_\w+? \[[\S\s]*\]"

AgentRev avatar Jan 03 '19 10:01 AgentRev