OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Laser on 03 Jun 2003, 11:54:42

Title: How to add certain faces to the units?
Post by: Laser on 03 Jun 2003, 11:54:42
Here's the question: how do I add only some certain faces for my addon? Suppose I'm making Somalian militia pack and I would like the to use only african faces. How do I do that? Thanks.
Title: Re:How to add certain faces to the units?
Post by: qwertyuio on 03 Jun 2003, 20:01:50
class CfgFaces
{
   class unit
   {
      name="unit";
      texture="\pbo\face.paa";
      east=1;
      west=1;
                   etc=1;
                };
};

This is the closest youll get I think. You might have to set face manually in the init field.

Note don't type the etc above