1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Mi: 02 Juli 2025
  • Anmelden oder registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Mitglieder
    3. Grizzly

    Beiträge von Grizzly

    • Arma 3 Altis Life 5.0.0 | Wie kann ich Einstellen das Fahzeuge keine Munition haben

      • Grizzly
      • 25. August 2017 um 12:15

      Beispiel Marid für die civs möchte ich den ohne ammo haben und für die cops mit kann man das auch einstellen?

    • Arma 3 Altis Life 5.0.0 | Wie kann ich Einstellen das Fahzeuge keine Munition haben

      • Grizzly
      • 24. August 2017 um 20:10

      Moin Leute ich wollte mal fragen wo und wie ich bei Bewaffneten Fahrzeugen Einstellen kann das Sie keine Munition bei sich führen.

    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 16:24

      ne die waren vorher ja auch da aus nachdem der Server installiert wurde aber der eine Typ oder einige im Nitrado Forum sagten die klammern müssen weg.

    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 16:11

      richtig:

      Code
      class C_Hatchback_01_sport_F {
              vItemSpace = 45;
              conditions = "license_civ_driver || {!(playerSide isEqualTo civilian)}";
              price = 65000;
              textures[] = {
                  { "Red", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport01_co.paa"
                  }, "" },
                  { "Dark Blue", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport02_co.paa"
                  }, "" },
                  { "Orange", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport03_co.paa"
                  }, "" },
                  { "Black / White", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport04_co.paa"
                  }, "" },
                  { "Beige", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport05_co.paa"
                  }, "" },
                  { "Green", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport06_co.paa"
                  }, "" },
                  { "Police", "cop", {
                      "#(ai,64,64,1)Fresnel(1.3,7)"
                  }, "" },
                  { "Polizei", "cop", {
                      "textures\Sport Limo Polizei.paa"
                  }, "" }
              };
          };
      Alles anzeigen

      falsch:

      Code
      class C_Hatchback_01_sport_F {
              vItemSpace = 45;
              conditions = "license_civ_driver || {!(playerSide isEqualTo civilian)}";
              price = 65000;
              textures[] = {
                  { "Red", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport01_co.paa"
                  }
                  { "Dark Blue", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport02_co.paa"
                  }
                  { "Orange", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport03_co.paa"
                  }
                  { "Black / White", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport04_co.paa"
                  }
                  { "Beige", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport05_co.paa"
                  }
                  { "Green", "civ", {
                      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport06_co.paa"
                  }
                  { "Police", "cop", {
                      "#(ai,64,64,1)Fresnel(1.3,7)"
                  }
                  { "Polizei", "cop", {
                      "textures\Sport Limo Polizei.paa"
                  }
              };
          };
      Alles anzeigen

      Das falsche so hatte mir der Typ das aus dem Nitrado Forum verklickern wollen!

    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 15:41

      Ich habe es eben gerade geschafft der eine im Nitrado forum der scheinbar "ahnung hatte", hatte mega scheiße gelabert gehabt nun gehts.

      Danke euch ihr hattet mir mit dem was ihr geschrieben habt mega geholfen.

    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 15:29
      Code
      class C_Plane_Civil_01_F {
       vItemSpace = 75;
       conditions = "";
       price = 150000;
       textures[] = {
       { "Racing (Tan Interior)", "civ", {
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
       }, "" },
       { "Racing", "civ", {
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
       }, "" },
       { "Red Line (Tan Interior)", "civ", {
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_RedLine_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_RedLine_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
       }, "" },
       { "Red Line", "civ", {
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_RedLine_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_RedLine_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
       }, "" },
       { "Tribal (Tan Interior)", "civ", {
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Tribal_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Tribal_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
       }, "" },
       { "Tribal", "civ", {
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Tribal_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Tribal_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
       }, "" },
       { "Blue Wave (Tan Interior)", "civ", {
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Wave_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Wave_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
       }, "" },
       { "Blue Wave", "civ", {
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Wave_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Wave_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
       "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
       }, "" }
       };
       };
      Alles anzeigen
    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 14:21

      moeck wie mach ich das?

    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 14:20

      Ja bin ich Server installiert über Nitrado Altis Life 5.0

    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 14:18

      So sah die Datei vorher aus im Grund ohne eigene Skins. Und so ging es ja auch.

      Dateien

      Config_Vehicles.rar 3,63 kB – 150 Downloads
    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 14:14
      1. class C_Plane_Civil_01_F {
      2. vItemSpace = 75;
      3. conditions = "";
      4. price = 150000;
      5. textures[] = {
      6. { "Racing (Tan Interior)", "civ", {
      7. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
      8. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
      9. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
      10. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
      11. }, "" },
      12. { "Racing", "civ", {
      13. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
      14. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
      15. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
      16. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
      17. }, "" },
      18. { "Red Line (Tan Interior)", "civ", {
      19. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_RedLine_co.paa",
      20. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_RedLine_co.paa",
      21. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
      22. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
      23. }, "" },
      24. { "Red Line", "civ", {
      25. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_RedLine_co.paa",
      26. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_RedLine_co.paa",
      27. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
      28. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
      29. }, "" },
      30. { "Tribal (Tan Interior)", "civ", {
      31. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Tribal_co.paa",
      32. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Tribal_co.paa",
      33. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
      34. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
      35. }, "" },
      36. { "Tribal", "civ", {
      37. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Tribal_co.paa",
      38. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Tribal_co.paa",
      39. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
      40. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
      41. }, "" },
      42. { "Blue Wave (Tan Interior)", "civ", {
      43. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Wave_co.paa",
      44. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Wave_co.paa",
      45. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
      46. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
      47. }, "" },
      48. { "Blue Wave", "civ", {
      49. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Wave_co.paa",
      50. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Wave_co.paa",
      51. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
      52. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
      53. }, "" }
      54. };
      55. };


      So ungefähr war das anfangs auch. Aber auch dort sind immer wieder Fehler gekommen.

    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 14:03

      Die Log werde ich nachher noch zusenden wie sieht die .hpp bei dir aus Dukes ?

    • [Arma 3 Altis Life 5.0.0 Hilfe bei Skin Einfügung]

      • Grizzly
      • 21. August 2017 um 12:01

      Moin ich benötige Hilfe. Ich habe schon soviele Forumseinträge durchgelesen und alles möglich ausprobiert aber nichts funktioniert. Ich möchte Fahrzeugskins in die Config_Vehicle.hpp einfügen aber immer kommt ein Fehler das eine Zeile die scheinbar Richtig ist Falsch ist.

      Dateien

      Config_Vehicles.rar 3,74 kB – 150 Downloads

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von NodeZone.net? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Registrieren

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™