Urgent -- Do you know how to do this??? quite simple, please -
Lipsmoker101 - 21.01.2010

ok So, Ive Want to customize my samp server map with Jumps and Cool stuff
I downloaded MTA map editor and it runs fine
I made my map and i save the file
i now am left with a .map file
I was told i need to get the info from it
I opened it in Pawno And i got this
Quote:
<map mod="race" version="1.0">
<meta/>
<object name="object (2)">
<position>2489.411865 -1665.330688 12.814221</position>
<rotation>0.000000 0.000000 0.000000</rotation>
<model>643</model>
</object>
<object name="object (3)">
<position>2489.190186 -1665.521484 13.479668</position>
<rotation>0.000000 0.000000 0.000000</rotation>
<model>1514</model>
</object>
</map>
|
I know The info Needs to go into my Gamemode File, under OnGameModeInit()
I dont see no Object codes allready there?
Can somebody Post a snippet of there Gamemode file and were abouts i paste it
And what part do i paste?
bramanww6 = CreateObject(1514, 2489.190186, -1665.521484, 13.479668, 0, 0, 0); // brama nww
I got the braman Crap Of a Randomer?
So i added the Location to it and the model id, And i take it the 000 is the rotation? Doest it mater what this part is // brama nww
Is there an easyer way Or a program so i dont have to do every model By hand! thanks
Re: Urgent -- Do you know how to do this??? quite simple, please -
JoeDaDude - 21.01.2010
http://gtamap.delux-host.com/converter/old
Use that, Its the old version cause it converts more objects,
Well it used to, But ive stuck to using that,~
It will change that file and make it into SAMP Format
Re: Urgent -- Do you know how to do this??? quite simple, please -
Lipsmoker101 - 21.01.2010
Quote:
Originally Posted by JoeDaDude
|
Thanks so much!
CreateObject(643, 2489.411865, -1665.330688, 12.814221, 0.0000, 0.0000, 0.0000);
CreateObject(1514, 2489.190186, -1665.521484, 13.479668, 0.0000, 0.0000, 0.0000);

It workedddd
ok now i got it working + thanks so much
Were do i put it?
Werre abouts
Re: Urgent -- Do you know how to do this??? quite simple, please -
actiwe - 21.01.2010
Under GameModeInIt or FilterScriptInIt.