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

A script by Marlox

No reviews yet.
[esx] weapon components script with tints and ammo and weapon menu main image

Full Description

[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",
    },
    }
}

Config Merger
Have you tried Config Merger? Merge your configs easily