I'm not that sure, but the
sectionsInherit="Vehicle";
sections[]={"vrtule staticka","vrtule blur","leftwheel"};
Won't the override each other..?
Try removing the inherit bit, see if that helps..
Hmm, have you tried with ::
class CfgModels
{
class Default{};
class Vehicle: Default{};
class MTYDC3: Vehicle
{
sections[]={"leftwheel"};
};
};
And
hiddenselections[] = {"leftwheel","vrtule blur"};
In the config at once?
(Cant be sure from your post)
Stupid idea, but double check the selections are spelt right
I've screwed a few thigns up (Like muzzle flashes) before, when I misspelled the selection for it
Gd luck :-\
- Ben