MAPPING HELP - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: MAPPING HELP (
/showthread.php?tid=512556)
MAPPING HELP -
Wasim - 11.05.2014
I have a map on my server, i want to open that map up in MTA but i dont know how, i also want to know if i for example i have edited my samp map in mta how do i put it on my samp server.
Re: MAPPING HELP -
JonnyDeadly - 11.05.2014
Use convertffs.com to convert MTA maps to SA-MP. Search it up if you need a tutorial on how to use it/acquire MTA object instructions.
Re: MAPPING HELP -
Wasim - 11.05.2014
I need to open up my samp map in mta but idk how
Re: MAPPING HELP -
GreenSt4lker - 11.05.2014
Conver the code and put in MTA files. Start MTA and map editor load and thats it.
Re: MAPPING HELP -
Wasim - 11.05.2014
Im quite a noob, could you tell me the steps ?
Re: MAPPING HELP -
LeGGGeNNdA - 11.05.2014
Quote:
Originally Posted by Wasim
Im quite a noob, could you tell me the steps ?
|
Why do you even own a server if you don't know basic stuff?
Re: MAPPING HELP -
MpK - 11.05.2014
Only you need convert codes from one format to another with any of these pages:
convertffs or
gtamap
Re: MAPPING HELP -
Beckett - 11.05.2014
Use
JernejL's mapping editor it's easy just copy the mappings from your gamemode and paste it in the editor.
Quote:
Originally Posted by LeGGGeNNdA
Why do you even own a server if you don't know basic stuff?
|
He needs an answer not a question.
Re: MAPPING HELP -
Parallex - 11.05.2014
Your maps are located in ..../.../MTA San Andreas/server/mods/deathmatch/resources
You can see your .map file named what you saved when you finished the map in MTA. For example, you mapped and saved a map named "testmap", there would be a folder named testmap and when you'll open it, there'll be a "testmap.map" file. Open it with any text editor, copy the code from it, go to convertffs.com and paste it there. Once, you've converted them, go to your OnGameModeInit in your game-mode's .pwn file, paste all the CreateObjects over there. Compile and restart your server. They should be there!