• People seeing errors on my server.
    2 replies, posted
Hey guys. I made a Garry's Mod server recently, its Deathrun. We have a pointshop. People that join my server are complaining about seeing errors when I thought I installed fastDL which downloads it for them while loading. What I did was put my steam API key and my addon collection id in my command line startup for the server. I thought that would do it. I guess not. Please help!
fastdl is not steam workshop do this for workshop addons make server addon fodler called addon, make folder in it called lua, make folder in this folder called autorun. make file called fixerrors.lua then click "share" button on ur collection or addon u want to be downloaded by players copy the end of the link and put it inside the quotation marks "123131" if SERVER then resource.AddWorkshop("21381381") -- addon/collection 1 resource.AddWorkshop("554545454") -- addon/collection 2 end put that code inside fixerrors.lua now u have fixed errors by making players download from workshop when they join
[QUOTE=bloodmasked;52082388]fastdl is not steam workshop do this for workshop addons make server addon fodler called addon, make folder in it called lua, make folder in this folder called autorun. make file called fixerrors.lua then click "share" button on ur collection or addon u want to be downloaded by players copy the end of the link and put it inside the quotation marks "123131" if SERVER then resource.AddWorkshop("21381381") -- addon/collection 1 resource.AddWorkshop("554545454") -- addon/collection 2 end put that code inside fixerrors.lua now u have fixed errors by making players download from workshop when they join[/QUOTE] Thanks so much
Sorry, you need to Log In to post a reply to this thread.