mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Paths
This commit is contained in:
parent
40c43944fe
commit
436815fea3
@ -15,7 +15,7 @@ class CfgVehicles {
|
|||||||
statement = QUOTE( [_player] call FUNC(putInEarPlugs) );
|
statement = QUOTE( [_player] call FUNC(putInEarPlugs) );
|
||||||
showDisabled = 0;
|
showDisabled = 0;
|
||||||
priority = 2.5;
|
priority = 2.5;
|
||||||
icon = QUOTE(PATHTOF(UI\ACE_earplugs_x_ca.paa));
|
icon = PATHTOF(UI\ACE_earplugs_x_ca.paa);
|
||||||
hotkey = "E";
|
hotkey = "E";
|
||||||
enableInside = 1;
|
enableInside = 1;
|
||||||
};
|
};
|
||||||
@ -25,7 +25,7 @@ class CfgVehicles {
|
|||||||
statement = QUOTE( [_player] call FUNC(removeEarPlugs) );
|
statement = QUOTE( [_player] call FUNC(removeEarPlugs) );
|
||||||
showDisabled = 0;
|
showDisabled = 0;
|
||||||
priority = 2.5;
|
priority = 2.5;
|
||||||
icon = QUOTE(PATHTOF(UI\ACE_earplugs_x_ca.paa));
|
icon = PATHTOF(UI\ACE_earplugs_x_ca.paa);
|
||||||
hotkey = "E";
|
hotkey = "E";
|
||||||
enableInside = 1;
|
enableInside = 1;
|
||||||
};
|
};
|
||||||
|
@ -5,8 +5,8 @@ class CfgWeapons {
|
|||||||
class ACE_EarBuds: ACE_ItemCore {
|
class ACE_EarBuds: ACE_ItemCore {
|
||||||
displayName = "$STR_ACE_Hearing_Earbuds_Name";
|
displayName = "$STR_ACE_Hearing_Earbuds_Name";
|
||||||
descriptionShort = "$STR_ACE_Hearing_Earbuds_Description";
|
descriptionShort = "$STR_ACE_Hearing_Earbuds_Description";
|
||||||
model = QUOTE(PATHTOF(ACE_earplugs.p3d));
|
model = PATHTOF(ACE_earplugs.p3d);
|
||||||
picture = QUOTE(PATHTOF(UI\ACE_earplugs_x_ca.paa));
|
picture = PATHTOF(UI\ACE_earplugs_x_ca.paa);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
class ItemInfo: InventoryItem_Base_F {
|
class ItemInfo: InventoryItem_Base_F {
|
||||||
mass = 1;
|
mass = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user