Sidhkeer Posted June 3, 2015 Share Posted June 3, 2015 is there anyway by which i can let players download resources in background after they have logged in? Cuz i really don't want people to leave the server just because too much mbs to download. regards Sidhkeer Link to comment
Sidhkeer Posted June 3, 2015 Author Share Posted June 3, 2015 how can i let players download some more files at once, and later being downloaded where will they go, and how can i add them to any other script? (i have some skins which i'm thinking of using with zday (slothmans script) Link to comment
WhoAmI Posted June 3, 2015 Share Posted June 3, 2015 Just put those files in meta with attribute 'download="false" ', and then download them when you want by using downloadFile. Link to comment
Sidhkeer Posted June 3, 2015 Author Share Posted June 3, 2015 local txd = engineLoadTXD ( "skins/22.txd" ) engineImportTXD ( txd, 22 ) Suppose i'm going to use the file with some lua codes as shown above, now how would slothman's zombie's client side script will know that this is that file i have to work with? Link to comment
WhoAmI Posted June 3, 2015 Share Posted June 3, 2015 I can't understand. Just download file after loging, or spawning and after load it like above. Link to comment
Sidhkeer Posted June 3, 2015 Author Share Posted June 3, 2015 as I mentioned after player logged in Link to comment
Walid Posted June 5, 2015 Share Posted June 5, 2015 as I mentioned after player logged in BUMP try to do it by yourself then post your code here. Link to comment
Sidhkeer Posted June 5, 2015 Author Share Posted June 5, 2015 function onPlayerLogin ( ) downloadFile ( "test.xml" ) end addEventHandler ( "onClientLogin, resourceRoot, onPlayerLogin ) Don't know scripting that good , hope this works Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now