ACE3/addons/attach/XEH_clientInit.sqf
2016-05-24 14:13:11 +01:00

7 lines
194 B
Plaintext

#include "script_component.hpp"
if (!hasInterface) exitWith {};
//If attach placing, stop when opening menu:
["ace_interactMenuOpened", {GVAR(placeAction) = 0;}] call CBA_fnc_addEventHandler;