2015-02-03 02:04:50 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
2015-02-05 22:39:45 +00:00
|
|
|
|
|
|
|
PREP(canApplyHandcuffs);
|
2015-02-04 19:16:19 +00:00
|
|
|
PREP(canEscortCaptive);
|
2015-02-03 02:04:50 +00:00
|
|
|
PREP(canFriskPerson);
|
|
|
|
PREP(canLoadCaptive);
|
2015-02-05 22:39:45 +00:00
|
|
|
PREP(canRemoveHandcuffs);
|
2015-02-04 19:16:19 +00:00
|
|
|
PREP(canStopEscorting);
|
2015-02-06 21:54:26 +00:00
|
|
|
PREP(canSurrender);
|
2015-02-03 02:04:50 +00:00
|
|
|
PREP(canUnloadCaptive);
|
2015-02-05 22:39:45 +00:00
|
|
|
PREP(doApplyHandcuffs);
|
2015-02-04 19:16:19 +00:00
|
|
|
PREP(doEscortCaptive);
|
|
|
|
PREP(doFriskPerson);
|
|
|
|
PREP(doLoadCaptive);
|
2015-02-05 22:39:45 +00:00
|
|
|
PREP(doRemoveHandcuffs);
|
2015-02-04 19:16:19 +00:00
|
|
|
PREP(doUnloadCaptive);
|
2015-08-15 02:29:01 +00:00
|
|
|
PREP(findEmptyNonFFVCargoSeat);
|
2015-02-17 01:20:55 +00:00
|
|
|
PREP(handleGetIn);
|
2015-02-03 02:04:50 +00:00
|
|
|
PREP(handleGetOut);
|
2015-03-10 16:08:15 +00:00
|
|
|
PREP(handleOnUnconscious);
|
2015-02-03 02:04:50 +00:00
|
|
|
PREP(handlePlayerChanged);
|
2015-03-26 05:53:02 +00:00
|
|
|
PREP(handleRespawn);
|
2015-02-04 06:35:51 +00:00
|
|
|
PREP(handleUnitInitPost);
|
2015-02-17 00:30:35 +00:00
|
|
|
PREP(handleZeusDisplayChanged);
|
2015-10-23 19:17:31 +00:00
|
|
|
PREP(moduleHandcuffed);
|
2015-06-03 01:50:27 +00:00
|
|
|
PREP(moduleSettings);
|
2015-02-07 21:20:51 +00:00
|
|
|
PREP(moduleSurrender);
|
2015-02-05 22:39:45 +00:00
|
|
|
PREP(setHandcuffed);
|
2015-02-17 00:03:09 +00:00
|
|
|
PREP(setSurrendered);
|
2015-02-04 05:56:51 +00:00
|
|
|
PREP(vehicleCaptiveMoveIn);
|
|
|
|
PREP(vehicleCaptiveMoveOut);
|
2015-02-03 02:04:50 +00:00
|
|
|
|
|
|
|
ADDON = true;
|