Question

Good Morning Exile community,

I've tried to add the following weapons to my Exile server config.cpp.

    ///////////////////////////////////////////////////////////////////////////////
    // Pistols
    ///////////////////////////////////////////////////////////////////////////////
    class hgun_ACPC2_F                                 { quality = 1; price = 50; };
    class hgun_P07_F                                 { quality = 1; price = 50; };
    class hgun_Pistol_heavy_01_F                     { quality = 2; price = 80; };
    class hgun_Pistol_heavy_02_F                     { quality = 2; price = 80; };
    class hgun_Pistol_Signal_F                         { quality = 1; price = 100; };
    class hgun_Rook40_F                             { quality = 1; price = 50; };
    class Weapon_LIB_M1896                            { quality = 1; cost = 250; };
    class Weapon_LIB_Colt_M1911                     { quality = 1; cost = 250; };
    class Weapon_LIB_FLARE_PISTOL                   { quality = 1; cost = 250; };
    class Weapon_LIB_M1895                          { quality = 1; cost = 250; };
    class Weapon_LIB_P08                            { quality = 1; cost = 250; };
    class Weapon_LIB_P38                            { quality = 1; cost = 250; };
    class Weapon_LIB_TT33                           { quality = 1; cost = 250; };
    class Weapon_LIB_WaltherPPK                     { quality = 1; cost = 250; };    


and here


    class Pistols
    {
        name = "Pistols";
        icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\handgun_ca.paa";
        items[] =
        {
            "hgun_ACPC2_F",
            "hgun_P07_F",
            "hgun_Pistol_heavy_01_F",
            "hgun_Pistol_heavy_02_F",
            "hgun_Pistol_Signal_F",
            "hgun_Rook40_F",
            "Exile_Weapon_Colt1911",
            "Exile_Weapon_Makarov",
            "Exile_Weapon_Taurus",
            "Exile_Weapon_TaurusGold",
            //Apex
            "hgun_Pistol_01_F",
            "hgun_P07_khk_F",
            "Exile_Weapon_SA61",
            "Weapon_LIB_M1896",
            "Weapon_LIB_Colt_M1911",
            "Weapon_LIB_FLARE_PISTOL",
            "Weapon_LIB_M1895",
            "Weapon_LIB_P08",
            "Weapon_LIB_P38",
            "Weapon_LIB_TT33",
            "Weapon_LIB_WaltherPPK"

The pistols show at the trader but with no image (icon) and are all 0 poptabs. I try to click on it and it shows my "load/carry weight" go red.

I've tried just adding one, and also just adding the Iron Front Pistols....still nothing works. This also happens for some CUP weapons and most of the RHS stuff.

Is this a common issue? Can this be fixed? Or is this something to do with the mods.

Thank you in advance.

Share this post


Link to post
Share on other sites

0 answers to this question

There have been no answers to this question yet

Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.