View Full Version : Muzzle flash bug
USMC Sniper
Oct 5 2002, 17:47
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?
SKULLS_Viper
Oct 6 2002, 02:48
http://www.flashpoint1985.com/cgi-bin....t=16373 (http://www.flashpoint1985.com/cgi-bin/ikonboard301/ikonboard.cgi?act=ST;f=4;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.
USMC Sniper
Oct 6 2002, 03:16
Oh, its the p3d file you must enter in the cfgModels! http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/confused.gif
Thanks, that fixed it! http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/biggrin.gif
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.