issues
search
Fernando-A-Rocha
/
mta-add-models
Library for Multi Theft Auto: San Andreas that lets you add new models to your server
GNU General Public License v3.0
66
stars
16
forks
source link
v2.0
#23
Closed
Fernando-A-Rocha
closed
1 year ago
Fernando-A-Rocha
commented
1 year ago
WIP, changes:
[X] fixed an outputDebugString in removeExternalMod(id)
[X] newmodels example resource versions in meta.xml now match newmodels version they are compatible with
[X] new addExternalMods_CustomFileNames used by sampobj_reloaded to send list instead of calling exports a million times for each mod
[X] fixed unefficient isDefaultID function
[X] fixed server startup checks not allowing new "paths" format in mod_list.lua
[X] removed pAttach which is no longer used by any example resource
[X] added support for 'download="false"' in meta.xml; newmodels will only download the mod files when needed (on try set element data) !!!
[X] added Downloading dxDraw dialog that can be disabled in _config.lua
[X] added kick after X download failures in, customizable _config.lua
WIP, changes: