Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: How to add certain faces to the units?  (Read 1297 times)

0 Members and 1 Guest are viewing this topic.

Laser

  • Guest
How to add certain faces to the units?
« 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.

qwertyuio

  • Guest
Re:How to add certain faces to the units?
« Reply #1 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