You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,32 @@ This MTA resource makes use of the clientside allocated models ([engineRequestMo
9
9
10
10
With this resource you can make scripts or change your existing scripts to add new skin, vehicle and object IDs to your server! For example, you may add all SA-MP object models!
11
11
12
-
## What changed? ⚠️
12
+
## Docs/Tutorial
13
13
14
-
**This version (v5) provides no guarantee that your code made for previous versions (v3, v4) will still work, but don't worry, the main concept hasn't changed.**
14
+
🚀 **Are you new to this resource?** Start here: [Documentation file](/.github/doc/DOCUMENTATION.md)
15
15
16
-
It is easy to migrate from v4 (not from v3) to v5. The **models folder structure remains the same**, but the scripts have changed.
16
+
## Requirements
17
17
18
-
This resource no longer uses and relies on the **MTA Element Data system** to sync the models to all clients! This major change was made to **improve performance** and control the sync of models more efficiently.
18
+
⚠️ **Before you download and install this resource**, make sure you have the following:
19
19
20
-
## Docs/Tutorial
20
+
- MTA 1.6 Nightly server (most recent version recommended from [nightly.multitheftauto.com](https://nightly.multitheftauto.com/))
21
+
- Up to date MTA client to play on the server
22
+
- Some scripting knowledge to use the new models in your scripts
23
+
- Basic understanding of GTA:SA and how game mods work
21
24
22
-
🚀 **Are you new to this resource?**
25
+
## Download
23
26
24
-
Access the [Documentation file](/.github/doc/DOCUMENTATION.md) to learn everything you need to know.
27
+
Get the [Latest Version](https://github.com/Fernando-A-Rocha/mta-add-models/releases/latest) from the **Releases** section.
25
28
26
-
## Community
29
+
## Older versions
27
30
28
-
Visit the [Thread on the MTA Forum](https://forum.mtasa.com/topic/133212-rel-add-new-models-library/) to get in touch with fellow users and developers.
31
+
It is easy to migrate to v5 from newmodels v4 (not from v3; the architecture of that version is no longer used). The **models folder structure remains the same**, but the scripts have changed in the way models are applied to elements.
29
32
30
-
## Download
33
+
This resource no longer uses and relies on the **MTA Element Data system** (`setElementData`) to sync the models to all clients! Instead, newmodels makes use of Lua tables and MTA events. This major change was made to **improve performance** and control the sync of models more efficiently.
31
34
32
-
Get the [Latest Version](https://github.com/Fernando-A-Rocha/mta-add-models/releases/latest) from the **Releases** section.
35
+
## Community
36
+
37
+
Visit the [Thread on the MTA Forum](https://forum.mtasa.com/topic/133212-rel-add-new-models-library/) to get in touch with fellow users and developers.
0 commit comments