ACE3/addons/huntir/XEH_preInit.sqf
ulteq af2e2f71fd Added 'parachute' and 'camera' hitpoints to the HuntIR model:
* You can now shoot the parachute to make it fall faster
* And you can shoot the camera to kill the video feed
2015-06-14 12:25:56 +02:00

12 lines
147 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(cam);
PREP(handleFired);
PREP(huntir);
PREP(huntirCompass);
PREP(keypressed);
ADDON = true;