Aus Pawno in MTA

Dein Problem konnte durch einen User gelöst werden? Bedank dich bei ihm indem du seinen Beitrag als Hilfreich markierst sowie einen Daumen oben dalässt
Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hey hab da mal kurz ne etwas bloede Frage.


    Koennt ihr mir bitte sagen wie man Autos aus SAMP bzw. Pawno in den MTA Editor einfuegt ? haette so einen Code hier


    BundeswehrCars[0] = CreateVehicle(432,132.8588,1837.8805,17.6495,88.8645,43,0,-1); // Panzer
    BundeswehrCars[1] = CreateVehicle(432,132.9607,1847.3684,17.6763,89.3218,43,0,-1); // Panzer
    BundeswehrCars[2] = CreateVehicle(432,132.9892,1856.3950,17.7418,88.6123,43,0,-1); // Panzer
    BundeswehrCars[3] = CreateVehicle(520,278.9989,2001.6478,18.5714,272.1787,0,0,-1); // Hydra
    BundeswehrCars[4] = CreateVehicle(520,278.9989,2021.6478,18.3636,273.5872,0,0,-1); // Hydra
    BundeswehrCars[5] = CreateVehicle(520,278.9989,2011.6478,18.5718,268.1055,0,0,-1); // Hydra
    BundeswehrCars[6] = CreateVehicle(425,278.9989,1960.7358,18.2171,269.2073,43,0,-1); // Hunter
    BundeswehrCars[7] = CreateVehicle(425,278.9989,1980.7358,18.2131,270.2928,43,0,-1); // Hunter
    BundeswehrCars[8] = CreateVehicle(425,278.9989,1940.7358,18.2190,272.6297,43,0,-1); // Hunter
    BundeswehrCars[9] = CreateVehicle(497,278.9989,1850.4907,17.8173,269.4106,86,86,-1); // Maverick
    BundeswehrCars[10] = CreateVehicle(497,278.9989,1870.4907,17.8202,270.9605,86,86,-1); // Maverick
    BundeswehrCars[11] = CreateVehicle(470,193.4485,1919.0989,17.6344,178.6272,43,0,-1); // Patriot
    BundeswehrCars[12] = CreateVehicle(470,202.5862,1919.7273,17.6337,180.2984,43,0,-1); // Patriot
    BundeswehrCars[13] = CreateVehicle(470,211.5544,1919.1429,17.6361,179.9189,43,0,-1); // Patriot
    BundeswehrCars[14] = CreateVehicle(470,220.3146,1918.7623,17.6305,180.4129,43,0,-1); // Patriot
    BundeswehrCars[15] = CreateVehicle(596,229.7020,1877.4487,17.3696,0.7348,77,77,-1); // army lvpd
    BundeswehrCars[16] = CreateVehicle(596,225.8518,1877.6079,17.3535,359.8592,77,77,-1); // army lvpd
    BundeswehrCars[17] = CreateVehicle(596,221.8162,1877.6183,17.4034,357.9045,77,77,-1); // army lvpd
    BundeswehrCars[18] = CreateVehicle(596,206.1458,1877.7693,17.3641,359.0541,77,77,-1); // army lvpd
    BundeswehrCars[19] = CreateVehicle(599,201.9273,1877.6174,17.3514,359.8474,77,77,-1); // army ranger
    BundeswehrCars[20] = CreateVehicle(599,197.9606,1877.5779,17.3580,356.1232,77,77,-1); // army ranger
    BundeswehrCars[21] = CreateVehicle(433,192.2075,1879.0753,18.0772,0.4971,0,0,-1); // Barracks
    BundeswehrCars[22] = CreateVehicle(433,235.3932,1879.0483,18.0776,0.6270,0,0,-1); // Barracks
    BundeswehrCars[23] = CreateVehicle(553,302.7227,2049.4707,18.9730,180.7524,0,0,-1); //
    BundeswehrCars[24] = CreateVehicle(548,285.9697,1896.0454,19.3350,270.0451,1,1,-1); // Cargobob
    BundeswehrCars[25] = CreateVehicle(500,177.0209,1932.9084,18.2161,179.5325,77,77,-1); //
    BundeswehrCars[26] = CreateVehicle(500,172.0654,1932.8846,18.4007,178.4934,77,77,-1); //
    BundeswehrCars[27] = CreateVehicle(500,167.2206,1933.0287,18.6017,178.7073,77,77,-1); //
    BundeswehrCars[28] = CreateVehicle(579,103.4051,1907.5439,18.3339,91.4137,77,77,-1); //
    BundeswehrCars[29] = CreateVehicle(579,103.3340,1912.5505,18.3574,89.6796,77,77,-1); //
    BundeswehrCars[30] = CreateVehicle(579,103.3170,1917.6648,18.3008,89.0256,77,77,-1); //



    wie fuege ich den dann in den MTA Map Editor ein ?



    Danke im Voraus :)

  • Hey hier bitte schön



    <map edf:definitions="editor_main">
    <meta>
    <info author='convertFFS.com' version='1.0' name='convertFFS map file' description='Converted by convertFFS' type='map' />
    </meta>
    <vehicle model="432" posX="132.8588000" posY="1837.8805000" posZ="17.6495000" rotX="0.0000000" rotY="0.0000000" rotZ="88.8645000" color="43,-1" />
    <vehicle model="432" posX="132.9607000" posY="1847.3684000" posZ="17.6763000" rotX="0.0000000" rotY="0.0000000" rotZ="89.3218000" color="43,-1" />
    <vehicle model="432" posX="132.9892000" posY="1856.3950000" posZ="17.7418000" rotX="0.0000000" rotY="0.0000000" rotZ="88.6123000" color="43,-1" />
    <vehicle model="520" posX="278.9989000" posY="2001.6478000" posZ="18.5714000" rotX="0.0000000" rotY="0.0000000" rotZ="272.1787000" color="-1,-1" />
    <vehicle model="520" posX="278.9989000" posY="2021.6478000" posZ="18.3636000" rotX="0.0000000" rotY="0.0000000" rotZ="273.5872000" color="-1,-1" />
    <vehicle model="520" posX="278.9989000" posY="2011.6478000" posZ="18.5718000" rotX="0.0000000" rotY="0.0000000" rotZ="268.1055000" color="-1,-1" />
    <vehicle model="425" posX="278.9989000" posY="1960.7358000" posZ="18.2171000" rotX="0.0000000" rotY="0.0000000" rotZ="269.2073000" color="43,-1" />
    <vehicle model="425" posX="278.9989000" posY="1980.7358000" posZ="18.2131000" rotX="0.0000000" rotY="0.0000000" rotZ="270.2928000" color="43,-1" />
    <vehicle model="425" posX="278.9989000" posY="1940.7358000" posZ="18.2190000" rotX="0.0000000" rotY="0.0000000" rotZ="272.6297000" color="43,-1" />
    <vehicle model="497" posX="278.9989000" posY="1850.4907000" posZ="17.8173000" rotX="0.0000000" rotY="0.0000000" rotZ="269.4106000" color="86,86" />
    <vehicle model="497" posX="278.9989000" posY="1870.4907000" posZ="17.8202000" rotX="0.0000000" rotY="0.0000000" rotZ="270.9605000" color="86,86" />
    <vehicle model="470" posX="193.4485000" posY="1919.0989000" posZ="17.6344000" rotX="0.0000000" rotY="0.0000000" rotZ="178.6272000" color="43,-1" />
    <vehicle model="470" posX="202.5862000" posY="1919.7273000" posZ="17.6337000" rotX="0.0000000" rotY="0.0000000" rotZ="180.2984000" color="43,-1" />
    <vehicle model="470" posX="211.5544000" posY="1919.1429000" posZ="17.6361000" rotX="0.0000000" rotY="0.0000000" rotZ="179.9189000" color="43,-1" />
    <vehicle model="470" posX="220.3146000" posY="1918.7623000" posZ="17.6305000" rotX="0.0000000" rotY="0.0000000" rotZ="180.4129000" color="43,-1" />
    <vehicle model="596" posX="229.7020000" posY="1877.4487000" posZ="17.3696000" rotX="0.0000000" rotY="0.0000000" rotZ="0.7348000" color="77,77" />
    <vehicle model="596" posX="225.8518000" posY="1877.6079000" posZ="17.3535000" rotX="0.0000000" rotY="0.0000000" rotZ="359.8592000" color="77,77" />
    <vehicle model="596" posX="221.8162000" posY="1877.6183000" posZ="17.4034000" rotX="0.0000000" rotY="0.0000000" rotZ="357.9045000" color="77,77" />
    <vehicle model="596" posX="206.1458000" posY="1877.7693000" posZ="17.3641000" rotX="0.0000000" rotY="0.0000000" rotZ="359.0541000" color="77,77" />
    <vehicle model="599" posX="201.9273000" posY="1877.6174000" posZ="17.3514000" rotX="0.0000000" rotY="0.0000000" rotZ="359.8474000" color="77,77" />
    <vehicle model="599" posX="197.9606000" posY="1877.5779000" posZ="17.3580000" rotX="0.0000000" rotY="0.0000000" rotZ="356.1232000" color="77,77" />
    <vehicle model="433" posX="192.2075000" posY="1879.0753000" posZ="18.0772000" rotX="0.0000000" rotY="0.0000000" rotZ="0.4971000" color="-1,-1" />
    <vehicle model="433" posX="235.3932000" posY="1879.0483000" posZ="18.0776000" rotX="0.0000000" rotY="0.0000000" rotZ="0.6270000" color="-1,-1" />
    <vehicle model="553" posX="302.7227000" posY="2049.4707000" posZ="18.9730000" rotX="0.0000000" rotY="0.0000000" rotZ="180.7524000" color="-1,-1" />
    <vehicle model="548" posX="285.9697000" posY="1896.0454000" posZ="19.3350000" rotX="0.0000000" rotY="0.0000000" rotZ="270.0451000" color="1,1" />
    <vehicle model="500" posX="177.0209000" posY="1932.9084000" posZ="18.2161000" rotX="0.0000000" rotY="0.0000000" rotZ="179.5325000" color="77,77" />
    <vehicle model="500" posX="172.0654000" posY="1932.8846000" posZ="18.4007000" rotX="0.0000000" rotY="0.0000000" rotZ="178.4934000" color="77,77" />
    <vehicle model="500" posX="167.2206000" posY="1933.0287000" posZ="18.6017000" rotX="0.0000000" rotY="0.0000000" rotZ="178.7073000" color="77,77" />
    <vehicle model="579" posX="103.4051000" posY="1907.5439000" posZ="18.3339000" rotX="0.0000000" rotY="0.0000000" rotZ="91.4137000" color="77,77" />
    <vehicle model="579" posX="103.3340000" posY="1912.5505000" posZ="18.3574000" rotX="0.0000000" rotY="0.0000000" rotZ="89.6796000" color="77,77" />
    <vehicle model="579" posX="103.3170000" posY="1917.6648000" posZ="18.3008000" rotX="0.0000000" rotY="0.0000000" rotZ="89.0256000" color="77,77" />


    <!--
    Objects converted: 0
    Vehicles converted: 31
    Vehicle models found: 12
    ----------------------
    In the time this conversion took to finish the US national debt has risen by about $375.68!
    -->
    </map>

  • Beitrag von ShadowfighterLP ()

    Dieser Beitrag wurde von maddin aus folgendem Grund gelöscht: Spam ().