3rd-mef 1 Posted November 16, 2015 heya guys, i've used the backpack configuration as posted on the wikipedia from BI but for omse reason it is telling me that i should replace the ( sign with a = sign but once i replace this it doesn't work either cause it just gives the duplicate class warning Below is the download link to my config any1 have an idea : https://mega.nz/#!YZhWVLLR!7W2K00AvT2LvJ_jLX5m0CrjltIae99y5_GbWxSoKw98 Greets Share this post Link to post Share on other sites
3rd-mef 1 Posted November 18, 2015 the part of the code which is giving these errors is the following part : class B_mas_m_Bergen_Medic : B_mas_m_Bergen_acr_c { scope = 1; class TransportItems { item_xx(ACE_quikclot,20); Item_xx(ACE_personalAidKit,1); Item_xx(ACE_surgicalKit,1); Item_xx(ACE_bloodIV,3); Item_xx(ACE_bloodIV_500,3); Item_xx(ACE_morphine,15); Item_xx(ACE_epinephrine,15); Item_xx(ACE_packingBandage,10); Item_xx(ACE_elasticBandage,10); Item_xx(ACE_tourniquet,5); Item_xx(ACE_bodyBag,2); }; }; Share this post Link to post Share on other sites
Locklear 214 Posted November 18, 2015 Replied to your PM, so for others: there's an "item_xx" macro defined in this config, so when "Item" appears, it's not recognized as the macro. Capitalization has to be the same. Share this post Link to post Share on other sites