OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: WAKA-WAKA on 04 Aug 2004, 21:27:56

Title: Custom Face in Config
Post by: WAKA-WAKA 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
Title: Re:Custom Face in Config
Post by: Maximus-Sniper 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.