Advertisement
icdb

[ArmA3] Attach chicken to _target's head

May 29th, 2020
1,544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.19 KB | None | 0 0
  1. _target = player;
  2.  
  3. _expl1 = "Cock_random_F" createVehicle position _target;
  4. _expl1 attachTo [_target, [-0.1, 0.1, 0.15], "Head"];
  5. _expl1 setVectorDirAndUp [ [0.5, 0.5, 0], [-0.5, 0.5, 0] ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement