Home   Help Search Login Register  

Author Topic: muzzle flash on gunboat  (Read 1189 times)

0 Members and 1 Guest are viewing this topic.

j-man

  • Guest
muzzle flash on gunboat
« 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 ???

Offline oyman

  • Members
  • *
  • king of pings
Re:muzzle flash on gunboat
« Reply #1 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
« Last Edit: 07 Jun 2004, 04:10:07 by oyman »

DeadMeatXM2

  • Guest
Re:muzzle flash on gunboat
« Reply #2 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. ;)

Offline oyman

  • Members
  • *
  • king of pings
Re:muzzle flash on gunboat
« Reply #3 on: 07 Jun 2004, 15:34:14 »
Correction,

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