From b57bb35c815aad194a1a46714a00b0668ba0068f Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 29 Jun 2025 21:48:46 +0200 Subject: [PATCH] Update config.lua --- resources/[jobs]/pug-sling/config.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/[jobs]/pug-sling/config.lua b/resources/[jobs]/pug-sling/config.lua index 9564d3923..1990f4dac 100644 --- a/resources/[jobs]/pug-sling/config.lua +++ b/resources/[jobs]/pug-sling/config.lua @@ -140,7 +140,7 @@ if not Config.UseOldSlingScript then -- } }, ["weapon_combatpdw"] = { - model = "weapon_combatpdw", + model = "w_sb_pdw", Attachments = { ["COMPONENT_SMG_MK2_CLIP_01"] = {Base = 'WAPClip', Component = "w_sb_smgmk2_mag1"}, ["COMPONENT_SMG_MK2_CLIP_02"] = {Base = 'WAPClip', Component = "w_sb_smgmk2_mag2"}, @@ -167,7 +167,7 @@ if not Config.UseOldSlingScript then -- Shotguns ["weapon_combatshotgun"] = { - model = "w_sg_combatshotgun", + model = "w_sg_pumpshotgunh4", -- Attachments = { -- ["COMPONENT_ASSAULTSHOTGUN_CLIP_01"] = {Base = 'WAPClip', Component = "w_sg_assaultshotgun_mag1"}, -- ["COMPONENT_ASSAULTSHOTGUN_CLIP_02"] = {Base = 'WAPClip', Component = "w_sg_assaultshotgun_mag2"}, @@ -203,7 +203,7 @@ if not Config.UseOldSlingScript then -- } }, ["weapon_huntingrifle"] = { - model = "weapon_huntingrifle", + model = "w_sr_huntingrifle", -- Attachments = { -- ["COMPONENT_HEAVYSHOTGUN_CLIP_01"] = {Base = 'WAPClip', Component = "w_sg_heavyshotgun_mag1"}, -- ["COMPONENT_HEAVYSHOTGUN_CLIP_02"] = {Base = 'WAPClip', Component = "w_sg_heavyshotgun_mag2"}, @@ -214,7 +214,7 @@ if not Config.UseOldSlingScript then -- } }, ["weapon_crossbow"] = { - model = "weapon_crossbow", + model = "w_sr_crossbow", -- Attachments = { -- ["COMPONENT_HEAVYSHOTGUN_CLIP_01"] = {Base = 'WAPClip', Component = "w_sg_heavyshotgun_mag1"}, -- ["COMPONENT_HEAVYSHOTGUN_CLIP_02"] = {Base = 'WAPClip', Component = "w_sg_heavyshotgun_mag2"}, @@ -230,7 +230,7 @@ if not Config.UseOldSlingScript then -- Melee Weapons ["weapon_machete"] = { model = "w_me_machette_lr" }, ["weapon_bat"] = { model = "w_me_bat" }, - ["weapon_hatchet"] = { model = "weapon_hatchet" }, + ["weapon_hatchet"] = { model = "w_me_hatchet" }, -- Items ["cokebaggy"] = { model = "bkr_prop_coke_cutblock_01" }, @@ -242,7 +242,7 @@ if not Config.UseOldSlingScript then ["fishingrod3"] = { model = "prop_fishing_rod_01" }, -- Addon weapons - -- ["weapon_katana"] = { model = "w_me_katana"}, + -- ["weapon_crossbow"] = { model = "w_me_katana"}, -- ["weapon_remington"] = { model = "w_sg_remington" }, -- ["weapon_mp5"] = { model = "w_sb_mp5" }, -- ["weapon_huntingrifle"] = { model = "w_sr_huntingrifle" },