Skip to content

Commit

Permalink
FIX: vehicle unload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Dec 12, 2016
1 parent d9d79b5 commit f80b574
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ private ["_obj","_fall","_pos"];
_obj = _this select 0;
_pos = getPos _obj;
_fall = createVehicle ["Land_PenBlack_F", [_pos select 0, _pos select 1, (_pos select 2) + 0.7], [], 0, "FLY"];
_fall setPosASL getPosASL _obj;
_obj attachTo [_fall,[0,0,0]];

sleep 0.1;
Expand Down

0 comments on commit f80b574

Please sign in to comment.