guare88 11 Posted January 16, 2017 Hi there, I have a problem on a custom backpack. Below the code on cfgVehicles class B_AssaultPack_Base; class BSM_backpack_assault_woodland: B_AssaultPack_Base { author = "BSM Cocidio"; scope = 2; model = "\A3\weapons_f\ammoboxes\bags\Backpack_Compact"; displayName = "BSM backpack assault woodland"; picture = "\A3\weapons_f\ammoboxes\bags\data\ui\icon_B_C_Compact_dgtl_ca.paa"; hiddenSelectionsTextures[]={"BSM_vest_backpack_helmet\BSM_vest_backpack_helmet\data\textures\bsm_backapck_assault_woodland_co.paa"}; maximumLoad = 160; mass = 20; }; I have also assigned it to one of my character using in config backpack = "BSM_backpack_assault_woodland"; I can pack everything and load in Arma 3..but i cannot see it in virtual arsenal. Could you help me? Thanks for your time and help Regards Share this post Link to post Share on other sites
Bamse 223 Posted January 17, 2017 try adding scopeArsenal = 2; to the config Share this post Link to post Share on other sites
guare88 11 Posted January 17, 2017 Already tested...not working... Share this post Link to post Share on other sites
guare88 11 Posted January 17, 2017 SOLVED!! I was missing #include "cfgVehicles.hpp" into config Thanks for help Share this post Link to post Share on other sites