Papawy / Papawyconv

GTA SA IPL and IDE to SAMP artconfig.txt and streamer converter.
Apache License 2.0
13 stars 2 forks source link

[Bug] --app #2

Closed Vasily-X closed 6 years ago

Vasily-X commented 6 years ago

When appending to the artconfig.txt file it gets the last SA-MP object ID and adds new AddSimpleModel lines starting with that ID.

For example, if the last line is this one: AddSimpleModel(-1,9720, -2152, "sublightsb.dff", "towerlights.txd"); When appending the first line will get the same ID: AddSimpleModel(-1,4053, -2152, "subbridge01.dff", "vertbridge.txd");

Notice both use -2152.

Papawy commented 6 years ago

It will be fixed in the next version.