Files
wnsrc/lua/arccw/shared/attachments/receiver_usp_match.lua
lifestorm 73479cff9e Upload
2024-08-04 22:55:00 +03:00

29 lines
748 B
Lua

--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
att.PrintName = "USP Match Slide"
att.Icon = Material("vgui/entities/eft_attachments/usp_slide_default.png", "mips smooth")
att.Description = "A pistol slide for the special version of the USP45 pistol - USP45 Match, manufactured by Heckler & Koch."
att.SortOrder = 1
att.Desc_Pros = {
"Badass"
}
att.Desc_Cons = {
}
att.AutoStats = true
att.Slot = "eft_usp_slide"
att.SortOrder = 15
att.Model = "models/weapons/arc_eft_usp/atts/eft_usp_receiver_match.mdl"
att.ModelScale = Vector(1, 1, 1)