Weapon Select - Remove vehicle smoke selection key (#9144)

This commit is contained in:
PabstMirror 2023-02-09 13:17:24 -06:00 committed by GitHub
parent cac223c6ec
commit 06ae622dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,18 +183,18 @@ if (!hasInterface) exitWith {};
{false}, {false},
[0, [false, false, false]], false] call CBA_fnc_addKeybind; //Unbound (was 5 Key) [0, [false, false, false]], false] call CBA_fnc_addKeybind; //Unbound (was 5 Key)
["ACE3 Vehicles", QGVAR(FireSmokeLauncher), localize LSTRING(FireSmokeLauncher), { // ["ACE3 Vehicles", QGVAR(FireSmokeLauncher), localize LSTRING(FireSmokeLauncher), {
// Conditions: canInteract // // Conditions: canInteract
if !([ACE_player, vehicle ACE_player, []] call EFUNC(common,canInteractWith)) exitWith {false}; // if !([ACE_player, vehicle ACE_player, []] call EFUNC(common,canInteractWith)) exitWith {false};
// Conditions: specific // // Conditions: specific
if !(ACE_player != vehicle ACE_player && {ACE_player == commander vehicle ACE_player}) exitWith {false}; // if !(ACE_player != vehicle ACE_player && {ACE_player == commander vehicle ACE_player}) exitWith {false};
// Statement // // Statement
[vehicle ACE_player] call FUNC(fireSmokeLauncher); // [vehicle ACE_player] call FUNC(fireSmokeLauncher);
true // true
}, // },
{false}, // {false},
[10, [false, false, false]], false] call CBA_fnc_addKeybind; //9 Key // [10, [false, false, false]], false] call CBA_fnc_addKeybind; //9 Key
["ACE3 Vehicles", QGVAR(CollisionLights), localize LSTRING(CollisionLights), { ["ACE3 Vehicles", QGVAR(CollisionLights), localize LSTRING(CollisionLights), {
// Conditions: canInteract // Conditions: canInteract