SA-MP Forums Archive
MTA to Samp? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: MTA to Samp? (/showthread.php?tid=266398)



MTA to Samp? - ServerScripter - 04.07.2011

hay, i need to creat a map to Samp, but i don't know how to put the map in my GM sserver Please help..


Re: MTA to Samp? - WooTFTW - 04.07.2011

convert the objects.
http://www.convertffs.com/


Re : MTA to Samp? - ServerScripter - 04.07.2011

where can i get my objects?


Re: MTA to Samp? - Miguel - 04.07.2011

From the .map file.


Re: MTA to Samp? - iPLEOMAX - 04.07.2011

If I'm not mistaken, the .map file is located here by default:

Program Files\M)TA San Andreas\server\mods\deathmatch\resources

Open the .map file with text editor like notepad and paste it on covertFFS.com

Get your CreateObjects after conversion..


Re : MTA to Samp? - ServerScripter - 04.07.2011

Please, i've MTA i do what? i need a short tuto plz


Re: MTA to Samp? - BigETI - 04.07.2011

Get your .map file from
Код:
...\Program Files\MTA San Andreas\server\mods\deathmatch\resources\[Name of your map]\[Name of your map].map
Open it with a simple text editor, copy all the text inside it and paste it into the converter.
You'll get codes like
pawn Код:
CreateObject(...);//...
CreateObject(...);//...
copy those codes and paste them into your script. (Mostly in OnGameModeInit(), but if you are using any map loading/unloading systems so paste them inside their callbacks.)


Re : MTA to Samp? - ServerScripter - 04.07.2011

thank you BigETI!

But i don't know how to creat the map..