exe crash wegen Autos??

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
  • HI ich habe paar autos und bmx eingefügt. Und seitdem bekommt man kurz vor dem connecten ein exe crash. Weiß jemand wiesO?
    das sind die koordianten bzw. fahrzeuge:
    AddStaticVehicle(411,184.0464,-131.8624,1.3055,178.7291,1,1); // 1 infernus
    AddStaticVehicle(510,194.8666,-120.3061,1.5498,0.9816,1,1); // bmx1
    AddStaticVehicle(510,202.1249,-111.4904,3.2965,89.9691,1,1); // bmx2
    AddStaticVehicle(510,213.0855,-107.5098,6.9537,266.6674,1,1); // bmx3
    AddStaticVehicle(510,189.3815,-103.6263,1.5391,91.2224,1,1); // bmx4
    AddStaticVehicle(510,184.8808,-103.7224,1.5391,91.2224,1,1); // bmx5
    AddStaticVehicle(510,180.2514,-103.8212,1.5391,91.2224,1,1); // bmx6
    AddStaticVehicle(510,177.0911,-103.7811,1.5496,179.2699,1,1); // bmx7
    AddStaticVehicle(510,177.0521,-106.8425,1.5432,179.2699,1,1); // bmx8
    AddStaticVehicle(510,179.0216,-111.7891,1.5391,271.3907,1,1); // bmx9
    AddStaticVehicle(510,181.0470,-111.8423,1.5391,268.8841,1,1); // bmx10
    AddStaticVehicle(510,185.5477,-111.9300,1.5391,268.8841,1,1); // bmx11
    AddStaticVehicle(510,189.9714,-112.0161,1.5486,268.8841,1,1); // bmx12
    AddStaticVehicle(181,720.0490,-441.3838,16.3359,172.3717,1,1); // ELEGY
    AddStaticVehicle(428,797.4301,-616.6298,16.0619,358.2975,4,8); // GA GROßer VAN
    AddStaticVehicle(586,835.4721,-625.1293,16.0630,0.3124,1,1); //WAYFARER
    AddStaticVehicle(411,854.6971,-602.5962,18.1489,88.2529,1,1); // KEVIN HAUS
    AddStaticVehicle(599,1052.4110,-283.4633,73.7139,269.4630,1,1); // army auto1
    AddStaticVehicle(599,1067.5400,-286.9424,73.7193,266.2528,1,1); // army auto2
    AddStaticVehicle(599,1078.2029,-287.3784,73.7175,268.1064,1,1); // army auto3
    AddStaticVehicle(599,1096.2665,-288.0466,73.7193,88.8869,1,1); // army auto4
    AddStaticVehicle(599,1056.9366,-308.9973,73.7193,270.5689,1,1); // army auto5
    AddStaticVehicle(523,1035.6069,-289.7906,73.7193,90.3312,1,1); // army auto6
    AddStaticVehicle(523,1045.6951,-290.1402,73.7203,181.5100,1,1); // army auto7
    AddStaticVehicle(523,1045.9666,-300.4390,73.7201,181.5098,1,1); // army auto8
    AddStaticVehicle(523,1045.9537,-313.9972,73.7197,179.9874,1,1); // army auto9
    AddStaticVehicle(596,1019.3207,-311.1077,73.7202,180.4194,1,1); // army auto10
    AddStaticVehicle(596,1014.2108,-311.4437,73.7202,358.0972,1,1); // army auto11
    AddStaticVehicle(596,1014.4487,-298.8602,73.7202,358.7421,1,1); // army auto12
    AddStaticVehicle(596,1025.0714,-310.6821,73.7202,359.7931,1,1); // army auto13
    AddStaticVehicle(601,1025.1052,-301.3083,73.7201,359.7920,1,1); // army auto14
    AddStaticVehicle(427,1011.5912,-354.3675,73.7193,354.3803,1,1); // ARMY BIG CAR
    AddStaticVehicle(601,1008.3077,-338.5013,73.6511,84.4393,1,1); // ARMY BIG CAR2

  • die musst du unter:


    public OnGameModeInit()
    {
    return 1;
    }


    rein machen


    public OnGameModeInit()
    {
    AddStaticVehicle(411,184.0464,-131.8624,1.3055,178.7291,1,1); // 1 infernus
    AddStaticVehicle(510,194.8666,-120.3061,1.5498,0.9816,1,1); // bmx1
    AddStaticVehicle(510,202.1249,-111.4904,3.2965,89.9691,1,1); // bmx2
    AddStaticVehicle(510,213.0855,-107.5098,6.9537,266.6674,1,1); // bmx3
    AddStaticVehicle(510,189.3815,-103.6263,1.5391,91.2224,1,1); // bmx4
    AddStaticVehicle(510,184.8808,-103.7224,1.5391,91.2224,1,1); // bmx5
    AddStaticVehicle(510,180.2514,-103.8212,1.5391,91.2224,1,1); // bmx6
    AddStaticVehicle(510,177.0911,-103.7811,1.5496,179.2699,1,1); // bmx7
    AddStaticVehicle(510,177.0521,-106.8425,1.5432,179.2699,1,1); // bmx8
    AddStaticVehicle(510,179.0216,-111.7891,1.5391,271.3907,1,1); // bmx9
    AddStaticVehicle(510,181.0470,-111.8423,1.5391,268.8841,1,1); // bmx10
    AddStaticVehicle(510,185.5477,-111.9300,1.5391,268.8841,1,1); // bmx11
    AddStaticVehicle(510,189.9714,-112.0161,1.5486,268.8841,1,1); // bmx12
    AddStaticVehicle(181,720.0490,-441.3838,16.3359,172.3717,1,1); // ELEGY
    AddStaticVehicle(428,797.4301,-616.6298,16.0619,358.2975,4,8); // GA GROßer VAN
    AddStaticVehicle(586,835.4721,-625.1293,16.0630,0.3124,1,1); //WAYFARER
    AddStaticVehicle(411,854.6971,-602.5962,18.1489,88.2529,1,1); // KEVIN HAUS
    AddStaticVehicle(599,1052.4110,-283.4633,73.7139,269.4630,1,1); // army auto1
    AddStaticVehicle(599,1067.5400,-286.9424,73.7193,266.2528,1,1); // army auto2
    AddStaticVehicle(599,1078.2029,-287.3784,73.7175,268.1064,1,1); // army auto3
    AddStaticVehicle(599,1096.2665,-288.0466,73.7193,88.8869,1,1); // army auto4
    AddStaticVehicle(599,1056.9366,-308.9973,73.7193,270.5689,1,1); // army auto5
    AddStaticVehicle(523,1035.6069,-289.7906,73.7193,90.3312,1,1); // army auto6
    AddStaticVehicle(523,1045.6951,-290.1402,73.7203,181.5100,1,1); // army auto7
    AddStaticVehicle(523,1045.9666,-300.4390,73.7201,181.5098,1,1); // army auto8
    AddStaticVehicle(523,1045.9537,-313.9972,73.7197,179.9874,1,1); // army auto9
    AddStaticVehicle(596,1019.3207,-311.1077,73.7202,180.4194,1,1); // army auto10
    AddStaticVehicle(596,1014.2108,-311.4437,73.7202,358.0972,1,1); // army auto11
    AddStaticVehicle(596,1014.4487,-298.8602,73.7202,358.7421,1,1); // army auto12
    AddStaticVehicle(596,1025.0714,-310.6821,73.7202,359.7931,1,1); // army auto13
    AddStaticVehicle(601,1025.1052,-301.3083,73.7201,359.7920,1,1); // army auto14
    AddStaticVehicle(427,1011.5912,-354.3675,73.7193,354.3803,1,1); // ARMY BIG CAR
    AddStaticVehicle(601,1008.3077,-338.5013,73.6511,84.4393,1,1); // ARMY BIG CAR2
    return 1;
    }

  • 0 Objekte eRaZoR so dumm bin ich nun wieder auch nicht XD. Habe manche weggemacht und es liegt an diesen autos:
    /*AddStaticVehicle(181,720.0490,-441.3838,16.3359,172.3717,1,1); // ELEGY
    AddStaticVehicle(428,797.4301,-616.6298,16.0619,358.2975,4,8); // GA GROßer VAN
    AddStaticVehicle(586,835.4721,-625.1293,16.0630,0.3124,1,1); //WAYFARER
    AddStaticVehicle(411,854.6971,-602.5962,18.1489,88.2529,1,1); // KEVIN HAUS
    AddStaticVehicle(599,1052.4110,-283.4633,73.7139,269.4630,1,1); // army auto1
    AddStaticVehicle(599,1067.5400,-286.9424,73.7193,266.2528,1,1); // army auto2
    AddStaticVehicle(599,1078.2029,-287.3784,73.7175,268.1064,1,1); // army auto3
    AddStaticVehicle(599,1096.2665,-288.0466,73.7193,88.8869,1,1); // army auto4
    AddStaticVehicle(599,1056.9366,-308.9973,73.7193,270.5689,1,1); // army auto5
    AddStaticVehicle(523,1035.6069,-289.7906,73.7193,90.3312,1,1); // army auto6
    AddStaticVehicle(523,1045.6951,-290.1402,73.7203,181.5100,1,1); // army auto7
    AddStaticVehicle(523,1045.9666,-300.4390,73.7201,181.5098,1,1); // army auto8
    AddStaticVehicle(523,1045.9537,-313.9972,73.7197,179.9874,1,1); // army auto9
    AddStaticVehicle(596,1019.3207,-311.1077,73.7202,180.4194,1,1); // army auto10
    AddStaticVehicle(596,1014.2108,-311.4437,73.7202,358.0972,1,1); // army auto11
    AddStaticVehicle(596,1014.4487,-298.8602,73.7202,358.7421,1,1); // army auto12
    AddStaticVehicle(596,1025.0714,-310.6821,73.7202,359.7931,1,1); // army auto13
    AddStaticVehicle(601,1025.1052,-301.3083,73.7201,359.7920,1,1); // army auto14
    AddStaticVehicle(427,1011.5912,-354.3675,73.7193,354.3803,1,1); // ARMY BIG CAR
    AddStaticVehicle(601,1008.3077,-338.5013,73.6511,84.4393,1,1); // ARMY BIG CAR2 */
    text = CreatePickup(1239,23,183.6913,-107.9002,2.0234);
    aber welche weiß ich nicht

  • Stimmt man bin ich dumm xD. Danke ^^

  • noch ne frage .... wenn ich schon im script
    public OnGameModeInit()
    habe kann ich doch kein zweites rein setzen?