• Simples Precache
    1 replies, posted
Someone can tell me the simples way to force the players to download a list of playermodels that there's in my server?
resource.AddWorkshop... - much quicker than FastDL, much quicker than direct-download. You can automate the process by using engine.GetAddons( ), loop through and resource.AddWorkshop( v.wsid ) in the loop. Some addons don't have proper wsid, you'll need to parse the v.title to get it - just string.gsub %D "" to extract the digits.
Sorry, you need to Log In to post a reply to this thread.