SA-MP Forums Archive
[Tutorial] How To Add Your Mapping To Your Server. - 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 Add Your Mapping To Your Server. (/showthread.php?tid=414735)



How To Add Your Mapping To Your Server. - ScopeBoy - 10.02.2013

A Quick Tutorial On How To Add Mapping


Hello Guys.
I've been wondering shall i add a tutorial or somthing? And i said yes, so that's why i'm adding one

So
1. I Would Suggest MTA Map Editor For Begginers, After You've Mapped Your Stuff Locate The File.
MTA San Andreas >> Server >> Mods >> Deathmatch.
Then Find The Name You Saved.
Open Up The Notepad File, Not Meta, If you haven't opened it before right click then open with notepad.
Replace The First Line With <map mod="deathmatch>
Then Copy The Whole Thing, And Goto http://gtamap.delux-host.com/converter/old/ it's easy to use.
Paste It In The Text Box Then Convert Map.
Copy The Create Object's.
Goto Pawno And Open Your Gamemode Then Find OnGameModeInit()

Код:
public OnGameModeInit()
{
CreateObject(Codingyouknow?);
// The Rest e.t.c
	print("Gamemode started.");
	// Default Rates
	print("Gamemode started.");
    new a[][] =
    {
Then Simply Comiple It Walaaa Your Done! rep+ If you liked my first tutorial!


Re: How To Add Your Mapping To Your Server. - DyduShxD - 10.02.2013

LOL)
Every beginner knows that ... -10


Re: How To Add Your Mapping To Your Server. - ScopeBoy - 10.02.2013

Quote:
Originally Posted by DyduShxD
Посмотреть сообщение
LOL)
Every beginner knows that ... -10
So?
I'm just making a tutorial.
You don't have to interfere?


Re: How To Add Your Mapping To Your Server. - TheArcher - 10.02.2013

https://sampforum.blast.hk/showthread.php?tid=276499

Use 'search' button before posting then.