XChaos 0 Posted May 7, 2007 Hi, I´ve made a car with 3 skins called: "skin1", "skin2" and "skin3" and my model is called "car". What i must write in the config.cpp that the 3 skins can used only with 1 model? In the editor selections: car skin1, car skin2, car skin3. Every help is  ! XChaos Share this post Link to post Share on other sites
frederf 0 Posted May 7, 2007 Might wanna ask in this forum: ARMA : CONFIGS AND SCRIPTING (addons) Share this post Link to post Share on other sites
XChaos 0 Posted May 8, 2007 THX haven´t seen this section^^ Share this post Link to post Share on other sites
XChaos 0 Posted May 9, 2007 YAY! I´ve found it on my way^^ for those who are interested: writing in the cfgmodels addons class: sections[] ={"X"} // X=Component in O2 writing in the cfgvehicles addons class: hiddenSelections[] = {"X"}; // X=Component in O2 --- in the init field of unit: this setObjectTexture [0, "\xxxxx\xxxxxx.pac"] // path to the texture XChaos Share this post Link to post Share on other sites