0 Members and 1 Guest are viewing this topic.
if SERVER then AddCSLuaFile("autorun/test.lua")endresource.AddFile("sound/file_test.mp3")
Emilhem, what Nathan is trying to say but even I might misunderstand if I wasn't already educated as to the ways of addons folders being 'virtual' is highlighted in bold in our FAQ.http://forums.ulyssesmod.net/index.php/topic,3072.0.htmlThough the FAQ specifically mentions ULX's way of force downloads....the 'path' setup of lua addresource or our download.txt file is no different.You just can't place 'addon' in the path and have it work.Addon is a virtual path.When nathan states unpack, it means you'd need to take/addons/myaddon/sound/blah/addons/myaddon/model/blahfrom your game server and place/sound/blah/model/blahon your FastDL server.
Ps: why would you do it anyways