25.02.2011, 12:25
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
Then if its a gamemode then use this:
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
//////////////////////////////////////////////////////////////////////////////////////////////
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
pawn Code:
public OnGameModeInit()
{
//Past the the copied codes
return 1;
}
11-Run youre script
Hope i helped the new samp mappers.....
///////////////////////////////////////////////////////////////////////////////////////////////
For streamers tutorial here you go : https://sampwiki.blast.hk/wiki/Server_Plugins
//////////////////////////////////////////////////////////////////////////////////////////////