mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
22
lua/arccw/shared/attachments/ud_glock_skin_custom.lua
Normal file
22
lua/arccw/shared/attachments/ud_glock_skin_custom.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
--[[
|
||||
| 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 = "Glock 17 Custom Finish"
|
||||
att.Description = "Make your Glock truly yours by giving it a horrible color nobody else wants to touch."
|
||||
att.AbbrevName = "Custom"
|
||||
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "GEN3 Custom Finish"
|
||||
att.Description = "Make your gun truly yours by giving it a horrible color nobody else wants to touch."
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_glock_material.png", "smooth mips")
|
||||
att.Desc_Neutrals = {"uc.cosmetic", "uc.custcolor"}
|
||||
att.Slot = "ud_glock_skin"
|
||||
Reference in New Issue
Block a user