26.08.2010, 17:50
(
Last edited by gamer931215; 26/08/2010 at 06:10 PM.
)
Features:
Converts all objects from MTA Race, and all objects AND cars from mta 1.0.4
if you need more, just edit it for yourself, you know now how it works![Wink](images/smilies/wink.png)
First you need to open the .map file yourself and get the data! you can do this my putting this on declarations:
the mymap (stringname) and directory is just an example! but you get the idea by now i hope ![Smiley](images/smilies/smile.png)
These are my functions:
GetVersion
Will return 1.1.1(race), 1.0.4(normal) or INVALID_VERSION
Convert111
Will convert an MTA Race (1.0/1.1.1 map)
It returns the converted Objects.
Convert104
Will convert an regular MTA map
It returns the converted Cars AND Objects.
Functions download:Converts all objects from MTA Race, and all objects AND cars from mta 1.0.4
if you need more, just edit it for yourself, you know now how it works
![Wink](images/smilies/wink.png)
First you need to open the .map file yourself and get the data! you can do this my putting this on declarations:
Code:
dim mymap a string = my.computer.filesystem.readalltext("C:\Users\Gamer\Desktop\grove_stunt.map")
![Smiley](images/smilies/smile.png)
These are my functions:
GetVersion
Code:
GetVersion(mymap)
Convert111
Code:
Convert111(mymap)
It returns the converted Objects.
Convert104
Code:
Convert104(mymap)
It returns the converted Cars AND Objects.
http://pastebin.com/Q2nJEVCM
I hope i can help some guys out with this
![Wink](images/smilies/wink.png)