Meatball0311 79 Posted October 5, 2014 The uniform is listed under uniforms in the virtual arsenal, but when clicked the uniform does not show instead it changes to the underwear. My other models (helmets and vests) show and work properly. Anyone had this issue before? Should the cfgWeapons and CfgVehicles be in separate .hpp? Share this post Link to post Share on other sites
Meatball0311 79 Posted October 5, 2014 (edited) Here is my config.. I think i may have found the mistake... Did not work... I can change uniforms, but I cannot drop my uniform? Here is my config Edited October 6, 2014 by Meatball0311 Share this post Link to post Share on other sites
Locklear 214 Posted October 6, 2014 Without further testing, I would start with removing the space in "p3d" part of the following line: model = "\soc_gear\data\gear\uniforms\U_SOC_CRYE_G3_AKP.p3 d";. Share this post Link to post Share on other sites
Meatball0311 79 Posted October 6, 2014 Without further testing, I would start with removing the space in "p3d" part of the following line: model = "\soc_gear\data\gear\uniforms\U_SOC_CRYE_G3_AKP.p3 d";. Ouch.. totally missed that one.. thanks. I checked and in my config that space is not there. Do I have to assign an allowedSlots[] = {BACKPACK_SLOT,UNIFORM_SLOT};????? Share this post Link to post Share on other sites
Meatball0311 79 Posted October 6, 2014 PROBLEM SOLVED I changed several things and the main one was I inherited from the BIS uniform, not ItemCore. Share this post Link to post Share on other sites