OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: CobraSquad on 31 May 2003, 15:31:24

Title: Problem plz help!
Post by: CobraSquad on 31 May 2003, 15:31:24
hey guyz i have a prob i am making usaruer soldiers
{that is us army europe} with steel pot helmets and using bis textures just 1 prob how do i get random faces??? ???
Title: Re:Problem plz help!
Post by: qwertyuio on 04 Jun 2003, 23:02:12
Doesn't the game do this by default?

Are you using the CfgFaces in the cpp?
Title: Re:Problem plz help!
Post by: Tomb on 05 Jun 2003, 12:08:48
 ??? :) not quite sure but I think ya need to do this in the cpp:


class cfgModels
{
   class Default {};
   class Man: Default {};
   class My_Soldier: Man {};
                sectionsInherit=Head;
};


...where "my_soldier" is the p3d fileName.