added weapon icon

This commit is contained in:
Blu 2017-01-04 02:46:12 +01:00
parent f24d7b4905
commit e375d5ce97
3 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,9 @@ if (CLIENT) then
SWEP.Slot = 1
SWEP.SlotPos = 9
SWEP.IconLetter = "k"
SWEP.WepSelectIcon = surface.GetTextureID( "weapons/s_repair" )
--SWEP.DrawWeaponInfoBox = false
end
function SWEP:Initialize()

View File

@ -0,0 +1,8 @@
"UnlitGeneric"
{
"$basetexture" "weapons\s_repair"
"$ignorez" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$nolod" "1"
}

Binary file not shown.