here goes:
class CfgModels
{
class Default
{
sections[]={};
sectionsInherit="";
};
class Man: Default
{
sections[] =
{
"head injury","body injury",
"l arm injury","r arm injury","p arm injury",
"l leg injury","r leg injury","p leg injury",
"medic",
"hlava",
"krk",
"zasleh"
};
sectionsInherit=Head;
};
class NAMEOFYOURP3D[/b]: Man{};