Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.29 KB | None | 0 0
  1. if (isServer) then{
  2.     _object = _this nearEntities 50;
  3.     _objectIn = _object inAreaArray _thisTrigger;
  4.     {
  5.         if (typeOf _x ==  "EmptyDetector") then{
  6.         [_x, _this] call BIS_fnc_attachToRelative;
  7.         };
  8.     } forEach _object;
  9.     a = _object
  10.     b = _objectIn
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement