OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started 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 ???
-
you need a cfg models part in the config
something like this
class CfgModels
{
class Default{};
class Ship : Default{};
class xxxxxxxx: Ship{};
};
replace xxxxxxxxx with the class name of your boat
-
replace xxxxxxxxx with the class name of your boat
Correction,
replace xxxxxxxxx with the exact MODEL NAME of your boat. ;)
-
Correction,
replace xxxxxxxxx with the exact MODEL NAME of your boat. ;)
whoops ;D