• Customising the TTT Scoreboard logo
    2 replies, posted
Hey there, I'm trying to change the TTT logo on the scoreboard to something custom. However, when I change the image I get the missing textures image. My image is named 'res_score' and is located in '\garrysmod\gamemodes\terrortown\content\materials\vgui\ttt\res_score.png' My sb_main file points the logo to 'local logo = surface.GetTextureID("vgui/ttt/res_score")' I have created a file at '\garrysmod\lua\autorun\server\logo.lua' to addfiles 'resource.AddFile("vgui/ttt/res_score.png")' I have then synced everything with FastDL. I don't know what I'm doing wrong, please could someone help me. Thanks
[code]resource.AddFile("materials/vgui/ttt/res_score.png")[/code]
Thanks for your reply Johnny. I have tried adding that and still get no results.
Sorry, you need to Log In to post a reply to this thread.