ACE3/addons/rearm/XEH_postInit.sqf
2015-12-07 14:07:03 -06:00

5 lines
243 B
Plaintext

#include "script_component.hpp"
["medical_onUnconscious", {_this call FUNC(handleUnconscious)}] call EFUNC(common,addEventHandler);
["playerVehicleChanged", {params ["_unit"]; [_unit] call FUNC(dropAmmo)}] call EFUNC(common,addEventHandler);