This commit is contained in:
PabstMirror 2015-01-13 21:45:09 -06:00
parent 40c43944fe
commit 436815fea3
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}; };

View File

@ -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;