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
Di: 30 September 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. Gamerfreak

    Beiträge von Gamerfreak

    • Problem mit der Config_Vehicles.hpp :/

      • Gamerfreak
      • 27. Juli 2016 um 17:47

      Erstmal vielen Dank!

      Ich hab das Komma entfernt nur geht es immer noch nicht :/
      Wo finde ich den die Logs um nachzuschauen wo der Fehler liegt ?!

      Und ich dachte ich hätte die 4.4R3 weil ich die Nueste Datei von Nitrado habe :D

      Sorry dafür

    • Problem mit der Config_Vehicles.hpp :/

      • Gamerfreak
      • 27. Juli 2016 um 16:34

      @
      Exodoos


      Ich hab hier folgendes Problem!

      Wenn ich die Vehicles.hpp hochlade auf den Server, funktioniert er nicht mehr, sprich ich komme nicht mehr in Fraktionsauswahl!

      Es muss irgend wo ein Fehler drinne sein oder muss ich wenn ich neue Fahrzeuge vom Apex Update einfüge auch die Addons einfügen?
      Sonst weiß ich nicht mehr weiter!
      Normaler weiße müsste ich irgend wo wieder eine Klammer vergessen haben, nur ich finde die nicht!

    • Problem mit der Config_Vehicles.hpp :/

      • Gamerfreak
      • 27. Juli 2016 um 02:53

      Ich hab die Config_Vehicles.hpp mal als Datei angehängt damit man ein besseren überblick über diese Datei hat!

      Ich bedanke mich jetzt schon mal für die Hilfe!

      M.f.g. Gamer

      config_vehicles.txt

    • Wo finde ich STR_MAR_Sergeant_weapon_shop

      • Gamerfreak
      • 26. Juli 2016 um 01:21

      Vielen Dank!

    • Wo finde ich STR_MAR_Sergeant_weapon_shop

      • Gamerfreak
      • 26. Juli 2016 um 01:00


      Servus zusammen!
      Wo genau ist die Datei zu finden?
      Ich möchte von meinen Polizisten Shop den Namen der einzelnen Ränge ändern z.B.: von: Patrol Officer, Sergeant.. auf: Private, Corporal, Sergeant, Lieutenant, Captain, Colonel, General
      Ich hab die weiteren Ränge schon eingefügt, nur kommt Ingame bei dem Verkaufs menschen nur folgende Möglichkeit:

      z.B.:
      Polizei Ausrüstung
      Polizei Uniform
      Waffen Shop
      Patrol Officer Shop
      Sergeant Shop // Jetzt kommen meine eingefügten!
      Sergeant Shop
      Sergeant Shop
      Sergeant Shop
      Sergeant Shop

      Wie kann ich es ändern das dort bei den eingefügten nicht mehr Sergeant steht sondern meine eigenen Namen?

    • Problem mit Config_Clothing.hpp

      • Gamerfreak
      • 25. Juli 2016 um 04:54

      Echt vielen Dank... für die Hilfe und für den Tipp!
      Ich bedanke mich auch bei dir
      script /Vincent/dev/null
      Danke auch an dich blackfisch

    • Problem mit Config_Clothing.hpp

      • Gamerfreak
      • 25. Juli 2016 um 04:36

      @
      itzxtoast
      VIELEN DANK!

      Ich weiß nicht wie ich es dir danken kann!!!!
      Ich hab mir denn Kopf zerbrochen um herauszufinden wo der Fehler liegt!

      Hab da noch eine Frage... hast du ein Programm womit du Scripts auf Fehler überprüfen kannst?

    • Problem mit Config_Clothing.hpp

      • Gamerfreak
      • 25. Juli 2016 um 04:03

      Vielen Dank für eure mithilfe!
      Ich will euch absolut nicht auf die Nerven gehen, ich bin eurer Antwort gefolgt und es funktionierte trotzdem nicht!
      Meiner Meinung nach kann es auch nicht funktionieren, denn es würde so aussehen und das ist doch falsch oder?

      Ich hab nicht so viel Ahnung davon!
      Ich mache es weil unser Scripter mitten im Project einfach abgehauen!

    • Problem mit Config_Clothing.hpp

      • Gamerfreak
      • 25. Juli 2016 um 03:36
      Code: config_clothing.hpp
      /*
      *    ARRAY FORMAT:
      *        0: STRING (Classname)
      *        1: STRING (Display Name, leave as "" for default)
      *        2: SCALAR (Price)
      *        4: ARRAY (This is for limiting items to certain things)
      *            0: Variable to read from
      *            1: Variable Value Type (SCALAR / BOOL / EQUAL)
      *            2: What to compare to (-1 = Check Disabled)
      *
      *   Clothing classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgWeapons_Equipment
      *   Backpacks/remaining classnames can be found here (TIP: Search page for "pack"): https://community.bistudio.com/wiki/Arma_3_CfgVehicles_EMPTY
      *
      */
      class Clothing {
          class bruce {
              title = "STR_Shops_C_Bruce";
              license = "";
              side = "civ";
              uniforms[] = {
                  { "NONE", "Remove Uniform", 0, { "", "", -1 } },
                  { "U_C_Poloshirt_blue", "", 250, { "", "", -1 } },
                  { "U_C_Poloshirt_burgundy", "", 275, { "", "", -1 } },
      	    { "U_C_Man_casual_6_F", "", 275, { "", "", -1 } },
      	    { "U_C_Man_casual_4_F", "", 275, { "", "", -1 } },
                  { "U_C_Man_casual_5_F", "", 275, { "", "", -1 } },
      	    { "U_C_man_sport_1_F", "", 275, { "", "", -1 } },
      	    { "U_C_man_sport_2_F", "", 275, { "", "", -1 } },
      	    { "U_C_man_sport_3_F", "", 275, { "", "", -1 } },
      	    { "U_C_Man_casual_1_F", "", 275, { "", "", -1 } },
      	    { "U_C_Man_casual_2_F", "", 275, { "", "", -1 } },
      	    { "U_C_Man_casual_3_F", "", 275, { "", "", -1 } },
                  { "U_C_Poloshirt_redwhite", "", 150, { "", "", -1 } },
                  { "U_C_Poloshirt_salmon", "", 175, { "", "", -1 } },
                  { "U_C_Poloshirt_stripped", "", 125, { "", "", -1 } },
                  { "U_C_Poloshirt_tricolour", "", 350, { "", "", -1 } },
                  { "U_C_Poor_2", "", 250, { "", "", -1 } },
                  { "U_IG_Guerilla2_2", "", 650, { "", "", -1 } },
                  { "U_IG_Guerilla3_1", "", 735, { "", "", -1 } },
                  { "U_IG_Guerilla2_3", "", 1200, { "", "", -1 } },
                  { "U_C_HunterBody_grn", "", 1500, { "", "", -1 } },
                  { "U_C_WorkerCoveralls", "", 2500, { "", "", -1 } },
                  { "U_OrestesBody", "", 1100, { "", "", -1 } },
                  { "U_NikosAgedBody", "", 5000, { "", "", -1 } }
              };
              headgear[] = {
                  { "NONE", "Remove Hat", 0, { "", "", -1 } },
                  { "H_Bandanna_camo", "", 120, { "", "", -1 } },
                  { "H_Bandanna_surfer", "", 130, { "", "", -1 } },
                  { "H_Bandanna_gry", "", 150, { "", "", -1 } },
                  { "H_Bandanna_cbr", "", 165, { "", "", -1 } },
                  { "H_Bandanna_surfer", "", 135, { "", "", -1 } },
      	    { "H_Helmet_Skate", "", 200, { "", "", -1 } },
                  { "H_Bandanna_khk", "", 145, { "", "", -1 } },
                  { "H_Bandanna_sgg", "", 160, { "", "", -1 } },
                  { "H_StrawHat", "", 225, { "", "", -1 } },
                  { "H_BandMask_blk", "", 300, { "", "", -1 } },
                  { "H_Booniehat_tan", "", 425, { "", "", -1 } },
                  { "H_Hat_blue", "", 310, { "", "", -1 } },
                  { "H_Hat_brown", "", 276, { "", "", -1 } },
                  { "H_Hat_checker", "", 340, { "", "", -1 } },
                  { "H_Hat_grey", "", 280, { "", "", -1 } },
                  { "H_Hat_tan", "", 265, { "", "", -1 } },
                  { "H_Cap_blu", "", 150, { "", "", -1 } },
                  { "H_Cap_grn", "", 150, { "", "", -1 } },
                  { "H_Cap_grn_BI", "", 150, { "", "", -1 } },
                  { "H_Cap_oli", "", 150, { "", "", -1 } },
                  { "H_Cap_red", "", 150, { "", "", -1 } },
                  { "H_Cap_tan", "", 150, { "", "", -1 } }
              };
              goggles[] = {
                  { "NONE", "Remove Glasses", 0, { "", "", -1 } },
                  { "G_Shades_Black", "", 25, { "", "", -1 } },
                  { "G_Shades_Blue", "", 20, { "", "", -1 } },
                  { "G_Sport_Blackred", "", 20, { "", "", -1 } },
                  { "G_Sport_Checkered", "", 20, { "", "", -1 } },
                  { "G_Sport_Blackyellow", "", 20, { "", "", -1 } },
                  { "G_Sport_BlackWhite", "", 20, { "", "", -1 } },
                  { "G_Squares", "", 10, { "", "", -1 } },
                  { "G_Aviator", "", 100, { "", "", -1 } },
                  { "G_Lady_Mirror", "", 150, { "", "", -1 } },
                  { "G_Lady_Dark", "", 150, { "", "", -1 } },
                  { "G_Lady_Blue", "", 150, { "", "", -1 } },
                  { "G_Lowprofile", "", 30, { "", "", -1 } },
                  { "G_Combat", "", 55, { "", "", -1 } }
              };
              vests[] = {
                  { "NONE", "Remove Vest", 0, { "", "", -1 } },
      	    { "V_Press_F", "", 6000, { "", "", -1 } }
              };
              backpacks[] = {
                  { "NONE", "Remove Backpack", 0, { "", "", -1 } },
                  { "B_AssaultPack_khk", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_dgtl", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_rgr", "", 2000, { "", "", -1 } },
      	    { "B_Bergen_tna_F", "", 2000, { "", "", -1 } },
      	    { "B_Bergen_hex_F", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_sgg", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_blk", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_cbr", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_mcamo", "", 2000, { "", "", -1 } },
                  { "B_TacticalPack_oli", "", 2500, { "", "", -1 } },
                  { "B_Kitbag_mcamo", "", 3500, { "", "", -1 } },
                  { "B_Kitbag_sgg", "", 3500, { "", "", -1 } },
                  { "B_Kitbag_cbr", "", 3500, { "", "", -1 } },
                  { "B_Bergen_sgg", "", 6500, { "", "", -1 } },
                  { "B_Bergen_mcamo", "", 6500, { "", "", -1 } },
                  { "B_Bergen_rgr", "", 6500, { "", "", -1 } },
                  { "B_Bergen_blk", "", 6500, { "", "", -1 } },
                  { "B_FieldPack_blk", "", 5000, { "", "", -1 } },
                  { "B_FieldPack_ocamo", "", 5000, { "", "", -1 } },
                  { "B_FieldPack_oucamo", "", 5000, { "", "", -1 } },
                  { "B_Carryall_ocamo", "", 7500, { "", "", -1 } },
                  { "B_Carryall_oucamo", "", 7500, { "", "", -1 } },
                  { "B_Carryall_mcamo", "", 7500, { "", "", -1 } },
                  { "B_Carryall_oli", "", 7500, { "", "", -1 } },
                  { "B_Carryall_khk", "", 7500, { "", "", -1 } },
                  { "B_Carryall_cbr", "", 7500, { "", "", -1 } },
                  { "B_OutdoorPack_blk", "", 500, { "", "", -1 } }
              };
          };
      
      
      
      
          class cop {
              title = "STR_Shops_C_Police";
              license = "";
              side = "cop";
              uniforms[] = {
                  { "NONE", "Remove Uniform", 0, { "", "", -1 } },
                  { "U_Rangemaster", "Cop Uniform", 25, { "", "", -1 } },
                  { "U_B_CombatUniform_mcam", "", 350, { "", "", -1 } },
                  { "U_B_Wetsuit", "", 1250, { "", "", -1 } },
      	    { "U_B_FullGhillie_sard", "", 1250, { "", "", -1 } },
      	    { "U_B_CTRG_Soldier_urb_1_F", "", 1250, { "", "", -1 } },
      	    { "U_B_CTRG_Soldier_urb_2_F", "", 1250, { "", "", -1 } },
      	    { "U_B_CTRG_Soldier_urb_3_F", "", 1250, { "", "", -1 } },
      	    { "U_B_CTRG_Soldier_F", "", 1250, { "", "", -1 } },
      	    { "U_B_CTRG_Soldier_2_F", "", 1250, { "", "", -1 } },
      	    { "U_B_CTRG_Soldier_3_F", "", 1250, { "", "", -1 } },
                  { "U_B_CombatUniform_mcam_worn", "", 550, { "", "", -1 } }
              };
              headgear[] = {
                  { "NONE", "Remove Hat", 0, { "", "", -1 } },
      	    { "H_MilCap_tna_F", "", 100, { "", "", -1 } },
      	    { "H_Cap_usblack", "", 100, { "", "", -1 } },
                  { "H_Beret_blk", "", 120, { "", "",-1 } },
      	    { "H_Booniehat_khk", "", 120, { "", "", -1 } },
      	    { "H_Booniehat_khk_F", "", 120, { "", "", -1 } },
      	    { "H_Booniehat_oli", "", 120, { "", "", -1 } },
                  { "H_HelmetB_light_black", "", 120, { "", "", -1 } },
      	    { "H_HelmetB_TI_tna_F", "", 120, { "", "", -1 } },
      	    { "H_HelmetB_light_tna_F", "", 120, { "", "", -1 } },
      	    { "H_HelmetB_light", "", 120, { "", "", -1 } },
      	    { "H_HelmetB_Enh_tna_F", "", 120, { "", "", -1 } },
      	    { "H_CrewHelmetHeli_B", "", 120, { "", "", -1 } },
      	    { "H_PilotHelmetHeli_B", "", 120, { "", "", -1 } },
      	    { "H_Watchcap_khk", "", 120, { "", "", -1 } },
      	    { "H_Beret_02", "", 120, { "", "", -1 } },
                  { "H_Beret_Colonel", "", 120, { "", "", -1 } },
      	    { "H_Beret_gen_F", "", 120, { "", "", -1 } }
              };
              goggles[] = {
                  { "NONE", "Remove Glasses", 0, { "", "", -1 } },
                  { "G_Shades_Black", "", 25, { "", "", -1 } },
      	    { "G_Balaclava_TI_G_tna_F", "", 25, { "", "", -1 } },
                  { "G_Shades_Blue", "", 20, { "", "", -1 } },
                  { "G_Sport_Blackred", "", 20, { "", "", -1 } },
                  { "G_Sport_Checkered", "", 20, { "", "", -1 } },
                  { "G_Sport_Blackyellow", "", 20, { "", "", -1 } },
                  { "G_Sport_BlackWhite", "", 20, { "", "", -1 } },
                  { "G_Squares", "", 10, { "", "", -1 } },
                  { "G_Aviator", "", 100, { "", "", -1 } },
                  { "G_Lady_Mirror", "", 150, { "", "", -1 } },
                  { "G_Lady_Dark", "", 150, { "", "", -1 } },
                  { "G_Lady_Blue", "", 150, { "", "", -1 } },
                  { "G_Lowprofile", "", 30, { "", "", -1 } },
      	    { "G_Diving", "", 500, { "", "", -1 } },
                  { "G_Combat", "", 55, { "", "", -1 } }
              };
              vests[] = {
                  { "NONE", "Remove Vest", 0, { "", "", -1 } },
                  { "V_Rangemaster_belt", "", 800, { "", "", -1 } },
      	    { "V_Rangemaster_belt", "", 800, { "", "", -1 } },
      	    { "V_TacVest_oli", "", 1500, { "", "", -1 } },
                  { "V_TacVest_blk", "", 1500, { "", "", -1 } },
      	    { "V_RebreatherB", "", 1500, { "", "", -1 } },
      	    { "V_TacVest_camo", "", 1500, { "", "", -1 } },
      	    { "V_PlateCarrier1_tna_F", "", 1500, { "", "", -1 } },
                  { "V_PlateCarrier1_rgr", "", 1500, { "", "", -1 } },
                  { "V_PlateCarrier2", "", 1500, { "", "", -1 } },
                  { "V_PlateCarrierSpec_blk", "", 1500, { "", "", -1 } },
      	    { "V_PlateCarrierSpec_tna_F", "", 1500, { "", "", -1 } },
      	    { "V_PlateCarrierGL_blk", "", 1500, { "", "", -1 } 
              };
              backpacks[] = {
                  { "NONE", "Remove Backpack", 0, { "", "", -1 } },
                  { "B_Kitbag_cbr", "", 800, { "", "", -1 } },
      	    { "B_ViperLightHarness_khk_F", "", 800, { "", "", -1 } },
      	    { "B_ViperLightHarness_blk_F", "", 800, { "", "", -1 } },
      	    { "B_ViperLightHarness_oli_F", "", 800, { "", "", -1 } },
      	    { "B_ViperHarness_oli_F", "", 800, { "", "", -1 } },
      	    { "B_ViperHarness_khk_F", "", 800, { "", "", -1 } },
      	    { "B_ViperHarness_blk_F", "", 800, { "", "", -1 } },
      	    { "B_Bergen_dgtl_F", "", 800, { "", "", -1 } },
                  { "B_FieldPack_cbr", "", 500, { "", "", -1 } },
                  { "B_AssaultPack_cbr", "", 700, { "", "", -1 } },
                  { "B_Bergen_sgg", "", 2500, { "", "", -1 } },
                  { "B_Carryall_cbr", "", 3500, { "", "", -1 } }
              };
          };
      
      
      
      
          class dive {
              title = "STR_Shops_C_Diving";
              license = "dive";
              side = "civ";
              uniforms[] = {
                  { "NONE", "Remove Uniform", 0, { "", "", -1 } },
                  { "U_B_Wetsuit", "", 2000, { "", "", -1 } }
              };
              headgear[] = {
                  { "NONE", "Remove Hat", 0, { "", "", -1 } }
              };
              goggles[] = {
                  { "NONE", "Remove Glasses", 0, { "", "", -1 } },
                  { "G_Diving", "", 500, { "", "", -1 } }
              };
              vests[] = {
                  { "NONE", "Remove Vest", 0, { "", "", -1 } },
                  { "V_RebreatherB", "", 5000, { "", "", -1 } }
              };
              backpacks[] = {
                  { "NONE", "Remove Backpack", 0, { "", "", -1 } }
              };
          };
      
      
      
      
          class gun_clothing {
              title = "STR_Shops_C_Gun";
              license = "gun";
              side = "civ";
              uniforms[] = {
                  { "NONE", "Remove Uniform", 0, { "", "", -1 } }
              };
              headgear[] = {
                  { "NONE", "Remove Hat", 0, { "", "", -1 } }
              };
              goggles[] = {
                  { "NONE", "Remove Glasses", 0, { "", "", -1 } }
              };
              vests[] = {
                  { "NONE", "Remove Vest", 0, { "", "", -1 } },
                  { "V_Rangemaster_belt", "", 4900, { "", "", -1 } }
              };
              backpacks[] = {
                  { "NONE", "Remove Backpack", 0, { "", "", -1 } }
              };
          };
      
      
      
      
          class gang_clothing {
              title = "STR_Shops_C_Gang";
              license = "";
              side = "civ";
              uniforms[] = {
                  { "NONE", "Remove Uniform", 0, { "", "", -1 } }
              };
              headgear[] = {
                  { "NONE", "Remove Hat", 0, { "", "", -1 } }
              };
              goggles[] = {
                  { "NONE", "Remove Glasses", 0, { "", "", -1 } }
              };
              vests[] = {
                  { "NONE", "Remove Vest", 0, { "", "", -1 } },
                  { "V_Rangemaster_belt", "", 1900, { "", "", -1 } }
              };
              backpacks[] = {
                  { "NONE", "Remove Backpack", 0, { "", "", -1 } }
              };
          };
      
      
      
      
          class med_clothing {
              title = "STR_MAR_EMS_Clothing_Shop";
              license = "";
              side = "med";
              uniforms[] = {
                  { "NONE", "Remove Uniform", 0, { "", "", -1 } },
                  { "U_Rangemaster", "EMS Uniform", 50, { "", "", -1 } }
              };
              headgear[] = {
                  { "NONE", "Remove Hat", 0, { "", "", -1 } },
                  { "H_Cap_blu", "", 10, { "", "", -1 } }
              };
              goggles[] = {
                  { "NONE", "Remove Glasses", 0, { "", "", -1 } },
                  { "G_Shades_Blue", "", 10, { "", "", -1 } }
              };
              vests[] = {
                  { "NONE", "Remove Vest", 0, { "", "", -1 } }
              };
              backpacks[] = {
                  { "NONE", "Remove Backpack", 0, { "", "", -1 } },
                  { "B_FieldPack_oli", "EMS Backpack", 3000, { "", "", -1 } }
              };
          };
      
      
      
      
          class reb {
              title = "STR_Shops_C_Rebel";
              license = "rebel";
              side = "civ";
              uniforms[] = {
                  { "NONE", "Remove Uniform", 0, { "", "", -1 } },
                  { "U_IG_Guerilla1_1", "", 5000, { "", "", -1 } },
                  { "U_I_G_Story_Protagonist_F", "", 7500, { "", "", -1 } },
                  { "U_I_G_resistanceLeader_F", "", 11500, { "", "", -1 } },
                  { "U_O_SpecopsUniform_ocamo", "", 17500, { "", "", -1 } },
                  { "U_O_PilotCoveralls", "", 15610, { "", "", -1 } },
                  { "U_IG_leader", "", 15340, { "", "", -1 } },
      	    { "U_I_FullGhillie_sard", "", 27340, { "", "", -1 } },
      	    { "U_I_FullGhillie_ard", "", 28340, { "", "", -1 } },
      	    { "U_I_CombatUniform", "", 17000, { "", "", -1 } },
      	    { "U_I_CombatUniform_tshirt", "", 19000, { "", "", -1 } },
                  { "U_I_CombatUniform", "", 18500, { "", "", -1 } },
      	    { "U_I_GhillieSuit", "", 20000, { "", "", -1 } },
                  { "U_I_C_Soldier_Camo_F", "", 10000, { "", "", -1 } },
      	    { "U_O_GhillieSuit", "", 50000, { "", "", -1 } },
                  { "U_I_C_Soldier_Para_2_F", "", 10000, { "", "", -1 } },
      	    { "U_I_C_Soldier_Para_4_F", "", 10000, { "", "", -1 } },
                  { "U_I_C_Soldier_Para_1_F", "", 10000, { "", "", -1 } },
      	    { "U_I_C_Soldier_Bandit_2_F", "", 10000, { "", "", -1 } },
      	    { "U_I_C_Soldier_Bandit_4_F", "", 10000, { "", "", -1 } },
      	    { "U_O_T_Officer_F", "", 10000, { "", "", -1 } },
      	    { "U_O_T_FullGhillie_tna_F", "", 10000, { "", "", -1 } }
              };
              headgear[] = {
                  { "NONE", "Remove Hat", 0, { "", "", -1 } },
                  { "H_ShemagOpen_tan", "", 850, { "", "", -1 } },
      	    { "H_HelmetIA", "", 1000, { "", "", -1 } },
      	    { "H_HelmetIA_net", "", 1500, { "", "", -1 } },
                  { "H_HelmetIA_camo", "", 1300, { "", "", -1 } },
      	    { "H_Booniehat_dgtl", "", 1500, { "", "", -1 } },
                  { "H_Shemag_olive", "", 850, { "", "", -1 } },
                  { "H_Cap_blk_Raven", "", 900, { "", "", -1 } },
                  { "H_ShemagOpen_khk", "", 800, { "", "", -1 } },
                  { "H_HelmetO_ocamo", "", 2500, { "", "", -1 } },
      	    { "H_MilCap_dgtl", "", 2000, { "", "", -1 } },
      	    { "H_HelmetCrew_I", "", 6000, { "", "", -1 } },
                  { "H_MilCap_oucamo", "", 1200, { "", "", -1 } },
                  { "H_Bandanna_camo", "", 650, { "", "", -1 } },
      	    { "H_Booniehat_tna_F", "", 750, { "", "", -1 } },
      	    { "H_MilCap_gen_F", "", 650, { "", "", -1 } },
      	    { "H_MilCap_tna_F", "", 650, { "", "", -1 } },
                  { "H_MilCap_ghex_F", "", 650, { "", "", -1 } },
      	    { "H_HelmetLeaderO_ghex_F", "", 650, { "", "", -1 } }
              };
              goggles[] = {
                  { "NONE", "Remove Glasses", 0, { "", "", -1 } },
                  { "G_Shades_Black", "", 25, { "", "", -1 } },
                  { "G_Shades_Blue", "", 20, { "", "", -1 } },
                  { "G_Sport_Blackred", "", 20, { "", "", -1 } },
                  { "G_Sport_Checkered", "", 20, { "", "", -1 } },
                  { "G_Sport_Blackyellow", "", 20, { "", "", -1 } },
                  { "G_Sport_BlackWhite", "", 20, { "", "", -1 } },
                  { "G_Squares", "", 10, { "", "", -1 } },
                  { "G_Lowprofile", "", 30, { "", "", -1 } },
                  { "G_Combat", "", 55, { "", "", -1 } },
                  // BI
                  { "G_Balaclava_blk", "", 150, { "", "", -1 } },
                  { "G_Balaclava_combat", "", 150, { "", "", -1 } },
                  { "G_Balaclava_lowprofile", "", 150, { "", "", -1 } },
                  { "G_Balaclava_oli", "", 150, { "", "", -1 } },
                  { "G_Bandanna_aviator", "", 150, { "", "", -1 } },
                  { "G_Bandanna_beast", "", 150, { "", "", -1 } },
                  { "G_Bandanna_blk", "", 150, { "", "", -1 } },
                  { "G_Bandanna_khk", "", 150, { "", "", -1 } },
                  { "G_Bandanna_oli", "", 150, { "", "", -1 } },
                  { "G_Bandanna_shades", "", 150, { "", "", -1 } },
                  { "G_Bandanna_sport", "", 150, { "", "", -1 } },
                  { "G_Bandanna_tan", "", 150, { "", "", -1 } }
              };
              vests[] = {
                  { "NONE", "Remove Vest", 0, { "", "", -1 } },
                  { "V_TacVest_khk", "", 12500, { "", "", -1 } },
                  { "V_BandollierB_cbr", "", 4500, { "", "", -1 } },
      	    { "V_PlateCarrierIA1_dgtl", "", 6000, { "", "", -1 } },
      	    { "V_PlateCarrierIA2_dgtl", "", 7000, { "", "", -1 } },
      	    { "V_PlateCarrierIAGL_dgtl", "", 7500, { "", "", -1 } },
                  { "V_HarnessO_brn", "", 7500, { "", "", -1 } },
      	    { "V_HarnessO_ghex_F", "", 12000, { "", "", -1 } },
      	    { "V_HarnessOGL_ghex_F", "", 13000, { "", "", -1 } },
      	    { "V_BandollierB_ghex_F", "", 14000, { "", "", -1 } }
              };
              backpacks[] = {
                  { "NONE", "Remove Backpack", 0, { "", "", -1 } },
                  { "B_AssaultPack_khk", "", 2000, { "", "", -1 } },
      	    { "B_Carryall_ghex_F", "", 7000, { "", "", -1 } },
      	    { "B_Bergen_tna_F", "", 9000, { "", "", -1 } },
      	    { "B_Bergen_hex_F", "", 10000, { "", "", -1 } },
                  { "B_AssaultPack_dgtl", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_rgr", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_sgg", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_blk", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_cbr", "", 2000, { "", "", -1 } },
                  { "B_AssaultPack_mcamo", "", 2000, { "", "", -1 } },
                  { "B_TacticalPack_oli", "", 2500, { "", "", -1 } },
                  { "B_Kitbag_mcamo", "", 3500, { "", "", -1 } },
                  { "B_Kitbag_sgg", "", 3500, { "", "", -1 } },
                  { "B_Kitbag_cbr", "", 3500, { "", "", -1 } },
                  { "B_Bergen_sgg", "", 6500, { "", "", -1 } },
                  { "B_Bergen_mcamo", "", 6500, { "", "", -1 } },
                  { "B_Bergen_rgr", "", 6500, { "", "", -1 } },
                  { "B_Bergen_blk", "", 6500, { "", "", -1 } },
                  { "B_FieldPack_blk", "", 5000, { "", "", -1 } },
                  { "B_FieldPack_ocamo", "", 5000, { "", "", -1 } },
                  { "B_FieldPack_oucamo", "", 5000, { "", "", -1 } },
                  { "B_Carryall_ocamo", "", 7500, { "", "", -1 } },
                  { "B_Carryall_oucamo", "", 7500, { "", "", -1 } },
                  { "B_Carryall_mcamo", "", 7500, { "", "", -1 } },
                  { "B_Carryall_oli", "", 7500, { "", "", -1 } },
                  { "B_Carryall_khk", "", 7500, { "", "", -1 } },
                  { "B_Carryall_cbr", "", 7500, { "", "", -1 } },
                  { "B_OutdoorPack_blk", "", 500, { "", "", -1 } }
              };
          };
      
      
      
      
          class kart {
              title = "STR_Shops_C_Kart";
              license = "";
              side = "civ";
              uniforms[] = {
                  { "NONE", "Remove Uniform", 0, { "", "", -1 } },
                  { "U_C_Driver_1_black", "", 1500, { "", "", -1 } },
                  { "U_C_Driver_1_blue", "", 1500, { "", "", -1 } },
                  { "U_C_Driver_1_red", "", 1500, { "", "", -1 } },
                  { "U_C_Driver_1_orange", "", 1500, { "", "", -1 } },
                  { "U_C_Driver_1_green", "", 1500, { "", "", -1 } },
                  { "U_C_Driver_1_white", "", 1500, { "", "", -1 } },
                  { "U_C_Driver_1_yellow", "", 1500, { "", "", -1 } },
                  { "U_C_Driver_2", "", 3500, { "", "", -1 } },
                  { "U_C_Driver_1", "", 3600, { "", "", -1 } },
                  { "U_C_Driver_3", "", 3700, { "", "", -1 } },
                  { "U_C_Driver_4", "", 3700, { "", "", -1 } }
              };
              headgear[] = {
                  { "NONE", "Remove Hat", 0, { "", "", -1 } },
                  { "H_RacingHelmet_1_black_F", "", 1000, { "", "", -1 } },
                  { "H_RacingHelmet_1_red_F", "", 1000, { "", "", -1 } },
                  { "H_RacingHelmet_1_white_F", "", 1000, { "", "", -1 } },
                  { "H_RacingHelmet_1_blue_F", "", 1000, { "", "", -1 } },
                  { "H_RacingHelmet_1_yellow_F", "", 1000, { "", "", -1 } },
                  { "H_RacingHelmet_1_green_F", "", 1000, { "", "", -1 } },
                  { "H_RacingHelmet_1_F", "", 2500, { "", "", -1 } },
                  { "H_RacingHelmet_2_F", "", 2500, { "", "", -1 } },
                  { "H_RacingHelmet_3_F", "", 2500, { "", "", -1 } },
                  { "H_RacingHelmet_4_F", "", 2500, { "", "", -1 } }
              };
              goggles[] = {
                  { "NONE", "Remove Glasses", 0, { "", "", -1 } }
              };
              vests[] = {
                  { "NONE", "Remove Vest", 0, { "", "", -1 } }
              };
              backpacks[] = {
                  { "NONE", "Remove Backpack", 0, { "", "", -1 } }
              };
          };
      };
      Alles anzeigen
    • Problem mit Config_Clothing.hpp

      • Gamerfreak
      • 25. Juli 2016 um 02:51

      @
      script /Vincent/dev/null
      Wo finde ich denn ".rpt"-logs und wie kann ich es Umformatieren ?
      Weil ich weiß nicht was du meinst mit ganz unten fehlt eine Klammer... ich sehen da nichts

    • Problem mit Config_Clothing.hpp

      • Gamerfreak
      • 25. Juli 2016 um 02:29

      Ich hab hier irgend wo ein Fehler gemacht, nur finde ich den nicht?! kann mir dabei eine Helfen ?

      Spoiler anzeigen

      /*
      * ARRAY FORMAT:
      * 0: STRING (Classname)
      * 1: STRING (Display Name, leave as "" for default)
      * 2: SCALAR (Price)
      * 4: ARRAY (This is for limiting items to certain things)
      * 0: Variable to read from
      * 1: Variable Value Type (SCALAR / BOOL / EQUAL)
      * 2: What to compare to (-1 = Check Disabled)
      *
      * Clothing classnames can be found here:
      * Backpacks/remaining classnames can be found here (TIP: search page for "pack"):
      *
      */
      class Clothing {
      class bruce {
      title = "STR_Shops_C_Bruce";
      license = "";
      side = "civ";
      uniforms[] = {
      { "NONE", "Remove Uniform", 0, { "", "", -1 } },
      { "U_C_Poloshirt_blue", "", 250, { "", "", -1 } },
      { "U_C_Poloshirt_burgundy", "", 275, { "", "", -1 } },
      { "U_C_Man_casual_6_F", "", 275, { "", "", -1 } },
      { "U_C_Man_casual_4_F", "", 275, { "", "", -1 } },
      { "U_C_Man_casual_5_F", "", 275, { "", "", -1 } },
      { "U_C_man_sport_1_F", "", 275, { "", "", -1 } },
      { "U_C_man_sport_2_F", "", 275, { "", "", -1 } },
      { "U_C_man_sport_3_F", "", 275, { "", "", -1 } },
      { "U_C_Man_casual_1_F", "", 275, { "", "", -1 } },
      { "U_C_Man_casual_2_F", "", 275, { "", "", -1 } },
      { "U_C_Man_casual_3_F", "", 275, { "", "", -1 } },
      { "U_C_Poloshirt_redwhite", "", 150, { "", "", -1 } },
      { "U_C_Poloshirt_salmon", "", 175, { "", "", -1 } },
      { "U_C_Poloshirt_stripped", "", 125, { "", "", -1 } },
      { "U_C_Poloshirt_tricolour", "", 350, { "", "", -1 } },
      { "U_C_Poor_2", "", 250, { "", "", -1 } },
      { "U_IG_Guerilla2_2", "", 650, { "", "", -1 } },
      { "U_IG_Guerilla3_1", "", 735, { "", "", -1 } },
      { "U_IG_Guerilla2_3", "", 1200, { "", "", -1 } },
      { "U_C_HunterBody_grn", "", 1500, { "", "", -1 } },
      { "U_C_WorkerCoveralls", "", 2500, { "", "", -1 } },
      { "U_OrestesBody", "", 1100, { "", "", -1 } },
      { "U_NikosAgedBody", "", 5000, { "", "", -1 } }
      };
      headgear[] = {
      { "NONE", "Remove Hat", 0, { "", "", -1 } },
      { "H_Bandanna_camo", "", 120, { "", "", -1 } },
      { "H_Bandanna_surfer", "", 130, { "", "", -1 } },
      { "H_Bandanna_gry", "", 150, { "", "", -1 } },
      { "H_Bandanna_cbr", "", 165, { "", "", -1 } },
      { "H_Bandanna_surfer", "", 135, { "", "", -1 } },
      { "H_Helmet_Skate", "", 200, { "", "", -1 } },
      { "H_Bandanna_khk", "", 145, { "", "", -1 } },
      { "H_Bandanna_sgg", "", 160, { "", "", -1 } },
      { "H_StrawHat", "", 225, { "", "", -1 } },
      { "H_BandMask_blk", "", 300, { "", "", -1 } },
      { "H_Booniehat_tan", "", 425, { "", "", -1 } },
      { "H_Hat_blue", "", 310, { "", "", -1 } },
      { "H_Hat_brown", "", 276, { "", "", -1 } },
      { "H_Hat_checker", "", 340, { "", "", -1 } },
      { "H_Hat_grey", "", 280, { "", "", -1 } },
      { "H_Hat_tan", "", 265, { "", "", -1 } },
      { "H_Cap_blu", "", 150, { "", "", -1 } },
      { "H_Cap_grn", "", 150, { "", "", -1 } },
      { "H_Cap_grn_BI", "", 150, { "", "", -1 } },
      { "H_Cap_oli", "", 150, { "", "", -1 } },
      { "H_Cap_red", "", 150, { "", "", -1 } },
      { "H_Cap_tan", "", 150, { "", "", -1 } }
      };
      goggles[] = {
      { "NONE", "Remove Glasses", 0, { "", "", -1 } },
      { "G_Shades_Black", "", 25, { "", "", -1 } },
      { "G_Shades_Blue", "", 20, { "", "", -1 } },
      { "G_Sport_Blackred", "", 20, { "", "", -1 } },
      { "G_Sport_Checkered", "", 20, { "", "", -1 } },
      { "G_Sport_Blackyellow", "", 20, { "", "", -1 } },
      { "G_Sport_BlackWhite", "", 20, { "", "", -1 } },
      { "G_Squares", "", 10, { "", "", -1 } },
      { "G_Aviator", "", 100, { "", "", -1 } },
      { "G_Lady_Mirror", "", 150, { "", "", -1 } },
      { "G_Lady_Dark", "", 150, { "", "", -1 } },
      { "G_Lady_Blue", "", 150, { "", "", -1 } },
      { "G_Lowprofile", "", 30, { "", "", -1 } },
      { "G_Combat", "", 55, { "", "", -1 } }
      };
      vests[] = {
      { "NONE", "Remove Vest", 0, { "", "", -1 } },
      { "V_Press_F", "", 6000, { "", "", -1 } }
      };
      backpacks[] = {
      { "NONE", "Remove Backpack", 0, { "", "", -1 } },
      { "B_AssaultPack_khk", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_dgtl", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_rgr", "", 2000, { "", "", -1 } },
      { "B_Bergen_tna_F", "", 2000, { "", "", -1 } },
      { "B_Bergen_hex_F", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_sgg", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_blk", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_cbr", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_mcamo", "", 2000, { "", "", -1 } },
      { "B_TacticalPack_oli", "", 2500, { "", "", -1 } },
      { "B_Kitbag_mcamo", "", 3500, { "", "", -1 } },
      { "B_Kitbag_sgg", "", 3500, { "", "", -1 } },
      { "B_Kitbag_cbr", "", 3500, { "", "", -1 } },
      { "B_Bergen_sgg", "", 6500, { "", "", -1 } },
      { "B_Bergen_mcamo", "", 6500, { "", "", -1 } },
      { "B_Bergen_rgr", "", 6500, { "", "", -1 } },
      { "B_Bergen_blk", "", 6500, { "", "", -1 } },
      { "B_FieldPack_blk", "", 5000, { "", "", -1 } },
      { "B_FieldPack_ocamo", "", 5000, { "", "", -1 } },
      { "B_FieldPack_oucamo", "", 5000, { "", "", -1 } },
      { "B_Carryall_ocamo", "", 7500, { "", "", -1 } },
      { "B_Carryall_oucamo", "", 7500, { "", "", -1 } },
      { "B_Carryall_mcamo", "", 7500, { "", "", -1 } },
      { "B_Carryall_oli", "", 7500, { "", "", -1 } },
      { "B_Carryall_khk", "", 7500, { "", "", -1 } },
      { "B_Carryall_cbr", "", 7500, { "", "", -1 } },
      { "B_OutdoorPack_blk", "", 500, { "", "", -1 } }
      };
      };

      class cop {
      title = "STR_Shops_C_Police";
      license = "";
      side = "cop";
      uniforms[] = {
      { "NONE", "Remove Uniform", 0, { "", "", -1 } },
      { "U_Rangemaster", "Cop Uniform", 25, { "", "", -1 } },
      { "U_B_CombatUniform_mcam", "", 350, { "", "", -1 } },
      { "U_B_Wetsuit", "", 1250, { "", "", -1 } },
      { "U_B_FullGhillie_sard", "", 1250, { "", "", -1 } },
      { "U_B_CTRG_Soldier_urb_1_F", "", 1250, { "", "", -1 } },
      { "U_B_CTRG_Soldier_urb_2_F", "", 1250, { "", "", -1 } },
      { "U_B_CTRG_Soldier_urb_3_F", "", 1250, { "", "", -1 } },
      { "U_B_CTRG_Soldier_F", "", 1250, { "", "", -1 } },
      { "U_B_CTRG_Soldier_2_F", "", 1250, { "", "", -1 } },
      { "U_B_CTRG_Soldier_3_F", "", 1250, { "", "", -1 } },
      { "U_B_CombatUniform_mcam_worn", "", 550, { "", "", -1 } }
      };
      headgear[] = {
      { "NONE", "Remove Hat", 0, { "", "", -1 } },
      { "H_MilCap_tna_F", "", 100, { "", "", -1 } },
      { "H_Cap_usblack", "", 100, { "", "", -1 } },
      { "H_Beret_blk", "", 120, { "", "",-1 } },
      { "H_Booniehat_khk", "", 120, { "", "", -1 } },
      { "H_Booniehat_khk_F", "", 120, { "", "", -1 } },
      { "H_Booniehat_oli", "", 120, { "", "", -1 } },
      { "H_HelmetB_light_black", "", 120, { "", "", -1 } },
      { "H_HelmetB_TI_tna_F", "", 120, { "", "", -1 } },
      { "H_HelmetB_light_tna_F", "", 120, { "", "", -1 } },
      { "H_HelmetB_light", "", 120, { "", "", -1 } },
      { "H_HelmetB_Enh_tna_F", "", 120, { "", "", -1 } },
      { "H_CrewHelmetHeli_B", "", 120, { "", "", -1 } },
      { "H_PilotHelmetHeli_B", "", 120, { "", "", -1 } },
      { "H_Watchcap_khk", "", 120, { "", "", -1 } },
      { "H_Beret_02", "", 120, { "", "", -1 } },
      { "H_Beret_Colonel", "", 120, { "", "", -1 } },
      { "H_Beret_gen_F", "", 120, { "", "", -1 } }
      };
      goggles[] = {
      { "NONE", "Remove Glasses", 0, { "", "", -1 } },
      { "G_Shades_Black", "", 25, { "", "", -1 } },
      { "G_Balaclava_TI_G_tna_F", "", 25, { "", "", -1 } },
      { "G_Shades_Blue", "", 20, { "", "", -1 } },
      { "G_Sport_Blackred", "", 20, { "", "", -1 } },
      { "G_Sport_Checkered", "", 20, { "", "", -1 } },
      { "G_Sport_Blackyellow", "", 20, { "", "", -1 } },
      { "G_Sport_BlackWhite", "", 20, { "", "", -1 } },
      { "G_Squares", "", 10, { "", "", -1 } },
      { "G_Aviator", "", 100, { "", "", -1 } },
      { "G_Lady_Mirror", "", 150, { "", "", -1 } },
      { "G_Lady_Dark", "", 150, { "", "", -1 } },
      { "G_Lady_Blue", "", 150, { "", "", -1 } },
      { "G_Lowprofile", "", 30, { "", "", -1 } },
      { "G_Diving", "", 500, { "", "", -1 } },
      { "G_Combat", "", 55, { "", "", -1 } }
      };
      vests[] = {
      { "NONE", "Remove Vest", 0, { "", "", -1 } },
      { "V_Rangemaster_belt", "", 800, { "", "", -1 } },
      { "V_Rangemaster_belt", "", 800, { "", "", -1 } },
      { "V_TacVest_oli", "", 1500, { "", "", -1 } },
      { "V_TacVest_blk", "", 1500, { "", "", -1 } },
      { "V_RebreatherB", "", 1500, { "", "", -1 } },
      { "V_TacVest_camo", "", 1500, { "", "", -1 } },
      { "V_PlateCarrier1_tna_F", "", 1500, { "", "", -1 } },
      { "V_PlateCarrier1_rgr_noflag_F", "", 1500, { "", "", -1 } },
      { "V_PlateCarrier2_rgr_noflag_F", "", 1500, { "", "", -1 } },
      { "V_PlateCarrierSpec_blk", "", 1500, { "", "", -1 } },
      { "V_PlateCarrierSpec_tna_F", "", 1500, { "", "", -1 } },
      { "V_PlateCarrierGL_blk", "", 1500, { "", "", -1 }
      };
      backpacks[] = {
      { "NONE", "Remove Backpack", 0, { "", "", -1 } },
      { "B_Kitbag_cbr", "", 800, { "", "", -1 } },
      { "B_ViperLightHarness_khk_F", "", 800, { "", "", -1 } },
      { "B_ViperLightHarness_blk_F", "", 800, { "", "", -1 } },
      { "B_ViperLightHarness_oli_F", "", 800, { "", "", -1 } },
      { "B_ViperHarness_oli_F", "", 800, { "", "", -1 } },
      { "B_ViperHarness_khk_F", "", 800, { "", "", -1 } },
      { "B_ViperHarness_blk_F", "", 800, { "", "", -1 } },
      { "B_Bergen_dgtl_F", "", 800, { "", "", -1 } },
      { "B_FieldPack_cbr", "", 500, { "", "", -1 } },
      { "B_AssaultPack_cbr", "", 700, { "", "", -1 } },
      { "B_Bergen_sgg", "", 2500, { "", "", -1 } },
      { "B_Carryall_cbr", "", 3500, { "", "", -1 } }
      };
      };

      class dive {
      title = "STR_Shops_C_Diving";
      license = "dive";
      side = "civ";
      uniforms[] = {
      { "NONE", "Remove Uniform", 0, { "", "", -1 } },
      { "U_B_Wetsuit", "", 2000, { "", "", -1 } }
      };
      headgear[] = {
      { "NONE", "Remove Hat", 0, { "", "", -1 } }
      };
      goggles[] = {
      { "NONE", "Remove Glasses", 0, { "", "", -1 } },
      { "G_Diving", "", 500, { "", "", -1 } }
      };
      vests[] = {
      { "NONE", "Remove Vest", 0, { "", "", -1 } },
      { "V_RebreatherB", "", 5000, { "", "", -1 } }
      };
      backpacks[] = {
      { "NONE", "Remove Backpack", 0, { "", "", -1 } }
      };
      };

      class gun_clothing {
      title = "STR_Shops_C_Gun";
      license = "gun";
      side = "civ";
      uniforms[] = {
      { "NONE", "Remove Uniform", 0, { "", "", -1 } }
      };
      headgear[] = {
      { "NONE", "Remove Hat", 0, { "", "", -1 } }
      };
      goggles[] = {
      { "NONE", "Remove Glasses", 0, { "", "", -1 } }
      };
      vests[] = {
      { "NONE", "Remove Vest", 0, { "", "", -1 } },
      { "V_Rangemaster_belt", "", 4900, { "", "", -1 } }
      };
      backpacks[] = {
      { "NONE", "Remove Backpack", 0, { "", "", -1 } }
      };
      };

      class gang_clothing {
      title = "STR_Shops_C_Gang";
      license = "";
      side = "civ";
      uniforms[] = {
      { "NONE", "Remove Uniform", 0, { "", "", -1 } }
      };
      headgear[] = {
      { "NONE", "Remove Hat", 0, { "", "", -1 } }
      };
      goggles[] = {
      { "NONE", "Remove Glasses", 0, { "", "", -1 } }
      };
      vests[] = {
      { "NONE", "Remove Vest", 0, { "", "", -1 } },
      { "V_Rangemaster_belt", "", 1900, { "", "", -1 } }
      };
      backpacks[] = {
      { "NONE", "Remove Backpack", 0, { "", "", -1 } }
      };
      };

      class med_clothing {
      title = "STR_MAR_EMS_Clothing_Shop";
      license = "";
      side = "med";
      uniforms[] = {
      { "NONE", "Remove Uniform", 0, { "", "", -1 } },
      { "U_Rangemaster", "EMS Uniform", 50, { "", "", -1 } }
      };
      headgear[] = {
      { "NONE", "Remove Hat", 0, { "", "", -1 } },
      { "H_Cap_blu", "", 10, { "", "", -1 } }
      };
      goggles[] = {
      { "NONE", "Remove Glasses", 0, { "", "", -1 } },
      { "G_Shades_Blue", "", 10, { "", "", -1 } }
      };
      vests[] = {
      { "NONE", "Remove Vest", 0, { "", "", -1 } }
      };
      backpacks[] = {
      { "NONE", "Remove Backpack", 0, { "", "", -1 } },
      { "B_FieldPack_oli", "EMS Backpack", 3000, { "", "", -1 } }
      };
      };

      class reb {
      title = "STR_Shops_C_Rebel";
      license = "rebel";
      side = "civ";
      uniforms[] = {
      { "NONE", "Remove Uniform", 0, { "", "", -1 } },
      { "U_IG_Guerilla1_1", "", 5000, { "", "", -1 } },
      { "U_I_G_Story_Protagonist_F", "", 7500, { "", "", -1 } },
      { "U_I_G_resistanceLeader_F", "", 11500, { "", "", -1 } },
      { "U_O_SpecopsUniform_ocamo", "", 17500, { "", "", -1 } },
      { "U_O_PilotCoveralls", "", 15610, { "", "", -1 } },
      { "U_IG_leader", "", 15340, { "", "", -1 } },
      { "U_I_FullGhillie_sard", "", 27340, { "", "", -1 } },
      { "U_I_FullGhillie_ard", "", 28340, { "", "", -1 } },
      { "U_I_CombatUniform", "", 17000, { "", "", -1 } },
      { "U_I_CombatUniform_tshirt", "", 19000, { "", "", -1 } },
      { "U_I_CombatUniform_shortsleeve", "", 18500, { "", "", -1 } },
      { "U_I_GhillieSuit", "", 20000, { "", "", -1 } },
      { "U_I_C_Soldier_Camo_F", "", 10000, { "", "", -1 } },
      { "U_O_GhillieSuit", "", 50000, { "", "", -1 } },
      { "U_I_C_Soldier_Para_2_F", "", 10000, { "", "", -1 } },
      { "U_I_C_Soldier_Para_4_F", "", 10000, { "", "", -1 } },
      { "U_I_C_Soldier_Para_1_F", "", 10000, { "", "", -1 } },
      { "U_I_C_Soldier_Bandit_2_F", "", 10000, { "", "", -1 } },
      { "U_I_C_Soldier_Bandit_4_F", "", 10000, { "", "", -1 } },
      { "U_O_T_Officer_F", "", 10000, { "", "", -1 } },
      { "U_O_T_FullGhillie_tna_F", "", 10000, { "", "", -1 } }
      };
      headgear[] = {
      { "NONE", "Remove Hat", 0, { "", "", -1 } },
      { "H_ShemagOpen_tan", "", 850, { "", "", -1 } },
      { "H_HelmetIA", "", 1000, { "", "", -1 } },
      { "H_HelmetIA_net", "", 1500, { "", "", -1 } },
      { "H_HelmetIA_camo", "", 1300, { "", "", -1 } },
      { "H_Booniehat_dgtl", "", 1500, { "", "", -1 } },
      { "H_Shemag_olive", "", 850, { "", "", -1 } },
      { "H_Cap_blk_Raven", "", 900, { "", "", -1 } },
      { "H_ShemagOpen_khk", "", 800, { "", "", -1 } },
      { "H_HelmetO_ocamo", "", 2500, { "", "", -1 } },
      { "H_MilCap_dgtl", "", 2000, { "", "", -1 } },
      { "H_HelmetCrew_I", "", 6000, { "", "", -1 } },
      { "H_MilCap_oucamo", "", 1200, { "", "", -1 } },
      { "H_Bandanna_camo", "", 650, { "", "", -1 } },
      { "H_Booniehat_tna_F", "", 750, { "", "", -1 } },
      { "H_MilCap_gen_F", "", 650, { "", "", -1 } },
      { "H_MilCap_tna_F", "", 650, { "", "", -1 } },
      { "H_MilCap_ghex_F", "", 650, { "", "", -1 } },
      { "H_HelmetLeaderO_ghex_F", "", 650, { "", "", -1 } }
      };
      goggles[] = {
      { "NONE", "Remove Glasses", 0, { "", "", -1 } },
      { "G_Shades_Black", "", 25, { "", "", -1 } },
      { "G_Shades_Blue", "", 20, { "", "", -1 } },
      { "G_Sport_Blackred", "", 20, { "", "", -1 } },
      { "G_Sport_Checkered", "", 20, { "", "", -1 } },
      { "G_Sport_Blackyellow", "", 20, { "", "", -1 } },
      { "G_Sport_BlackWhite", "", 20, { "", "", -1 } },
      { "G_Squares", "", 10, { "", "", -1 } },
      { "G_Lowprofile", "", 30, { "", "", -1 } },
      { "G_Combat", "", 55, { "", "", -1 } },
      // BI
      { "G_Balaclava_blk", "", 150, { "", "", -1 } },
      { "G_Balaclava_combat", "", 150, { "", "", -1 } },
      { "G_Balaclava_lowprofile", "", 150, { "", "", -1 } },
      { "G_Balaclava_oli", "", 150, { "", "", -1 } },
      { "G_Bandanna_aviator", "", 150, { "", "", -1 } },
      { "G_Bandanna_beast", "", 150, { "", "", -1 } },
      { "G_Bandanna_blk", "", 150, { "", "", -1 } },
      { "G_Bandanna_khk", "", 150, { "", "", -1 } },
      { "G_Bandanna_oli", "", 150, { "", "", -1 } },
      { "G_Bandanna_shades", "", 150, { "", "", -1 } },
      { "G_Bandanna_sport", "", 150, { "", "", -1 } },
      { "G_Bandanna_tan", "", 150, { "", "", -1 } }
      };
      vests[] = {
      { "NONE", "Remove Vest", 0, { "", "", -1 } },
      { "V_TacVest_khk", "", 12500, { "", "", -1 } },
      { "V_BandollierB_cbr", "", 4500, { "", "", -1 } },
      { "V_PlateCarrierIA1_dgtl", "", 6000, { "", "", -1 } },
      { "V_PlateCarrierIA2_dgtl", "", 7000, { "", "", -1 } },
      { "V_PlateCarrierIAGL_dgtl", "", 7500, { "", "", -1 } },
      { "V_HarnessO_brn", "", 7500, { "", "", -1 } },
      { "V_HarnessO_ghex_F", "", 12000, { "", "", -1 } },
      { "V_HarnessOGL_ghex_F", "", 13000, { "", "", -1 } },
      { "V_BandollierB_ghex_F", "", 14000, { "", "", -1 } }
      };
      backpacks[] = {
      { "NONE", "Remove Backpack", 0, { "", "", -1 } },
      { "B_AssaultPack_khk", "", 2000, { "", "", -1 } },
      { "B_Carryall_ghex_F", "", 7000, { "", "", -1 } },
      { "B_Bergen_tna_F", "", 9000, { "", "", -1 } },
      { "B_Bergen_hex_F", "", 10000, { "", "", -1 } },
      { "B_AssaultPack_dgtl", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_rgr", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_sgg", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_blk", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_cbr", "", 2000, { "", "", -1 } },
      { "B_AssaultPack_mcamo", "", 2000, { "", "", -1 } },
      { "B_TacticalPack_oli", "", 2500, { "", "", -1 } },
      { "B_Kitbag_mcamo", "", 3500, { "", "", -1 } },
      { "B_Kitbag_sgg", "", 3500, { "", "", -1 } },
      { "B_Kitbag_cbr", "", 3500, { "", "", -1 } },
      { "B_Bergen_sgg", "", 6500, { "", "", -1 } },
      { "B_Bergen_mcamo", "", 6500, { "", "", -1 } },
      { "B_Bergen_rgr", "", 6500, { "", "", -1 } },
      { "B_Bergen_blk", "", 6500, { "", "", -1 } },
      { "B_FieldPack_blk", "", 5000, { "", "", -1 } },
      { "B_FieldPack_ocamo", "", 5000, { "", "", -1 } },
      { "B_FieldPack_oucamo", "", 5000, { "", "", -1 } },
      { "B_Carryall_ocamo", "", 7500, { "", "", -1 } },
      { "B_Carryall_oucamo", "", 7500, { "", "", -1 } },
      { "B_Carryall_mcamo", "", 7500, { "", "", -1 } },
      { "B_Carryall_oli", "", 7500, { "", "", -1 } },
      { "B_Carryall_khk", "", 7500, { "", "", -1 } },
      { "B_Carryall_cbr", "", 7500, { "", "", -1 } },
      { "B_OutdoorPack_blk", "", 500, { "", "", -1 } }
      };
      };

      class kart {
      title = "STR_Shops_C_Kart";
      license = "";
      side = "civ";
      uniforms[] = {
      { "NONE", "Remove Uniform", 0, { "", "", -1 } },
      { "U_C_Driver_1_black", "", 1500, { "", "", -1 } },
      { "U_C_Driver_1_blue", "", 1500, { "", "", -1 } },
      { "U_C_Driver_1_red", "", 1500, { "", "", -1 } },
      { "U_C_Driver_1_orange", "", 1500, { "", "", -1 } },
      { "U_C_Driver_1_green", "", 1500, { "", "", -1 } },
      { "U_C_Driver_1_white", "", 1500, { "", "", -1 } },
      { "U_C_Driver_1_yellow", "", 1500, { "", "", -1 } },
      { "U_C_Driver_2", "", 3500, { "", "", -1 } },
      { "U_C_Driver_1", "", 3600, { "", "", -1 } },
      { "U_C_Driver_3", "", 3700, { "", "", -1 } },
      { "U_C_Driver_4", "", 3700, { "", "", -1 } }
      };
      headgear[] = {
      { "NONE", "Remove Hat", 0, { "", "", -1 } },
      { "H_RacingHelmet_1_black_F", "", 1000, { "", "", -1 } },
      { "H_RacingHelmet_1_red_F", "", 1000, { "", "", -1 } },
      { "H_RacingHelmet_1_white_F", "", 1000, { "", "", -1 } },
      { "H_RacingHelmet_1_blue_F", "", 1000, { "", "", -1 } },
      { "H_RacingHelmet_1_yellow_F", "", 1000, { "", "", -1 } },
      { "H_RacingHelmet_1_green_F", "", 1000, { "", "", -1 } },
      { "H_RacingHelmet_1_F", "", 2500, { "", "", -1 } },
      { "H_RacingHelmet_2_F", "", 2500, { "", "", -1 } },
      { "H_RacingHelmet_3_F", "", 2500, { "", "", -1 } },
      { "H_RacingHelmet_4_F", "", 2500, { "", "", -1 } }
      };
      goggles[] = {
      { "NONE", "Remove Glasses", 0, { "", "", -1 } }
      };
      vests[] = {
      { "NONE", "Remove Vest", 0, { "", "", -1 } }
      };
      backpacks[] = {
      { "NONE", "Remove Backpack", 0, { "", "", -1 } }
      };
      };
      };

    • ArmA 3: Dedicated Server einrichten unter Windows (mit extDB3 & 64bit) (Altis Life & Tanoa Life) [2025 Tutorial / Guide]

      • Gamerfreak
      • 21. Juli 2016 um 19:29

      Jetzt hat mein Server gestartet! VIELEN DANK
      Nur habe ich jetzt ein anderes Problem!
      Wenn ich auf denn Server joine so kommt die Meldung Setting up client pls wait
      Ich hab den verdacht das mein [lexicon]extDB[/lexicon] nicht richtig verbunden ist weil ich keine aktuellen Logs dort habe!
      ich hab die [lexicon]extDB[/lexicon] von Altis Life 4.4 genommen... kann es daran liegen?

    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™