OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: j-man on 07 Jun 2004, 03:36:12

Title: muzzle flash on gunboat
Post by: j-man on 07 Jun 2004, 03:36:12
I have that constant muzzle flash bug for my gunboat :P. I know how to fix the bug when it appears on weapons, bt i'm not sure how to fix it on the machine gun on my boat? Any ideas ???
Title: Re:muzzle flash on gunboat
Post by: oyman on 07 Jun 2004, 04:07:54
you need a cfg models part in the config
 something like this



Code: [Select]
class CfgModels
{
   class Default{};
   class Ship : Default{};
   class xxxxxxxx: Ship{};
};
replace xxxxxxxxx with the class name of your boat
Title: Re:muzzle flash on gunboat
Post by: DeadMeatXM2 on 07 Jun 2004, 15:18:05
replace xxxxxxxxx with the class name of your boat

Correction,

replace xxxxxxxxx with the exact MODEL NAME of your boat. ;)
Title: Re:muzzle flash on gunboat
Post by: oyman on 07 Jun 2004, 15:34:14
Correction,

replace xxxxxxxxx with the exact MODEL NAME of your boat. ;)
whoops ;D