Jump to content

Darth Trumpt

member already defined error

Recommended Posts

hello guys, I keep getting this error, member already defined,

 

https://ibb.co/gBy00b

 

heres my config:

=================

 

class CfgPatches
{
    class fam_camionetas
    {
        units[]={};
        weapons[]={};
        requiredVersion=0.1;
        requiredAddons[]=
        {
            A3_Weapons_F", "a3_weapons_f_beta", "A3_Weapons_F_gamma", "A3_Characters_F", "A3_Characters_F_beta", "A3_Characters_F_gamma", "A3_Soft_F"
        };
    };
};
class CfgVehicles
{
    class Offroad_01_base_F;
    class fam_camionetas: Offroad_01_base_F
    {
        scope=2;
        _generalMacro="fam_camionetas";
        author="EPN777";
        displayName="FAM Camionetas";
        side=1;
        faction="FAM";
    vehicleClass = "Offroad_01_base_F";
            displayName = "sedena Offroad";
            author = "darkKnight777";
            weapons[] = {};
            audible = 50;
            armor = 100;
            armorWheels = 100;
            armorGlass = 200;
            armorEngine = 2.0;
                hiddenSelections[]=
        {
            "camo1",
            "camo2"
        };
        hiddenSelectionsTextures[]=
        {
            "fam_camionetas\fc.paa",
            "fam_camionetas\pf.paa",
            "fam_camionetas\sedena.paa",
            "fam_camionetas\semar.paa",
            "fam_camionetas\semar1.paa",
           
            availableForSupportTypes[] = {"Transport"};     
            typicalCargo[] = {};
            crew = ;
            preferRoads = true;
            brakeDistance = 7.0;
            class Turrets {};
            class EventHandlers {};
                };
        };
    

Share this post


Link to post
Share on other sites

damn I posted in the wrong place, but I got it working now :D

 

now the Textures dont show up though :( just a plain red offroad truck ...anyone has an idea what went wrong?

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×