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
2.2.0
#34
Closed
Fernando-A-Rocha
closed
1 year ago
Fernando-A-Rocha
commented
1 year ago
Improvements
removed thisRes variable to use hidden var resource
added example of path table usage in modList (mod id 80006)
replace client request mods logic with onPlayerResourceStart with clientsWaiting queue
moved start/stop messages from testing_server.lua to server.lua
improved clientside debug overlay & fixed /listmods GUI not showing mod paths correctly
slight refactor in updater_s.lua
modList can now be optional (mod_list.lua can be removed if u dont want mods defined in newmodels
added test mods & reorganized modList
added
model LOD distance
optional mod parameter
cited some sources in README credits
Fixes
fixed mod list checks not cancelling the resource because they were inside an Async function
Documentation
documented functions & events in new .MD files for newmodels & newmodels-example!
Improvements
Fixes
Documentation