mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
29
lua/arccw/shared/attachments/receiver_usp_match.lua
Normal file
29
lua/arccw/shared/attachments/receiver_usp_match.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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)
|
||||
Reference in New Issue
Block a user