ACE3/addons/fastroping/XEH_preInit.sqf

14 lines
194 B
Plaintext
Raw Normal View History

2015-09-16 21:01:01 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(canCutRopes);
PREP(canDeployRopes);
PREP(canFastRope);
PREP(cutRopes);
PREP(deployRopes);
PREP(fastRope);
PREP(fastRopePFH);
ADDON = true;