ACE3/addons/fastroping/XEH_preInit.sqf

18 lines
362 B
Plaintext
Raw Normal View History

2015-09-16 21:01:01 +00:00
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
2016-03-05 22:19:53 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
2015-09-16 21:01:01 +00:00
#include "initSettings.inc.sqf"
2020-06-14 19:30:28 +00:00
if (isServer) then {
["Helicopter", "Deleted", LINKFUNC(unequipFRIES)] call CBA_fnc_addClassEventHandler;
};
["Helicopter", "Killed", LINKFUNC(unequipFRIES)] call CBA_fnc_addClassEventHandler;
2015-09-16 21:01:01 +00:00
ADDON = true;