Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssMods Downloader (mdownloader)

Category:script
Author(s):wassmas
Downloads:1547
Rate:You need to be logged in to vote
Rating:1 (1 Vote)
Description:
Now your players they can download mods and load it automatic when join the server without waiting for long download, Juste look at mods.xml

MODS.XML:
src: The file name
type: The type of model (dff, txd, col, ifp)
model: The model of mod (You can make many model in same file for exemple [ [ 1025, 1073, 1074 ] ]

EXMPLE:
- <mod src="wheel.txd" type="txd" model="[ [ 1025, 1073, 1074 ] ]"></mod> (for more model in same file)
- <mod src="wheel.txd" type="txd" model="1025"></mod>
- <mod src="wheel_gn1.dff" type="dff" model="1025"></mod>
- <mod src="wheel_gn1.col" type="col" model="1025"></mod>
- <mod src="ped.ifp" type="ifp" model="ped"></mod>

EXPORTS (clientside):
- engineReplacePedAnimation(ped, model)
- getPlayerDownloadMods

EVENTS (serverside):
- onPlayerLoadingMods
- onPlayerDownloadMods (src, type, model)

EVENTS (clientside):
- onClientPlayerLoadingMods (src, type, models, size)
- onClientPlayerDownloadMods (src, type, models, data)
- onClientPlayerDownloadModsPercent (src, percent)
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.0.1 2020-09-21 19:48:51 Fix slow download Download
1.0.0 2020-06-03 19:45:08 First public release Download