Need some help, with map editing. - 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: Need some help, with map editing. (
/showthread.php?tid=69924)
Need some help, with map editing. -
Quincy_Gatlin - 21.03.2009
Ok, I know from a few friends you can add objects to your script using MTA's Map Editor. When you use it you get a script that looks like this.
Quote:
<object name="object">
<position>1588.189453 -1637.913818 15.197361</position>
<rotation>0.000000 0.000000 0.000000</rotation>
<model>980</model>
</object>
|
It needs to looks something like this for SAMP:
Quote:
CreateObject(3366, -1240.41, 455.55, 6.00, 0.00, 0.00, 0.00);
|
Maybe there is something to add to the script to make the script work? I tried to convert it over to the second one up there but I got some kind of error saying it wasn't a logical location of something.
Is there some sort of converter out there? I need some help with it please, thanks for those of you that help me.
Re: Need some help, with map editing. -
Vince - 21.03.2009
Use this:
http://maps.serverhex.com/
Re: Need some help, with map editing. -
Quincy_Gatlin - 21.03.2009
Quote:
Originally Posted by Vince
|
Thanks Vince