Hi everyone.
I have a simple question to ask everyone out there, how do u hide the soldier's equipment (e.g the medic logo)
I had put hiddenSelections[] ={"medic"}; into my cpp but still cannot.
sections[] =
{
"head injury","body injury",
"l arm injury","r arm injury","p arm injury",
"l leg injury","r leg injury","p leg injury",
"hlava",
"krk",
"hrudnik",
"medic",
"lzadek",
"mireni",
"pzadek"
};
sectionsInherit=Head;
this is my section part
I dont know whether the sections and hiddenSelections have any relation?
So can anyone please tell me what my problem??
Thanks.