Hi!
...hmmm...Again problem with config. It worked, but when i wanted to correct the zasleh bug.
class CfgModels
{
class Default
{
sections[]={};
sectionsInherit="";
};
class Weapon: Default
{
sections[]={"zasleh"};
};
class BigGunMG: Weapon {};
{
class BigGun_scope: Weapon {};
};
};
sth is wrong in these lines. what?
ty in advance!