2015-09-16 21:01:01 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
|
|
|
PREP(canCutRopes);
|
|
|
|
PREP(canDeployRopes);
|
|
|
|
PREP(canFastRope);
|
2015-11-30 17:35:34 +00:00
|
|
|
PREP(canPrepareFRIES);
|
2016-02-29 18:18:59 +00:00
|
|
|
PREP(checkVehicleThread);
|
2015-09-16 21:01:01 +00:00
|
|
|
PREP(cutRopes);
|
|
|
|
PREP(deployRopes);
|
2016-02-22 13:40:04 +00:00
|
|
|
PREP(equipFRIES);
|
2015-09-16 21:01:01 +00:00
|
|
|
PREP(fastRope);
|
2015-12-22 07:53:57 +00:00
|
|
|
PREP(fastRopeLocalPFH);
|
|
|
|
PREP(fastRopeServerPFH);
|
2015-11-26 13:56:19 +00:00
|
|
|
PREP(moduleEquipFRIES);
|
2015-11-30 17:35:34 +00:00
|
|
|
PREP(onCutCommon);
|
|
|
|
PREP(onPrepareCommon);
|
2015-11-29 23:14:46 +00:00
|
|
|
PREP(onRopeBreak);
|
2015-11-30 17:35:34 +00:00
|
|
|
PREP(prepareFRIES);
|
2015-09-16 21:01:01 +00:00
|
|
|
|
|
|
|
ADDON = true;
|