OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started 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??? ???
-
Doesn't the game do this by default?
Are you using the CfgFaces in the cpp?
-
??? :) 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.