Hey guys, in March, we created some custom weapons for our server, and since then we have been under the impression they have been working the way they should. About a week ago, someone reported an issue with the icons not appearing and upon checking this, we found the icons do infact, not work.
I have the icons locally, and can see them, so the issue has to be on the fastdl.
sv_minupdaterate 30
net_maxfilesize 64
sv_pure 0
sv_allowupload 0
sv_allowdownload 1
sv_downloadurl "http://www.xxxxxx.xxxx"
Path on the fastdl: /garrysmod/materials/vgui/ttt/icon name
if SERVER then
AddCSLuaFile( "shared.lua" )
resource.AddFile("materials/vgui/ttt/icon_ninjah_ak47.vmt")
end
A snippet from the top of our code
Anyone has any ideas why they don't work? :O