• Force clients to download sounds from server?
    1 replies, posted
I have a Garry's Mod server setup, and I have the sounds in "sound/allen/music/...", and I just want to know how to add them to the list of files to download when a client connects? I remember it being like Lua.AddResource("soundname") or something, but I don't remember where the file goes. Could anyone help me with this?
if your using ulx you can add sounds to your server.cfg with this line ulx addForcedDownload "sound/<name>.mp3"
Sorry, you need to Log In to post a reply to this thread.