Jump to content
guy960915

how to make Backpack load launcher, sniper weapons?

Recommended Posts

been searching, all i can find is
maximumLoad=

i need is backpack to load any mass weapons.

Share this post


Link to post
Share on other sites

Increasing backpack capacity is one step (cause the only "big enough" ones are the bergens from APEX ).

The other is allowing the weapons in said backpack.

class CfgWeapons
{
    class Launcher;
    class Launcher_Base_F: Launcher
    {
        class WeaponSlotsInfo
        {
            allowedSlots[] = {901};
        };
    };
};

You'll have to do the same for the weapons you want (and do not have "allowedslots")

  • 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

×