Atm I have two problems with my server I'm having a bit of trouble with figuring out what's wrong, so I was hoping someone here could help.
Jihad BombResolved.
AK47 Icon ProblemIn the traitor menu, the icon on the AK47 isn't popping up. It just shows as the default "texture is missing" purple and black.
I have the icon saved as a .vtf in the vgui/ttt folder, and the .vmt as well.
"UnlitGeneric"
{
"$basetexture" "VGUI/ttt/icon_lonserver_ak47"
"$vertexcolor" 1
"$vertexalpha" 1
"$translucent" 1
}
And in the shared.lua of the AK47
SERVER: resource.AddFile("materials/VGUI/ttt/icon_lonserver_ak47.vmt")
CLIENT: SWEP.Icon = "VGUI/ttt/icon_lonserver_ak47"
(It doesn't actually show it as that, I was just showing the paths.)
If you could help me out I'd appreciate it.