[esx] weapon components script with tints and ammo and weapon menu

[ESX] WEAPON COMPONENTS SCRIPT WITH TINTS AND AMMO AND WEAPON MENU

:stars:Features

:dash: Weapon Color Menu
:dash: Weapon COMPONENTS MENU
:dash: Single Item for a COMPONENT
:dash: 0.00 ms resmon
:dash: You don’t need to add COMPONENTS
:dash: Easy Config
:dash: Locals (enlisch and German)
:dash: Open Source for 15€
:dash: 7 COMPONENTS ICONS
:dash: README file with the most important information.

Code is accessible No
Subscription-based No
Lines (approximately) 500+
Requirements ESX
Support Yes

config.lua (1.8 KB)

Config = {
    ESXLAGACY = true,
    esxgetSharedObjectevent = 'esx:getSharedObject',
    Locale = 'en', 
    debug = true,
}

Config.WeaponMenu = {
    Enable = true,
    Only0proitem = true,
    Itemsname = "components",
    removecommand = "removecopm",

}
Config.WeaponTintsMenu = {
    Enable = true,
    Itemsname = "water",

}
Config.Ammo = {
    Enable = true,
    Items = {
        {
            ItemName = "ammo_Langwaffe2",
            AddAmmo = 50,
            Itemweight = 1,
            Maxammo = 200,
            Waffen = {
            'WEAPON_ADVANCEDRIFLE','WEAPON_ASSAULTRIFLE','WEAPON_BULLPUPRIFLE','WEAPON_CARBINERIFLE','WEAPON_SPECIALCARBINE','WEAPON_COMBATPDW','WEAPON_GUSENBERG'
            }
        },
        {
            ItemName = "ammo_pistol2",
            AddAmmo = 50,
            Itemweight = 1,
            Maxammo = 200,
            Waffen = {
            'WEAPON_APPISTOL','WEAPON_COMBATPISTOL','WEAPON_DOUBLEACTION','WEAPON_HEAVYPISTOL','WEAPON_PISTOL','WEAPON_PISTOL50','WEAPON_SNSPISTOL'
            }
        },
    }
}
Config.CostumItem = {
    Enable = true,
    Commandforremove = "remove",
    Items = {
    {
        ItemName = "Weapon_Flashlight",
        Itemweight = 1,
        Component = "suppressor",
    },
    {
        ItemName = "Weapon_Flashlight",
        Itemweight = 1,
        Component = "flashlight",
    },
    {
        ItemName = "Magazin",
        Itemweight = 1,
        Component = "clip_extended",
    },
    {
        ItemName = "Scope",
        Itemweight = 1,
        Component = "scope_holo",
    },
    {
        ItemName = "Weaponluxary",
        Itemweight = 1,
        Component = "luxary_finish",
    },
    {
        ItemName = "Grip",
        Itemweight = 1,
        Component = "grip",
    },
    }
}

I don’t understand why you charge 7.00€ for such a simple resource.

1 Like

You’re the type of person who unfortunately doesn’t add to the community, because instead of making this comment, since it’s so simple, don’t you make a similar script and give it a free release?

1 Like

Whats the problem behind my comment? I was just saying that i don’t understand why peoply charge for every simple script and yes it is simple, there is nothing complex about it just using esx basic functions like the menu default, (i assume) also the add components function etc. and just turning it into a menu that “works”. It would be a bit more advanced if it also would work with other frameworks or would have a UI because currently it is very basic and has almost nothing different between the several free weapon components and tints script (most of them just uses items).

And yes, i could do a free script version that is similar but why should i when there are enough? Its just time waste for me :smile: