06-08-2010, 06:10 PM
Nope. Easiest way might be to create a new (empty) map, save it. Then edit the mapname.map and paste everything.
Manual method: Create a new folder called yourmap (under MTA San Andreas\server\mods\deathmatch\resources), then create a file called meta.xml, with these contents:
And create your mapfile using the filename you just entered in the meta.xml.
I think all settings are optional, but not sure.
Manual method: Create a new folder called yourmap (under MTA San Andreas\server\mods\deathmatch\resources), then create a file called meta.xml, with these contents:
Code:
<meta>
<info type="map" gamemodes="race" version="1.0.0" />
<map src="filename.map" dimension="0" />
<settings>
<setting name="#gamespeed" value="[ 1 ]" />
<setting name="#weather" value="[ 0 ]" />
<setting name="#gravity" value="[ 0.008000 ]" />
<setting name="#duration" value="[ 1800 ]" />
</settings>
</meta>And create your mapfile using the filename you just entered in the meta.xml.
I think all settings are optional, but not sure.