ACE3/TO_MERGE/ace/sys_cargo/slingload/XEH_preClientInit.sqf
Giallustio e5f02f8d63 sys_cargo
sys_cargo to merge
2015-01-30 00:19:13 +01:00

14 lines
390 B
Plaintext

#include "script_component.hpp"
ADDON = false;
LOG(MSG_INIT);
PREP(addAction);
[QGVAR(wh), {player reveal _this}] call CBA_fnc_addEventHandler;
[QGVAR(action), {_this call FUNC(addaction)}] call CBA_fnc_addEventhandler;
[["LandVehicle","Air","Boat","Thing","StaticWeapon","Reammobox"], [ace_sys_interaction_key], 6, [QPATHTO_F(fnc_menuDef), "main"]] call CBA_ui_fnc_add;
ADDON = true;