• How to upload M9K packs into Game Panel (wombat Servers)
    2 replies, posted
Hey, Do I upload the M9K packs as .gma files or do i have to extract them in a folder then upload it. Please help
If you want clients to download them; just use resource.AddWorkshop( workshopid ); You can automate this task ( don't do this if you have maps; if you have workshop maps you'll need to read through the files to determine contents and add non map addons ) [url]https://dl.dropboxusercontent.com/u/26074909/tutoring/content_and_resources/download_workshop_content.lua.html[/url] All of that isn't required; mainly the hook, the loop with GetAddons, the _file ternary operation which reads either v.wsid or parses the string for the id as some addons don't return a valid wsid, and the resource.AddWorkshop( _file ); is really all that needs to be done. A total of 5 lines if compact.
I answered this on your last post, but acecool also provides a valid point.
Sorry, you need to Log In to post a reply to this thread.