diff --git a/resources/[jobs]/pug-sling/config.lua b/resources/[jobs]/pug-sling/config.lua index 081b61189..60b5f8efc 100644 --- a/resources/[jobs]/pug-sling/config.lua +++ b/resources/[jobs]/pug-sling/config.lua @@ -32,7 +32,8 @@ if not Config.UseOldSlingScript then Config.RackCapableJobs = { -- Jobs that can do the /rack command "leo", "police", - "sheriff", + "marshal", + } ------------------------------ Config.LangT = { @@ -91,18 +92,6 @@ if not Config.UseOldSlingScript then -- ["COMPONENT_CARBINERIFLE_MK2_CAMO"] = {Base = 'Cosmetic', Component = "w_at_cr_camo1"}, -- } }, - ["weapon_assaultrifle"] = { - model = "w_ar_assaultrifle", - -- Attachments = { - -- ["COMPONENT_ASSAULTRIFLE_CLIP_01"] = {Base = 'WAPClip', Component = "w_ar_assaultrifle_mag1"}, - -- ["COMPONENT_ASSAULTRIFLE_CLIP_02"] = {Base = 'WAPClip', Component = "w_ar_assaultrifle_mag2"}, - -- ["COMPONENT_ASSAULTRIFLE_CLIP_03"] = {Base = 'WAPClip', Component = "w_ar_assaultrifle_boxmag"}, - -- ["COMPONENT_AT_AR_FLSH"] = {Base = 'WAPFlshLasr', Component = "W_AT_AR_FLSH"}, - -- ["COMPONENT_AT_SCOPE_MACRO"] = {Base = 'WAPScop', Component = "w_at_scope_macro"}, - -- ["COMPONENT_AT_AR_SUPP_02"] = {Base = 'WAPSupp', Component = "w_at_ar_supp_02"}, - -- ["COMPONENT_AT_AR_AFGRIP"] = {Base = 'WAPGrip', Component = "W_AT_AR_AFGRIP"}, - -- } - }, ["weapon_specialcarbine"] = { model = "w_ar_specialcarbine", -- Attachments = { @@ -116,17 +105,6 @@ if not Config.UseOldSlingScript then -- ["COMPONENT_SPECIALCARBINE_VARMOD_LOWRIDER"] = {Base = 'Cosmetic', Component = "w_ar_specialcarbine_luxe"}, -- } }, - ["weapon_bullpuprifle"] = { - model = "w_ar_bullpuprifle", - -- Attachments = { - -- ["COMPONENT_BULLPUPRIFLE_CLIP_01"] = {Base = 'WAPClip', Component = "w_ar_bullpuprifle_mag1"}, - -- ["COMPONENT_BULLPUPRIFLE_CLIP_02"] = {Base = 'WAPClip', Component = "w_ar_bullpuprifle_mag2"}, - -- ["COMPONENT_AT_AR_FLSH"] = {Base = 'WAPFlshLasr', Component = "W_AT_AR_FLSH"}, - -- ["COMPONENT_AT_SCOPE_SMALL"] = {Base = 'WAPScop', Component = "w_at_scope_small"}, - -- ["COMPONENT_AT_AR_SUPP"] = {Base = 'WAPSupp', Component = "w_at_ar_supp"}, - -- ["COMPONENT_AT_AR_AFGRIP"] = {Base = 'WAPGrip', Component = "W_AT_AR_AFGRIP"}, - -- } - }, ["weapon_advancedrifle"] = { model = "w_ar_advancedrifle", -- Attachments = { @@ -181,13 +159,6 @@ if not Config.UseOldSlingScript then -- ["COMPONENT_AT_AR_AFGRIP_02"] = {Base = 'WAPGrip', Component = "w_at_afgrip_2"}, -- } }, - ["weapon_gusenberg"] = { - model = "w_sb_gusenberg", - -- Attachments = { - -- ["COMPONENT_GUSENBERG_CLIP_01"] = {Base = 'WAPClip', Component = "w_sb_gusenberg_mag1"}, - -- ["COMPONENT_GUSENBERG_CLIP_02"] = {Base = 'WAPClip', Component = "w_sb_gusenberg_mag2"}, - -- } - }, -- Sniper Rifles ["weapon_musket"] = { model = "w_ar_musket" }, @@ -203,8 +174,8 @@ if not Config.UseOldSlingScript then -- Shotguns ["weapon_sawnoffshotgun"] = { model = "w_sg_sawnoff" }, - ["weapon_assaultshotgun"] = { - model = "w_sg_assaultshotgun", + ["weapon_combatshotgun"] = { + model = "w_sg_combatshotgun", -- Attachments = { -- ["COMPONENT_ASSAULTSHOTGUN_CLIP_01"] = {Base = 'WAPClip', Component = "w_sg_assaultshotgun_mag1"}, -- ["COMPONENT_ASSAULTSHOTGUN_CLIP_02"] = {Base = 'WAPClip', Component = "w_sg_assaultshotgun_mag2"},