Mapping? - 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)
+--- Thread: Mapping? (
/showthread.php?tid=431768)
Mapping? -
Airin - 19.04.2013
Is there a tutorial for how to add a map code?
Re: Mapping? -
MattyG - 19.04.2013
Just get JernejL's map editor from here:
https://sampforum.blast.hk/showthread.php?tid=282801
Press the show code button when you're done, and add the code under OnGameModeInit inside your script.
Re: Mapping? -
Pottus - 19.04.2013
That map editor is just a glorified RemoveBuildingForPlayer() tool waste of time I think to make maps with it, your better off with an in game editor like UOE
https://sampforum.blast.hk/showthread.php?tid=350697 or this one
https://sampforum.blast.hk/showthread.php?tid=350647 at least that way you don't have to keep going into game to see if you like your map.
Re: Mapping? -
Red_Dragon. - 19.04.2013
You have several map editors, if you don't know how to convert the .map file to your script check out my tutorial (link in my signature) it might help I think so
Re: Mapping? -
Airin - 19.04.2013
No im asking how do i add a map to my server?
Re: Mapping? -
MattyG - 19.04.2013
I said this in my post
Quote:
Originally Posted by MattyG
add the code under OnGameModeInit inside your script.
|
Re: Mapping? -
SilverKiller - 19.04.2013
https://sampforum.blast.hk/showthread.php?tid=282801 Download this, and then map with it then press Show Code at the top and put your mapping codes under "OnGameModeInIt".
Or you can use MTA.
Re: Mapping? -
Mattakil - 20.04.2013
Guys...he isnt gonna remap his shit, lol...If you are using MTA, go into Program Files/MTA San Andreas/Server/Mods/Deathmatch/Resources/yourmap and open the .map file in notepad. Then go to
http://www.convertffs.com and convert the code. Open Pawno.exe, click new, erase everything and do the following:
pawn Код:
#include <a_samp>
public OnFilterScriptInit()
{
//paste convertffs code here
}
public OnFilterScriptExit()
{
return 1;
}
Re: Mapping? -
Chris_Morrison - 20.04.2013
Use MTA and put objects where you want.
Then go to
http://www.convertffs.com/ and convert the .map to pawn
Put it under Ongamemodeinit
Re: Mapping? -
punklord - 20.04.2013
Will have to agree with what Matty said,that's straight up to what he asked..