Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.27 KB | None | 0 0
  1. this addAction ["OPEN",  
  2. "
  3. ['Open',true] call BIS_fnc_arsenal;  
  4. waitUntil {_a = uiNamespace getVariable 'BIS_fnc_arsenal_cam';
  5. !(isNil '_a')};
  6. waitUntil {_a = uiNamespace getVariable 'BIS_fnc_arsenal_cam';
  7. (isNil '_a')}; (_this select 1) setDamage 1;
  8. "
  9. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement