ACE3/addons/vehiclelock/XEH_preInit.sqf
2015-03-15 11:27:21 -05:00

16 lines
266 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(addKeyForVehicle);
PREP(getVehicleSideKey);
PREP(hasKeyForVehicle);
PREP(lockpick);
PREP(moduleInit);
PREP(moduleSync);
PREP(onOpenInventory);
PREP(serverSetupCustomKeyEH);
PREP(setVehicleLockEH);
ADDON = true;