I'm trying to setup the workshop fastdl using resource.AddWorkshop in workshop.lua which I placed in lua\autorun\server\
No LUA errors are given to me so I can't provide them. The problem is that it doesn't download them or 'mount' them. I have NYPD and CSS Weapons on M9K Base addons as well as others and it won't download them.
Gamemode: DarkRP
[CODE]
resource.AddWorkshop( "[108720350]" )
resource.AddWorkshop( "[121961644]" )
resource.AddWorkshop( "[108424005]" )
resource.AddWorkshop( "[151259497]" )
resource.AddWorkshop( "[105115318]" )
resource.AddWorkshop( "[110286060]" )
resource.AddWorkshop( "[109643223]" )
resource.AddWorkshop( "[104479831]" )
resource.AddWorkshop( "[107982746]" )
resource.AddWorkshop( "[107982746]" )
resource.AddWorkshop( "[148404710]" )
[/CODE]
Help?
Remove the "[" and "]" from inside the brackets. eg.
[code]
resource.AddWorkshop("148404710")
[/code]
Simple as that, thanks!
Just my NYPD Models don't show up, hmm
EDIT: Working now
Marked as solved
Sorry, you need to Log In to post a reply to this thread.