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

6 lines
268 B
Plaintext

#include "script_component.hpp"
//Add Event Handlers
["VehicleLock_SetupCustomKey", {_this call FUNC(serverSetupCustomKeyEH)}] call EFUNC(common,addEventHandler);
["VehicleLock_SetVehicleLock", {_this call FUNC(setVehicleLockEH)}] call EFUNC(common,addEventHandler);