Also you need to add the icons to your fast dl , But i think you already did it So..
You need to make it sure to works fine...
in the shared file
if SERVER then
resource.AddFile("materials/VGUI/ttt/icon_ak47.vmt")
end
if CLIENT then
-- Path to the icon material
SWEP.Icon = "VGUI/ttt/icon_ak47_2"
-- Text shown in the equip menu
SWEP.EquipMenuData = {
type = "Weapon",
desc = "멋진 공산당 사람들의 총입니다."
};
end
A Whole script
http://pastebin.com/6sEmYJqnYour shared lua file had to have it And replace the materials file with correct direction
Such as
\orangebox\garrysmod\materials\vgui\ttt
Lastly, Check Vmt file out.
Mostly, That's always the way.