forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
062befa9a2
commit
b57bb35c81
1 changed files with 6 additions and 6 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue