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: 21 Mai 2025
  • Anmelden oder registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • 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. Forum
    3. Gameserver & Hosting
    4. ArmA Series - ArmA 3 / Reforger
    5. Hilfeforum

    Hilfe bei Dialogen

    • ExEKiller001
    • 11. Juli 2018 um 14:55
    • Geschlossen
    • Erledigt
    • ExEKiller001
      Anfänger
      Reaktionen
      3
      Trophäen
      9
      Beiträge
      70
      Bilder
      1
      • 11. Juli 2018 um 14:55
      • #1

      Suche Hilfe bei Z-Menu zu verändern alles was ich probiert habe hat leider nicht funktioniert

      Bzw die Positionen habe ich verschoben aber es funktioniert nicht ich kann keine Items weitergeben oder sie benutzen

      wenn es jemanden gibt der mir helfen kann würde auch donaten als ein kleines Dankeschön

    • faeN
      Frischling
      Reaktionen
      2
      Trophäen
      9
      Beiträge
      9
      • 11. Juli 2018 um 16:24
      • #2

      Wie sieht denn deine player_inv.hpp aus?

    • ExEKiller001
      Anfänger
      Reaktionen
      3
      Trophäen
      9
      Beiträge
      70
      Bilder
      1
      • 11. Juli 2018 um 17:16
      • #3

      So schaut meine player_inv aus


      Code
      class controlsBackground {
              class pictureBackground: Life_RscPicture {
                  idc = 2016;
                  text = "inventory7.paa";
                  x = 0.23469 * safezoneW + safezoneX;
                  y = 0.185 * safezoneH + safezoneY;
                  w = 0.539062 * safezoneW;
                  h = 0.559 * safezoneH;
              };
              
              class Title: Life_RscTitle {
                  colorBackground[] = {0, 0, 0, 0};
                  idc = -1;
                  text = "$STR_PM_Title";
                  x = 0.1;
                  y = 0.2;
                  w = 0.8;
                  h = (1 / 25);
              };
      
              class moneyStatusInfo: Life_RscStructuredText {
                  idc = 2015;
                  sizeEx = 0.020;
                  text = "";
                  x = 0.105;
                  y = 0.30;
                  w = 0.3;
                  h = 0.6;
              };
      
              class PlayersName: Title {
                  idc = carry_weight;
                  style = 1;
                  text = "";
              };
          };
      
          class controls {
              class itemHeader: Life_RscText {
                  idc = -1;
                  colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
                  text = "$STR_PM_cItems";
                  sizeEx = 0.04;
                  x = 0.62;
                  y = 0.26;
                  w = 0.275;
                  h = 0.04;
              };
      
              class licenseHeader: Life_RscText {
                  idc = -1;
                  colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
                  text = "$STR_PM_Licenses";
                  sizeEx = 0.04;
                  x = 0.336;
                  y = 0.26;
                  w = 0.275;
                  h = 0.04;
              };
      
              class moneySHeader: Life_RscText {
                  idc = -1;
                  colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
                  text = "$STR_PM_MoneyStats";
                  sizeEx = 0.04;
                  x = 0.11;
                  y = 0.26;
                  w = 0.219;
                  h = 0.04;
              };
      
              class itemList: Life_RscListBox {
                  idc = item_list;
                  sizeEx = 0.030;
                  x = 0.479;
                  y = 0.179;
                  w = 0.337;
                  h = 0.4;
              };
      
              class moneyEdit: Life_RscEdit {
                  idc = 2018;
                  text = "1";
                  sizeEx = 0.030;
                  x = 0.168;
                  y = 0.656;
                  w = 0.29;
                  h = 0.03;
              };
      
              class NearPlayers: Life_RscCombo {
                  idc = 2022;
                  x = 0.168;
                  y = 0.689;
                  w = 0.29;
                  h = 0.03;
              };
              //Geldgeben
              class moneyDrop: Life_RscButtonMenu {
                  idc = 2001;
                  text = "$STR_Global_Give";
                  //colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
                  onButtonClick = "[] call life_fnc_giveMoney";
                  sizeEx = 0.025;
                  x = 0.167;
                  y = 0.727;
                  w = 0.149;
                  h = 0.069;
                  colorBackground[] = {-1,-1,-1,-1};
                  colorBackgroundFocused[] = {1,1,1,0.12};
                  colorBackground2[] = {0.75,0.75,0.75,0.2};
                  color[] = {1,1,1,1};
                  colorFocused[] = {0,0,0,1};
                  color2[] = {0,0,0,1};
                  colorText[] = {1,1,1,1};
                  colorDisabled[] = {0,0,0,0.4};
              };
      
              class itemEdit: Life_RscEdit {
                  idc = item_edit;
                  text = "1";
                  sizeEx = 0.030;
                  x = 0.62;
                  y = 0.61;
                  w = 0.295;
                  h = 0.03;
      
              };
      
              class iNearPlayers: Life_RscCombo {
                  idc = 2023;
                  x = 0.62;
                  y = 0.65;
                  w = 0.275;
                  h = 0.03;
              };
              
              class DropButton: Life_RscButtonMenu {
                  idc = 2002;
                  text = "$STR_Global_Give";
                  colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
                  onButtonClick = "[] call life_fnc_giveItem;";
                  x = 0.478;
                  y = 0.727;
                  w = 0.132;
                  h = 0.065;
              };
      
              class UseButton: Life_RscButtonMenu {
                  text = "$STR_Global_Use";
                  colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
                  onButtonClick = "[] call life_fnc_useItem;";
                  x = 0.477;
                  y = 0.654;
                  w = 0.34;
                  h = 0.065;
              };
      
              class RemoveButton: Life_RscButtonMenu {
                  text = "$STR_Global_Remove";
                  colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
                  onButtonClick = "[] call life_fnc_removeItem;";
                  x = 0.616;
                  y = 0.727;
                  w = 0.134;
                  h = 0.065;
              };
      
              /*class ButtonClose: Life_RscButtonMenu {
                  idc = -1;
                  //shortcuts[] = {0x00050000 + 2};
                  text = "$STR_Global_Close";
                  onButtonClick = "closeDialog 0;";
                  x = 0.1;
                  y = 0.8 - (1 / 25);
                  w = (6.25 / 40);
                  h = (1 / 25);
              };*/
      
              class ButtonSettings: Life_RscButtonMenu {
                  idc = -1;
                  //text = "$STR_Global_Settings";
                  onButtonClick = "[] call life_fnc_settingsMenu;";
                  x = -0.143;//Links nach rechts
                  y = 0.26;//H
                  w = 0.29;//Breite Button
                  h = 0.09;//H von Button
                  colorBackground[] = {-1,-1,-1,-1};
                  colorBackgroundFocused[] = {1,1,1,0.12};
                  colorBackground2[] = {0.75,0.75,0.75,0.2};
                  color[] = {1,1,1,1};
                  colorFocused[] = {0,0,0,1};
                  color2[] = {0,0,0,1};
                  colorText[] = {1,1,1,1};
                  colorDisabled[] = {0,0,0,0.4};
              };
      
              class ButtonMyGang: Life_RscButtonMenu {
                  idc = 2011;
                  //text = "$STR_PM_MyGang";
                  onButtonClick = "if (isNil ""life_action_gangInUse"") then {if (isNil {(group player) getVariable ""gang_owner""}) then {createDialog ""Life_Create_Gang_Diag"";} else {[] spawn life_fnc_gangMenu;};};";
                  x = -0.143;//Links nach rechts
                  y = 0.34;//H
                  w = 0.29;//Breite Button
                  h = 0.09;//H von Button
                  colorBackground[] = {-1,-1,-1,-1};
                  colorBackgroundFocused[] = {1,1,1,0.12};
                  colorBackground2[] = {0.75,0.75,0.75,0.2};
                  color[] = {1,1,1,1};
                  colorFocused[] = {0,0,0,1};
                  color2[] = {0,0,0,1};
                  colorText[] = {1,1,1,1};
                  colorDisabled[] = {0,0,0,0.4};
              };
              
              class ButtonMarket : Life_RscButtonMenu { 
                  idc = 3025; 
                  //text = ""; 
                  onButtonClick = "createDialog ""life_dynmarket_prices"";"; 
                  x = -0.143;//Links nach rechts
                  y = 0.43;//H
                  w = 0.29;//Breite Button
                  h = 0.09;//H von Button 
                  colorBackground[] = {-1,-1,-1,-1};
                  colorBackgroundFocused[] = {1,1,1,0.12};
                  colorBackground2[] = {0.75,0.75,0.75,0.2};
                  color[] = {1,1,1,1};
                  colorFocused[] = {0,0,0,1};
                  color2[] = {0,0,0,1};
                  colorText[] = {1,1,1,1};
                  colorDisabled[] = {0,0,0,0.4};
              };
      
              class Licenses_Menu : Life_RscControlsGroup {
                  idc = -1;
                  w = 0.776;
                  h = 0.62;
                  x = 0.34;
                  y = 0.178;
      
                  class Controls {
                      class Life_Licenses: Life_RscStructuredText {
                          idc = 2014;
                          sizeEx = 0.020;
                          text = "";
                          x = 0.496;
                          y = 0;
                          w = 0.27;
                          h = 0.654;
                      };
                  };
              };
      
              class ButtonGangList: Life_RscButtonMenu {
                  idc = 2012;
                  text = "$STR_PM_WantedList";
                  //onButtonClick = "[] call life_fnc_wantedMenu";
                  onButtonClick = "closeDialog 0 ; [0] remoteExec [""max_interpol_fnc_getInterpol"",2]";
                  x = 0.655;
                  y = 0.901;
                  w = (6.25 / 40);
                  h = (1 / 25);
              };
      
              class ButtonKeys: Life_RscButtonMenu {
                  idc = 2013;
                  //text = "$STR_PM_KeyChain";
                  onButtonClick = "createDialog ""Life_key_management"";";
                  x = -0.143;//Links nach rechts
                  y = 0.6;//H
                  w = 0.29;//Breite Button
                  h = 0.09;//H von Button
                  colorBackground[] = {-1,-1,-1,-1};
                  colorBackgroundFocused[] = {1,1,1,0.12};
                  colorBackground2[] = {0.75,0.75,0.75,0.2};
                  color[] = {1,1,1,1};
                  colorFocused[] = {0,0,0,1};
                  color2[] = {0,0,0,1};
                  colorText[] = {1,1,1,1};
                  colorDisabled[] = {0,0,0,0.4};
              };
      
              class ButtonCell: Life_RscButtonMenu {
                  idc = 2014;
                  text = "";
                  onButtonClick = "createDialog ""Life_cell_phone"";";
                  x = -0.143;
                  y = 0.172;
                  w = 0.29;
                  h = 0.09;
                  colorBackground[] = {-1,-1,-1,-1};
                  colorBackgroundFocused[] = {1,1,1,0.12};
                  colorBackground2[] = {0.75,0.75,0.75,0.2};
                  color[] = {1,1,1,1};
                  colorFocused[] = {0,0,0,1};
                  color2[] = {0,0,0,1};
                  colorText[] = {1,1,1,1};
                  colorDisabled[] = {0,0,0,0.4};
              };
      
              class ButtonAdminMenu: Life_RscButtonMenu {
                  idc = 2021;
                  text = "$STR_PM_AdminMenu";
                  onButtonClick = "closeDialog 0; createDialog ""life_admin_menu"";";
                  x = 0.49;
                  y = 0.901;
                  w = (6.25 / 40);
                  h = (1 / 25)
              };
      
              /*class ButtonSyncData: Life_RscButtonMenu {
                  idc = -1;
                  //shortcuts[] = {0x00050000 + 2};
                  text = "$STR_PM_SyncData";
                  onButtonClick = "[] call SOCK_fnc_syncData;";
                  x = 0.1;
                  y = 0.805;
                  w = (6.25 / 40);
                  h = (1 / 25);
              };*/
      
              class ButtonSperrzone: Life_RscButtonMenu {
                  idc = 1022;
                  //shortcuts[] = {0x00050000 + 2};
                  text = "Sperrzonen";
                  onButtonClick = "[] call life_fnc_openArea";
                  x = 0.15;
                  y = 0.901;
                  w = (6.25 / 40);
                  h = (1 / 25);
              };
      
              class Level_Button : Life_RscButtonMenu
              {
                 idc = -1;
                 text = "";
                 onbuttonclick = "closeDialog 0; createDialog ""TTM_GUI_RscDisplayTalentOverview"";";
                 x = -0.143;//Links nach rechts
                 y = 0.51;//H
                 w = 0.29;//Breite Button
                 h = 0.09;//H von Button
                 colorBackground[] = {-1,-1,-1,-1};
                 colorBackgroundFocused[] = {1,1,1,0.12};
                 colorBackground2[] = {0.75,0.75,0.75,0.2};
                 color[] = {1,1,1,1};
                 colorFocused[] = {0,0,0,1};
                 color2[] = {0,0,0,1};
                 colorText[] = {1,1,1,1};
                 colorDisabled[] = {0,0,0,0.4};
              }
      
              class aapps_notruf : Life_RscButtonMenu {
                  idc = 4111;
                  text = "Notrufverwaltung";
                  onButtonClick = "0 call life_notruf_start";
                  x = 0.32;
                  y = 0.901;
                  w = (6.25 / 40);
                  h = (1 / 25);
              };
          };
      };
      Alles anzeigen
    • faeN
      Frischling
      Reaktionen
      2
      Trophäen
      9
      Beiträge
      9
      • 11. Juli 2018 um 17:55
      • #4

      Puhh.. du hast da gleich eine PM.

    Registrieren oder Einloggen

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

    Registrieren

    Ähnliche Themen

    • Kuchenplatte.com | Service für Neulinge

      • Kuchenplatte
      • 14. Mai 2018 um 21:41
      • Dienstleistungen (Setup, Modding, Scripts etc.)
    • Hilfe beim Erstellen eines Dialoges ( Probleme mit dem RscText)

      • XFireFighter
      • 5. März 2018 um 23:56
      • Hilfeforum
    • Handy zerstören / wegnehmen

      • Zeilord
      • 16. Oktober 2017 um 19:07
      • Hilfeforum
    • [Hilfe] Animation beim öffnen eines Dialogs

      • MrFrost
      • 9. Januar 2018 um 09:32
      • Hilfeforum
    • Gang.hpp Dialog hilfe

      • Raymond Reddington
      • 16. Juli 2017 um 23:16
      • Hilfeforum

    Benutzer online in diesem Thema

    • 1 Besucher

    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™