Jump to content
Sign in to follow this  
3rd-mef

Backpack HPP config

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×