Files
wnsrc/lua/arccw/shared/attachments/ud_glock_skin_custom.lua
lifestorm 94063e4369 Upload
2024-08-04 22:55:00 +03:00

23 lines
788 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 = "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"