Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.27 KB | None | 0 0
  1. span class="re5"> class open_door_1
  2.             {
  3.                 displayName="Open Door";
  4.                 position="Interact1";
  5.                 radius=3;
  6.                 onlyForplayer="true";
  7.                 condition="((this animationPhase 'Door_1') < 0.5) && ((player getVariable ['copLevel',0]) > 0)";
  8.                 statement="this animate [""Door_1"", 1]";
  9.             };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement