Home   Help Search Login Register  

Author Topic: How to hide the soldier equipment???  (Read 699 times)

0 Members and 1 Guest are viewing this topic.

iD_999

  • Guest
How to hide the soldier equipment???
« on: 22 Sep 2003, 04:10:02 »
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.