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: Custom Face in Config  (Read 1494 times)

0 Members and 1 Guest are viewing this topic.

WAKA-WAKA

  • Guest
Custom Face in Config
« on: 04 Aug 2004, 21:27:56 »
    I recently made a spiderman addon that needs the spiderman face i made to make it look right. I have put a Face.pbo with the config file into the game and i can see my face in the face scroll down thing when u go to edit your player.

    What I wanted to do was make it so whenever u selected the spiderman player u got the spiderman face i made on instead of anyother one.


      THANX

Maximus-Sniper

  • Guest
Re:Custom Face in Config
« Reply #1 on: 05 Aug 2004, 00:12:39 »
Hei
I'am not so good in this face area, but i think you have to add this in your config.cpp file:

class CfgFaces
{
   class Spiderman
   {
      name="Spiderman";
      texture=\Youaddonsname\Pic\Faces\spiderman.paa;
      east=1;
      west=1;
   };
};

I hope this help you.