• FastDL and resources problem
    2 replies, posted
I have recently installed custom content onto my server and am trying to set it up so it will be automatically fastdled to all connecting clients. [lua]resource.AddFile("sound/bang.wav") resource.AddFile("materials/models/weapons/v_models/stalker_fort/wpn_fort.vmt") resource.AddFile("materials/models/weapons/v_models/stalker_fort/wpn_fort_normal.vtf") resource.AddFile("materials/models/weapons/w_models/stalker_fort/wpn_fort.vmt") resource.AddFile("materials/VGUI/entities/weapon_fort12mk2.vmt") resource.AddFile("models/weapons/v_stalker_fort12.mdl") resource.AddFile("models/weapons/w_stalker_fort12.mdl")[/lua] This is how i have it currently setup, I can only prove that the bang.wav works as I have downloaded it and can play the sound via console. The rest appear not to download and the weapon itself in game appears as an error and is invisible in my hands. They are the exact paths on the redirect and I can download them from the redirect. What is the problem?
FIXED
I have encountered the same problem on my own server, how did you fix it?
Sorry, you need to Log In to post a reply to this thread.