SA-MP Forums Archive
[Tutorial] How to mapp MTA and convert 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: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] How to mapp MTA and convert to samp (/showthread.php?tid=231303)



How to mapp MTA and convert to samp - [WTF]Godfather - 25.02.2011

How to Convert MTA mapps to SAMP codes
1-Mapp you're mapp on MTA
2-save it
3-Then go to youre MTA Folder where you install it then go to C:\Program Files=>\MTA San Andreas=>\server\=>mods\=>deathmatch\=>resources=> then youre mapp
4-open the .map
5-copy it
6-past it on Mapp Converter
7-then go http://gtamap.delux-host.com/converter/
8-copy the codes
9-open up pawno.exe and make this script

pawn Code:
#include <a_samp
Then if its a gamemode then use this:
pawn Code:
public OnGameModeInit()
{
//Past the the copied codes
return 1;
}
10- Compile
11-Run youre script

Hope i helped the new samp mappers.....



///////////////////////////////////////////////////////////////////////////////////////////////
For streamers tutorial here you go : https://sampwiki.blast.hk/wiki/Server_Plugins

//////////////////////////////////////////////////////////////////////////////////////////////


Re: How to mapp MTA and convert to samp - Ironboy - 25.02.2011

nice tutorial


Re : How to mapp MTA and convert to samp - [WTF]Godfather - 25.02.2011

Thanks bro