Renegade 0 Posted June 29, 2002 Is there a way to avoid that ugly muzzleflash bug? Normally the bug dissapeared when turning T&L off! But after installing Resistance this doesn't work anymore. Share this post Link to post Share on other sites
ravendk 25 Posted June 29, 2002 class CfgModels { class Default { sections[]={}; sectionsInherit=""; }; class Weapon: Default { sections[]={"zasleh"}; }; class NAMEOFMODEL: Weapon{}; }; goes betwean class CfgPatches bla bla and class CfgWeapons (Thx STT ) Share this post Link to post Share on other sites
Renegade 0 Posted June 29, 2002 Thank you, RavenDK! Great job! thx! Share this post Link to post Share on other sites