• Resouce.Addworkshop failed to work on my server tried to add workshop addons for 6 months! I need he
    6 replies, posted
I have been trying to make a ttt server for years I really want to add workshop files to my server but I cant it wont let me this is my lua in lua/autorun and is the same in lua/autorun/server resource.AddWorkshop ("153105840") resource.AddWorkshop ("119026021") end pelase help I am out of ideas its been impossible for me! my gmod is rigged or something. I tried everything [editline]20th August 2013[/editline] I also tried without quotations and bracets, resource.addfile and host_workshop_collection. none work...
why is there a end when you haven't started a function
Try [code]if SERVER then resource.AddWorkshop ("153105840") resource.AddWorkshop ("119026021") end[/code]
[b]tried to add workshop addons for 6 months![/b] [img]http://puu.sh/466B6.png[/img] No need to over-exaggerate, it isn't going to get you helped faster.
Don't put end. Just put [code]resource.AddWorkshop ("153105840") resource.AddWorkshop ("119026021")[/code] in lua/autorun/server
Use this method. [url]http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers[/url]
[QUOTE=StonedPenguin;41900118]Use this method. [url]http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers[/url][/QUOTE] That has nothing to do with the server making clients download workshop addons, that's for making the server run an addon collection.
Sorry, you need to Log In to post a reply to this thread.