2015-06-02 17:30:50 +00:00
|
|
|
|
|
|
|
class CfgWeapons {
|
|
|
|
class ACE_ItemCore;
|
2017-09-13 04:23:45 +00:00
|
|
|
class CBA_MiscItem_ItemInfo;
|
2015-06-02 17:30:50 +00:00
|
|
|
|
|
|
|
class ACE_Sandbag_empty: ACE_ItemCore {
|
2015-06-06 02:02:24 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
2015-06-02 17:30:50 +00:00
|
|
|
scope = 2;
|
2015-06-06 02:02:24 +00:00
|
|
|
displayName = CSTRING(sandbagEmpty_displayName);
|
2016-06-09 12:28:31 +00:00
|
|
|
model = QPATHTOF(data\ace_sandbag_m.p3d);
|
2016-04-08 18:34:50 +00:00
|
|
|
picture = QPATHTOF(data\m_sandbag_ca.paa);
|
2016-06-09 12:28:31 +00:00
|
|
|
|
2017-09-13 04:23:45 +00:00
|
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
2015-06-02 17:30:50 +00:00
|
|
|
mass = 8;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
/*
|
|
|
|
class ACE_Sandbag: ACE_ItemCore {
|
2015-06-06 02:02:24 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
2015-06-02 17:30:50 +00:00
|
|
|
scope = 2;
|
2015-06-06 02:02:24 +00:00
|
|
|
displayName = CSTRING(sandbag_displayName);
|
2016-06-09 12:28:31 +00:00
|
|
|
model = QPATHTOF(data\ace_sandbag_build.p3d);
|
2016-04-08 18:34:50 +00:00
|
|
|
picture = QPATHTOF(data\m_sandbag_ca.paa);
|
2016-06-09 12:28:31 +00:00
|
|
|
|
2017-09-13 04:23:45 +00:00
|
|
|
class ItemInfo: CBA_MiscItem_ItemInfo {
|
2015-06-02 17:30:50 +00:00
|
|
|
mass = 160;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
*/
|
|
|
|
};
|