Jump to content
Sign in to follow this  
USMC Sniper

Muzzle flash bug

Recommended Posts

Well now I also got got the muzzle flash bug on my muzi and usas addons. I dont understand: the bug just started happening today! Ive done everything right too; zasleh proxy, cfgmodels in the cpp. Is there soemthing wrong that im doing?

Share this post


Link to post
Share on other sites

http://www.flashpoint1985.com/cgi-bin....t=16373

class CfgModels

{

class Default{};

class Weapon: Default{};

class name-of-the-weapon-model: Weapon{};

};

name-of-the-weapon-model is the name of the p3d-file that came with the addon, so it must be exact! So if you have p3d which name is AKS74.p3d the new line in the config looks like this:

class CfgModels

{

class Default{};

class Weapon: Default{};

class AKS74: Weapon{};

};

But click the link, it tells you more to.

Try that.

Share this post


Link to post
Share on other sites

Oh, its the p3d file you must enter in the cfgModels!  confused.gif

Thanks, that fixed it! biggrin.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×