[ESX] WEAPON COMPONENTS SCRIPT WITH TINTS AND AMMO AND WEAPON MENU
Features
Weapon Color Menu
Weapon COMPONENTS MENU
Single Item for a COMPONENT
0.00 ms resmon
You don’t need to add COMPONENTS
Easy Config
Locals (enlisch and German)
Open Source for 15€
7 COMPONENTS ICONS
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",
},
}
}