Hello,
hopfully somone here can help me. My server has an fastdl setup and all Plugins are working.
Now i’ve created my first own HUD for ttt, but the GUI images aren’t loaded.
lua/autorun/downloadfiles.lua
[lua]
…
resource.AddFile( “materials/heart.png” )
…
[/lua]
/addons/hud/gamemode/ttt/hud.lua
[lua]
…
local Texture10 = Material(“heart.png”)
…
[/lua]
The HUD is locally working but in the ddc the images aren’t loaded.
The Materials are placed in /materials/
If i delete them on the fastdl, i’ll get an error that he can’t find the png or png.bz2 file on the fastdl server. But the files locally are missing (e.g. /download/materials/heart.png )
What should i check next ?