• Clients don't download custom sounds.
    7 replies, posted
I need help configuring a server using FileZilla. How do I make the clients computer download the custom sounds on the server? It's in a path in: /garrysmod/sound/music/1.mp3 Someone please help.
[url]http://wiki.garrysmod.com/?title=Resource.AddFile[/url] Create a file in garrysmod/lua/autorun/server/ with this in it: resource.AddFile("music/1.mp3") Remember to turn it into a lua file.
Ok, ill try that, but can I make this into an addon, like: TestAddon/lua/autorun/server/costumsounds.lua ? And the sounds will be included in the addon.
Not without an info.txt file. Easiest way to do that is just copy some other addon's info.txt and edit the name and author lines.
.
nothing worked
Nothing worked! Rawr
Is this still an ongoing issue? If you're trying Divran_'s code, there is an error with it, it looks like he didn't know that garrysmod/ was the root instead of sounds/. Anyways, try this instead of Divran_'s code. [lua]resource.AddFile("sounds/music/1.mp3")[/lua] Also, for addon format, use a directory structure like garrysmod/addons/TestAddon/lua/autorun/server/customsounds.lua garrysmod/addons/TestAddon/info.txt (Optionally) garrysmod/addons/TestAddon/sounds/music/1.mp3 Hope this helps!
Sorry, you need to Log In to post a reply to this thread.