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
Do: 03 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. IceEagle132

    Beiträge von IceEagle132

    • Kamerafahrt

      • IceEagle132
      • 8. Dezember 2023 um 00:50

      Could use something like this.

      Code
      // Create the boat
      _boat = "B_Boat_Transport_01_F" createVehicle position player;
      _boat setPos [getPos player select 0, getPos player select 1, 0]; // Set the boat's position
      
      // Create the camera
      _camera = "camera" camCreate [0,0,0];
      _camera cameraEffect ["internal", "BACK"];
      _camera camSetTarget _boat; // Set the camera to follow the boat
      _camera camSetRelPos [0, -10, 3]; // Set the relative position of the camera
      _camera camCommit 0;
      
      // Move the boat to its destination
      _boat doMove (getMarkerPos "destination"); // Replace "destination" with the name of your destination marker
      
      // After a certain time, stop the camera
      sleep 20; // Replace 20 with the number of seconds you want the camera to follow the boat
      _camera cameraEffect ["terminate", "BACK"];
      camDestroy _camera;
      Alles anzeigen
    • Zubehör für Waffen nicht verfügbar

      • IceEagle132
      • 1. Mai 2023 um 11:48

      Use this Framwork AsYetUntitled I know for sure that it does work as NITRADO uses an older version.

      As well you can see they fixed your issue here

    • Zubehör für Waffen nicht verfügbar

      • IceEagle132
      • 30. April 2023 um 03:28

      Are you using modded guns?

    • RCon kann nicht verbinden

      • IceEagle132
      • 20. April 2023 um 06:36

      First if you are running arma3server_x64.exe you need to be using beserver_x64.cfg

      Inside that should look like this:

      RConPassword enterYourPasswordHere
      RConPort porthere

    • [HILFE] Standart Windows Taste Interaktionen zu ACE Interakion

      • IceEagle132
      • 20. April 2022 um 06:52

      Here you go Development documentation · ACE3 (archive.org)

    • Setting the price of weapons

      • IceEagle132
      • 3. April 2022 um 17:44
      Zitat von Frenzy

      Yes, that's the problem. I want to set donator price, but it doesn't work. Which script is it set in? It doesn't happen in the config weapon file.

      You need to find where it is calling the donator level check in the gun store files. And since you are running a custom framework I can't tell you where to specify look.

    • Setting the price of weapons

      • IceEagle132
      • 1. April 2022 um 18:22

      It sounds like your using a custom framework, and you're giving us very little to work with to help you.

      Zitat von Frenzy

      When a player is given a donor level, the prices of the weapons in the rebel region automatically change. I want to set this with the price I gave myself, but it doesn't work.

      This sounds like a config setting to me where when you are a donator your prices are reduced.

    • Setting the price of weapons

      • IceEagle132
      • 28. März 2022 um 04:04

      My guess would be your editing the wrong config used by the shop, Search for 1036200 and see what it finds.

    • [RELEASE] Admin-Menü 2022

      • IceEagle132
      • 22. März 2022 um 19:31

      Small update in menu

      can update code for striping a player

      From:

      Code
      case "Strip": {
          
              if((lbCurSel 8201) == -1) exitWith {hint "Du hast keinen Spieler ausgewählt!";};
              removeAllWeapons _unit;
              {_unit removeMagazine _x;} forEach (magazines _unit);
              removeUniform _unit;
              removeVest _unit;
              removeBackpack _unit;
              removeGoggles _unit;
              removeHeadGear _unit;
      
              {
                  _unit unassignItem _x;
                  _unit removeItem _x;
              } forEach (assignedItems _unit);
      
              if (hmd _unit != "") then {
                  _unit unlinkItem (hmd _unit);
              };
              
              
              hint format ["Du hast den Spieler %1 nackig gemacht.",_name];
              
          };
      Alles anzeigen

      To:

      Code
      case "Strip": {
          
              if((lbCurSel 8201) == -1) exitWith {hint "Du hast keinen Spieler ausgewählt!";};
              _unit setUnitLoadout (configFile >> "EmptyLoadout");
              hint format ["Du hast den Spieler %1 nackig gemacht.",_name];
              
          };
    • [Tutorial] Casino - Coinflip

      • IceEagle132
      • 13. Februar 2022 um 10:22

      Did you forget the files?

    • Problem mit Z Items und Menü

      • IceEagle132
      • 5. Januar 2021 um 17:15

      He was using an old fn_useItem.sqf instead of the correct one for his framework version.

    • Problem mit Z Items und Menü

      • IceEagle132
      • 4. Januar 2021 um 20:08

      I resolved the issue for him.

    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™