mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
feat(es_extended/shared/config/weapons): add WEAPON_TECPISTOL
DLC: San Andreas Mercenaries
This commit is contained in:
@@ -197,6 +197,7 @@ Locales["en"] = {
|
||||
["weapon_smg"] = "SMG",
|
||||
["weapon_smg_mk2"] = "SMG MK2",
|
||||
["weapon_raycarbine"] = "Unholy Hellbringer",
|
||||
["weapon_tecpistol"] = "Tactical SMG",
|
||||
|
||||
-- Rifles
|
||||
["weapon_advancedrifle"] = "Advanced Rifle",
|
||||
|
||||
@@ -557,6 +557,18 @@ Config.Weapons = {
|
||||
{ name = "luxary_finish", label = TranslateCap("component_luxary_finish"), hash = `COMPONENT_SMG_VARMOD_LUXE` },
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "WEAPON_TECPISTOL",
|
||||
label = TranslateCap("weapon_tecpistol"),
|
||||
ammo = { label = TranslateCap("ammo_rounds"), hash = `AMMO_SMG` },
|
||||
tints = Config.DefaultWeaponTints,
|
||||
components = {
|
||||
{ name = "clip_default", label = TranslateCap("component_clip_default"), hash = `COMPONENT_TECPISTOL_CLIP_01` },
|
||||
{ name = "clip_extended", label = TranslateCap("component_clip_extended"), hash = `COMPONENT_TECPISTOL_CLIP_02` },
|
||||
{ name = "scope", label = TranslateCap("component_scope"), hash = `COMPONENT_AT_SCOPE_MACRO` },
|
||||
{ name = "suppressor", label = TranslateCap("component_suppressor"), hash = `COMPONENT_AT_AR_SUPP_02` },
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "WEAPON_SMG_MK2",
|
||||
label = TranslateCap("weapon_smg_mk2"),
|
||||
|
||||
Reference in New Issue
Block a user