ACE3/addons/huntir/XEH_preInit.sqf

13 lines
167 B
Plaintext
Raw Normal View History

2015-06-06 12:13:34 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(cam);
2015-06-12 16:01:53 +00:00
PREP(handleDamage);
2015-06-06 12:13:34 +00:00
PREP(handleFired);
PREP(huntir);
PREP(huntirCompass);
PREP(keypressed);
ADDON = true;