ACE3/TO_MERGE/ace/sys_cargo/slingload/XEH_preInit.sqf

13 lines
195 B
Plaintext
Raw Normal View History

2015-01-29 23:18:45 +00:00
#include "script_component.hpp"
ADDON = false;
LOG(MSG_INIT);
PREP(hasropemag);
PREP(attachSlingRopeToHelicopter);
PREP(attachSlingRopeToCargo);
PREP(detachSlingRopeFromCargo);
ADDON = true;