ACE3/addons/quickmount/XEH_postInitClient.sqf
johnb432 8ab36f64ff
Quickmount - Fix quickmount for vehicle interactions (#10126)
* Fix quickmount for vehicle interactions

* Update addons/quickmount/functions/fnc_getInNearest.sqf
2024-07-20 08:15:15 +02:00

10 lines
251 B
Plaintext

#include "script_component.hpp"
if (!hasInterface) exitWith {};
["ACE3 Movement", QGVAR(mount), [LLSTRING(KeybindName), LLSTRING(KeybindDescription)], "", {
if (!dialog) then {
call FUNC(getInNearest);
};
}] call CBA_fnc_addKeybind;