Moderators Popular Post Patrick Posted June 1, 2020 Moderators Popular Post Share Posted June 1, 2020 pDownloader version 1.2.1 Better looking progress bar and players can play while downloading files. Video: https://streamable.com/bedf40 Documentation moved to GitHub! Go to GitHub... 6 1 Link to comment
koragg Posted July 2, 2020 Share Posted July 2, 2020 Can I only disable default download and not use your event handlers? I just want to use the nice looking download bar for all of my server's resources but i can't edit each script to include the custom events in it - they're just too many :s Link to comment
koragg Posted July 2, 2020 Share Posted July 2, 2020 Also does this work for Lua files as well or only for models etc? Link to comment
Moderators Patrick Posted July 2, 2020 Author Moderators Share Posted July 2, 2020 (edited) On 02/07/2020 at 09:13, koragg said: Also does this work for Lua files as well or only for models etc? No, only with <files/>. Scripts are different, and hard to load them well. On 02/07/2020 at 08:44, koragg said: Can I only disable default download and not use your event handlers? No, but here is a modified version, to load files easier. Just set model ID in meta, and its load for you. Available in latest version. Edited August 28, 2020 by Patrick 1 Link to comment
Moderators Patrick Posted July 16, 2020 Author Moderators Share Posted July 16, 2020 (edited) 2 hours ago, Maruchan said: Background download system? Yes, something similar. Edited July 16, 2020 by Patrick Link to comment
Moderators Patrick Posted August 28, 2020 Author Moderators Share Posted August 28, 2020 Auto model loader available in latest version. Link to comment
Gaimo Posted January 14, 2021 Share Posted January 14, 2021 (edited) Thank you Edited January 14, 2021 by Gaimo 1 Link to comment
Gaimo Posted January 14, 2021 Share Posted January 14, 2021 aclrequest allow pdownloader all - OK reloadacl - OK meta.xml <meta> <pDownloader>true</pDownloader> <!-- STEP 2 - enable pDownloader --> <!-- script file isn't needed --> <!-- STEP 3 - disable downloading with download="false" attribute --> <!-- and set model ID for the model-loader with model="ID" attribute--> <file src="files/city.txd" download="false" model="3048" /> <file src="files/Land_areia.dff" download="false" model="3048" /> <file src="files/Land_areia.col" download="false" model="3048" /> <file src="files/city.txd" download="false" model="3522" /> <file src="files/Land_areia_1.dff" download="false" model="3522" /> <file src="files/Land_areia_1.col" download="false" model="3522" /> </meta> Download is stuck, why? Link to comment
Moderators Patrick Posted January 15, 2021 Author Moderators Share Posted January 15, 2021 (edited) 3 hours ago, Gaimo said: aclrequest allow pdownloader all - OK reloadacl - OK meta.xml <meta> <pDownloader>true</pDownloader> <!-- STEP 2 - enable pDownloader --> <!-- script file isn't needed --> <!-- STEP 3 - disable downloading with download="false" attribute --> <!-- and set model ID for the model-loader with model="ID" attribute--> <file src="files/city.txd" download="false" model="3048" /> <file src="files/Land_areia.dff" download="false" model="3048" /> <file src="files/Land_areia.col" download="false" model="3048" /> <file src="files/city.txd" download="false" model="3522" /> <file src="files/Land_areia_1.dff" download="false" model="3522" /> <file src="files/Land_areia_1.col" download="false" model="3522" /> </meta> Download is stuck, why? Can you send me the whole resource in private please? But I guess because "files/city.txd" used twice. Edited January 15, 2021 by Patrick Link to comment
Gaimo Posted January 15, 2021 Share Posted January 15, 2021 40 minutes ago, Patrick said: Can you send me the whole resource in private please? Mas acho que porque "arquivos/city.txd" usou duas vezes. Can't use the same txd? it is used in both dff. Link to comment
Moderators Patrick Posted January 15, 2021 Author Moderators Share Posted January 15, 2021 (edited) 9 hours ago, Gaimo said: Can't use the same txd? it is used in both dff. Hi. I uploaded a new version of the resource, download it and use like this: <meta> <pDownloader>true</pDownloader> <!-- STEP 2 - enable pDownloader --> <!-- script file isn't needed --> <!-- STEP 3 - disable downloading with download="false" attribute --> <!-- and set model ID for the model-loader with model="ID" attribute--> <file src="files/city.txd" download="false" model="3048,3522" /> <file src="files/Land_areia.dff" download="false" model="3048" /> <file src="files/Land_areia.col" download="false" model="3048" /> <file src="files/Land_areia_1.dff" download="false" model="3522" /> <file src="files/Land_areia_1.col" download="false" model="3522" /> </meta> Edited January 15, 2021 by Patrick 1 Link to comment
Weaita Posted April 2, 2022 Share Posted April 2, 2022 (edited) I am having this problem, the script is the one in the example. I don't understand what is causing the error This error occurs only with the latest version Edited April 2, 2022 by Weaita Link to comment
Moderators Patrick Posted April 2, 2022 Author Moderators Share Posted April 2, 2022 16 hours ago, Weaita said: I am having this problem, the script is the one in the example. I don't understand what is causing the error This error occurs only with the latest version Hi. Thanks for your feedback. Please try with the latest version: https://github.com/Patrick2562/mtasa-pDownloader 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