SA-MP Forums Archive
How do I make a [MAP]? - 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: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do I make a [MAP]? (/showthread.php?tid=77819)



How do I make a [MAP]? - [CK]Steel - 14.05.2009

I need a program that let's me make a [MAP], Please NOT; MTA (That is BULLSHIT). Another program PLEASE.


Re: How do I make a [MAP]? - BP13 - 14.05.2009

I think NO others will


Re: How do I make a [MAP]? - MarcoNecroX - 14.05.2009

MTA is the best (race)

It's really difficult at the beggining, but after it isn't. I also thougt it was shit when i downloaded it, but now i like it




Re: How do I make a [MAP]? - Badger(new) - 14.05.2009

or search these forums for the sa-mp map editor.

Just search for editor and the topic should be called "A real life map editor!".

download and use that.


Bugs: The last 3 numbers of create object (the X,Y,Z ROTATION) are saved as the opposite number. You can fix this by changing, in the saved pwn file, the last 3 numbers to their opposites
Код:
e.g. 100, -135, 70 should be -100,135,-70
And sometimes, one of the objects will have the x rotation saved to 180, so all you do is just set it to 0 (or whatever you want it).


Help:
Код:
CreateObject(objectID, X Location, Y Location, Z Location, X Rotation, Y Rotation, Z Rotation);