Advertisement
skotracker

[Arma 3] Drag dead body

Jul 27th, 2017
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.65 KB | None | 0 0
  1. // Drag Dead Body Script by BangaBob - http://www.armaholic.com/page.php?id=26578
  2. // Requirements: No addons required
  3. // Version: 1.2
  4. // Short description: Does what it says on the tin. Hide dead bodies by dragging them out of sight. Fully Dedicated MP compatible
  5.  
  6. // Installation:
  7. // Copy this code into your Init.sqf
  8. null = allUnits execVM "H8_dragBody.sqf";
  9.  
  10. // Functions:
  11. [UNIT1,UNIT2,UNIT3] spawn H8_addDrag;
  12. // Add living units into the script. (Useful for units spawned mid-mission).
  13.  
  14. // Known issues:
  15. // - Other players cannot see body drag/Animation until it is dropped ? (Should be fixed in 1.2)
  16. // - No action upon Respawn (fixed in v1.2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement