Skip to content

Commit

Permalink
make version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Aug 1, 2024
1 parent 11d3cc5 commit e56f896
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Visit [the archive branch](https://github.com/Fernando-A-Rocha/mta-add-models/tree/archive) and the previous Releases for older versions of `newmodels`.
Visit [the archive branch](https://github.com/Fernando-A-Rocha/mta-add-models/tree/archive) and the previous Releases for **older versions** of `newmodels` (not recommended).

# newmodels_reborn

Expand Down
8 changes: 4 additions & 4 deletions newmodels_reborn/meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta>
<info author="FernandoMTA" version="1.0.0" type="script" name="newmodels_reborn" description="This resource adds new vehicle/ped/object models, synceing them automatically with all players."/>
<info author="FernandoMTA" version="4.0.0" type="script" name="newmodels_reborn" description="Adds new vehicle/ped/object models, automatically synced with all players."/>

<!-- IMPORTANT TO HAVE THIS VERSION OR HIGHER SO THAT IT WORKS AS EXPECTED
https://nightly.mtasa.com -->
Expand Down Expand Up @@ -30,9 +30,9 @@
<!-- ............................................................................... -->
<!-- OPTIONAL THINGS: .............................................................. -->

<!-- Testing -->
<script src="optional/c_testing.lua" type="client"/>
<script src="optional/s_testing.lua" type="server"/>
<!-- Debugging / Testing -->
<script src="optional/debug/c_debug.lua" type="client"/>
<script src="optional/debug/s_debug.lua" type="server"/>

<!-- Backwards compatibility with newmodels 3.3.0 -->
<script src="optional/compatibility/shared/config.lua" type="shared"/>
Expand Down
2 changes: 2 additions & 0 deletions newmodels_reborn/optional/README_OPTIONAL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
These scripts are optional, and can be deleted if you do not need them.
If you do remove them, make sure to remove the corresponding entries from the meta.xml file.
File renamed without changes.
File renamed without changes.

0 comments on commit e56f896

Please sign in to comment.