ACE3/addons/vehiclelock/XEH_preInit.sqf

16 lines
266 B
Plaintext
Raw Normal View History

2015-01-23 22:40:39 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2015-01-23 22:40:39 +00:00
PREP(addKeyForVehicle);
PREP(getVehicleSideKey);
PREP(hasKeyForVehicle);
PREP(lockpick);
PREP(moduleInit);
PREP(moduleSync);
PREP(onOpenInventory);
2015-01-23 22:40:39 +00:00
PREP(serverSetupCustomKeyEH);
PREP(setVehicleLockEH);
2015-01-29 07:38:46 +00:00
ADDON = true;