Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.76 KB | None | 0 0
  1.  ([5776.83,6070.04,0.00143814] nearestobject 147484) animate ["Door8", 1];
  2.  ([5776.83,6070.04,0.00143814] nearestobject 147484) animate ["Door9", 1];
  3.  ([5776.83,6070.04,0.00143814] nearestobject 147484) animate ["Door10", 1];
  4.  ([5776.83,6070.04,0.00143814] nearestobject 147484) animate ["Door11", 1];
  5.  
  6.  0 = ([5776.83,6070.04,0.00143814] nearestobject 147484) spawn {
  7.  _this animate ["Door7", 1];
  8.  sleep 1.5;
  9.  _this animate ["Door7", 0];
  10.  _this animate ["Door1", 1];
  11.  sleep 3;
  12.  _this animate ["Door2", 1];
  13.  sleep 1;
  14.  _this animate ["Door3", 1];
  15.  sleep 1;
  16.  _this animate ["Door4", 1];
  17.  sleep 1.5;
  18.  _this animate ["Door5", 1];
  19.  sleep 1.5;
  20.  _this animate ["Door6", 1];
  21.     }
  22. ; ([5776.83,6070.04,0.00143814] nearestobject 147484) say 'hangar_door_close';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement