How to PUT MAPS in a script - 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 to PUT MAPS in a script (
/showthread.php?tid=125807)
How to PUT MAPS in a script -
Karl115 - 05.02.2010
How to PUT MAPS in a script
I am new to scripts! Help me please ;] :P :P
Re: How to PUT MAPS in a script -
MadeMan - 05.02.2010
You mean objects you made with Map Editor?
Re: How to PUT MAPS in a script -
MaykoX - 05.02.2010
1. Convert objects from .map file with objects converetr (if you didn't do it yet)
2. Put it under OnGameModeint
3. You are done.
Re: How to PUT MAPS in a script -
bartje01 - 05.02.2010
It will look like this:
CreateObject(18483, -124.95346069336, -1682.6613769531, 1.3633950948715, 0, 0, 286.240234375);
A line like that must be in ongamemodeinit
Re: How to PUT MAPS in a script -
Karl115 - 05.02.2010
any converter please?

:P
Re: How to PUT MAPS in a script -
MadeMan - 05.02.2010
http://convertffs.com/objects/
Re: How to PUT MAPS in a script -
Karl115 - 05.02.2010
Thanks bro
Re: How to PUT MAPS in a script -
Karl115 - 05.02.2010
Ehhh mate i can't use it i need MTA DM converter ;//
Re: How to PUT MAPS in a script -
MadeMan - 05.02.2010
Instead of MTA Race Map, choose MTA 1.0 Map .
Re: How to PUT MAPS in a script -
Karl115 - 05.02.2010
thanks man