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
Fr: 18 Juli 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

    Drogendealer Funktionier nicht

    • xlmToXic
    • 9. März 2019 um 17:52
    • Erledigt
    • xlmToXic
      Frischling
      Reaktionen
      1
      Trophäen
      8
      Beiträge
      6
      • 9. März 2019 um 17:52
      • #1

      Ich grüße euch,

      folgendes Problem habe ich mit meinen Server. Wenn ich auf den Drogendealer zugreifen möchte bekomm ich folgende Meldung inGame "Config does not exist?". Habe schon in der @life_server in der init.sqf geschaut und auch auf den Schildern meine Dealer_1, Dealer_2, Dealer_3. Doch irgendwie gehts es immer noch nicht in den Logs finde ich auch den Fehler nicht an was kann es noch liegen.

      Schonmal danke für eure Hilfe.

    • warsteiner
      Amateur
      Reaktionen
      20
      Trophäen
      11
      Beiträge
      257
      • 9. März 2019 um 18:01
      • #2

      Einmal trotzdem die Logs anhängen da man selber gerne auch mal was übersieht was andere dann sehen

    • xlmToXic
      Frischling
      Reaktionen
      1
      Trophäen
      8
      Beiträge
      6
      • 9. März 2019 um 18:27
      • #3

      Ja hier ist sie

      Dateien

      18-20-7.log 57,61 kB – 203 Downloads
    • Alice Kingsleigh
      Profi
      Reaktionen
      329
      Trophäen
      8
      Beiträge
      1.141
      • 9. März 2019 um 18:29
      • #4

      Client Logs bitte

    • xlmToXic
      Frischling
      Reaktionen
      1
      Trophäen
      8
      Beiträge
      6
      • 9. März 2019 um 18:37
      • #5

      Das müssten die Client Logs sein

      Dateien

      Arma3_x64_2019-03-09_16-54-20.rpt 157,85 kB – 204 Downloads
    • Alice Kingsleigh
      Profi
      Reaktionen
      329
      Trophäen
      8
      Beiträge
      1.141
      • 9. März 2019 um 18:43
      • #6

      Es sind natürlich sehr viele Fehler da. Das Hauptproblem sehe ich aber darin, dass es Probleme mit ArmA selber gibt.

      18:19:14 Sound: Error: File: a3\sounds_f\weapons\shells\7_62\shellcase_762_dirt_04.wss not found !!! da fehlt auf jeden Fall was. Nun bin ich mir nicht ganz sicher müsste aber am Clienten liegen, also bei dir am PC. Lass ArmA mal auf Fehler überprüfen. Die anderen Fehler hast du gesehen? Wenn nicht schaue rein und korrigiere sie. Einen direkten Fehler mit den Drogendealern sehe ich nicht, aber einige andere die das verursachen könnten durch Folgefehler.

    • wepper
      Schüler
      Reaktionen
      25
      Trophäen
      8
      Beiträge
      125
      • 10. März 2019 um 01:05
      • #7

      16:57:47 Warning Message: No entry 'mpmissions\__CUR_MP.Altis\description.ext/life_spawn_selection/controlsBackground/MapView.widthRailWay'.

      Lösung
      Zitat von moeck

      so ich habe gestern noch den Hinweis bekommen, dass der richtige weg eigentlich die Änderung in der common.hpp ist. Heißt ihr müsst die Life_RscMapControl in der common.hpp tauschen

      Code
      class Life_RscMapControl
      {
          access = 0;
          type = 101;
          idc = 51;
          style = 48;
          colorBackground[] = {0.969,0.957,0.949,1};
          colorOutside[] = {0,0,0,1};
          colorText[] = {0,0,0,1};
          font = "TahomaB";
          sizeEx = 0.04;
          colorSea[] = {0.467,0.631,0.851,0.5};
          colorForest[] = {0.624,0.78,0.388,0.5};
          colorRocks[] = {0,0,0,0.3};
          colorCountlines[] = {0.572,0.354,0.188,0.25};
          colorMainCountlines[] = {0.572,0.354,0.188,0.5};
          colorCountlinesWater[] = {0.491,0.577,0.702,0.3};
          colorMainCountlinesWater[] = {0.491,0.577,0.702,0.6};
          colorForestBorder[] = {0,0,0,0};
          colorRocksBorder[] = {0,0,0,0};
          colorPowerLines[] = {0.1,0.1,0.1,1};
          colorRailWay[] = {0.8,0.2,0,1};
          colorNames[] = {0.1,0.1,0.1,0.9};
          colorInactive[] = {1,1,1,0.5};
          colorLevels[] = {0.286,0.177,0.094,0.5};
          colorTracks[] = {0.84,0.76,0.65,0.15};
          colorRoads[] = {0.7,0.7,0.7,1};
          colorMainRoads[] = {0.9,0.5,0.3,1};
          colorTracksFill[] = {0.84,0.76,0.65,1};
          colorRoadsFill[] = {1,1,1,1};
          colorMainRoadsFill[] = {1,0.6,0.4,1};
          colorGrid[] = {0.1,0.1,0.1,0.6};
          colorGridMap[] = {0.1,0.1,0.1,0.6};
          stickX[] = {0.2,{"Gamma",1,1.5}};
          stickY[] = {0.2,{"Gamma",1,1.5}};
          widthRailWay = 1;
          class Legend
          {
              colorBackground[] = {1,1,1,0.5};
              color[] = {0,0,0,1};
              x = "SafeZoneX + (((safezoneW / safezoneH) min 1.2) / 40)";
              y = "SafeZoneY + safezoneH - 4.5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
              w = "10 * (((safezoneW / safezoneH) min 1.2) / 40)";
              h = "3.5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
              font = "RobotoCondensed";
              sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
          };
          class ActiveMarker
          {
              color[] = {0.3,0.1,0.9,1};
              size = 50;
          };
          class Command
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\waypoint_ca.paa";
              size = 18;
              importance = 1;
              coefMin = 1;
              coefMax = 1;
          };
          class Task
          {
              colorCreated[] = {1,1,1,1};
              colorCanceled[] = {0.7,0.7,0.7,1};
              colorDone[] = {0.7,1,0.3,1};
              colorFailed[] = {1,0.3,0.2,1};
              color[] = {"(profilenamespace getvariable ['IGUI_TEXT_RGB_R',0])","(profilenamespace getvariable ['IGUI_TEXT_RGB_G',1])","(profilenamespace getvariable ['IGUI_TEXT_RGB_B',1])","(profilenamespace getvariable ['IGUI_TEXT_RGB_A',0.8])"};
              icon = "\A3\ui_f\data\map\mapcontrol\taskIcon_CA.paa";
              iconCreated = "\A3\ui_f\data\map\mapcontrol\taskIconCreated_CA.paa";
              iconCanceled = "\A3\ui_f\data\map\mapcontrol\taskIconCanceled_CA.paa";
              iconDone = "\A3\ui_f\data\map\mapcontrol\taskIconDone_CA.paa";
              iconFailed = "\A3\ui_f\data\map\mapcontrol\taskIconFailed_CA.paa";
              size = 27;
              importance = 1;
              coefMin = 1;
              coefMax = 1;
          };
          class CustomMark
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\custommark_ca.paa";
              size = 24;
              importance = 1;
              coefMin = 1;
              coefMax = 1;
          };
          class Tree
          {
              color[] = {0.45,0.64,0.33,0.4};
              icon = "\A3\ui_f\data\map\mapcontrol\bush_ca.paa";
              size = 12;
              importance = "0.9 * 16 * 0.05";
              coefMin = 0.25;
              coefMax = 4;
          };
          class SmallTree
          {
              color[] = {0.45,0.64,0.33,0.4};
              icon = "\A3\ui_f\data\map\mapcontrol\bush_ca.paa";
              size = 12;
              importance = "0.6 * 12 * 0.05";
              coefMin = 0.25;
              coefMax = 4;
          };
          class Bush
          {
              color[] = {0.45,0.64,0.33,0.4};
              icon = "\A3\ui_f\data\map\mapcontrol\bush_ca.paa";
              size = "14/2";
              importance = "0.2 * 14 * 0.05 * 0.05";
              coefMin = 0.25;
              coefMax = 4;
          };
          class Church
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\church_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Chapel
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\Chapel_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Cross
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\Cross_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Rock
          {
              color[] = {0.1,0.1,0.1,0.8};
              icon = "\A3\ui_f\data\map\mapcontrol\rock_ca.paa";
              size = 12;
              importance = "0.5 * 12 * 0.05";
              coefMin = 0.25;
              coefMax = 4;
          };
          class Bunker
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\bunker_ca.paa";
              size = 14;
              importance = "1.5 * 14 * 0.05";
              coefMin = 0.25;
              coefMax = 4;
          };
          class Fortress
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\bunker_ca.paa";
              size = 16;
              importance = "2 * 16 * 0.05";
              coefMin = 0.25;
              coefMax = 4;
          };
          class Fountain
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\fountain_ca.paa";
              size = 11;
              importance = "1 * 12 * 0.05";
              coefMin = 0.25;
              coefMax = 4;
          };
          class ViewTower
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\viewtower_ca.paa";
              size = 16;
              importance = "2.5 * 16 * 0.05";
              coefMin = 0.5;
              coefMax = 4;
          };
          class Lighthouse
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\lighthouse_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Quay
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\quay_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Fuelstation
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\fuelstation_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Hospital
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\hospital_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class BusStop
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\busstop_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Transmitter
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\transmitter_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Stack
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\stack_ca.paa";
              size = 20;
              importance = "2 * 16 * 0.05";
              coefMin = 0.9;
              coefMax = 4;
          };
          class Ruin
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\ruin_ca.paa";
              size = 16;
              importance = "1.2 * 16 * 0.05";
              coefMin = 1;
              coefMax = 4;
          };
          class Tourism
          {
              color[] = {0,0,0,1};
              icon = "\A3\ui_f\data\map\mapcontrol\tourism_ca.paa";
              size = 16;
              importance = "1 * 16 * 0.05";
              coefMin = 0.7;
              coefMax = 4;
          };
          class Watertower
          {
              color[] = {1,1,1,1};
              icon = "\A3\ui_f\data\map\mapcontrol\watertower_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
          };
          class Waypoint
          {
              color[] = {0,0,0,1};
              size = 24;
              importance = 1;
              coefMin = 1;
              coefMax = 1;
              icon = "\A3\ui_f\data\map\mapcontrol\waypoint_ca.paa";
          };
          class WaypointCompleted
          {
              color[] = {0,0,0,1};
              size = 24;
              importance = 1;
              coefMin = 1;
              coefMax = 1;
              icon = "\A3\ui_f\data\map\mapcontrol\waypointCompleted_ca.paa";
          };
          moveOnEdges = 0;//1;
          x = "SafeZoneXAbs";
          y = "SafeZoneY + 1.5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
          w = "SafeZoneWAbs";
          h = "SafeZoneH - 1.5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
          shadow = 0;
          ptsPerSquareSea = 5;
          ptsPerSquareTxt = 3;
          ptsPerSquareCLn = 10;
          ptsPerSquareExp = 10;
          ptsPerSquareCost = 10;
          ptsPerSquareFor = 9;
          ptsPerSquareForEdge = 9;
          ptsPerSquareRoad = 6;
          ptsPerSquareObj = 9;
          showCountourInterval = 0;
          scaleMin = 0.001;
          scaleMax = 1;
          scaleDefault = 0.16;
          maxSatelliteAlpha = 0.85;
          alphaFadeStartScale = 0.35;
          alphaFadeEndScale = 0.4;
          fontLabel = "RobotoCondensed";
          sizeExLabel = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
          fontGrid = "TahomaB";
          sizeExGrid = 0.02;
          fontUnits = "TahomaB";
          sizeExUnits = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
          fontNames = "RobotoCondensed";
          sizeExNames = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8) * 2";
          fontInfo = "RobotoCondensed";
          sizeExInfo = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
          fontLevel = "TahomaB";
          sizeExLevel = 0.02;
          text = "#(argb,8,8,3)color(1,1,1,1)";
          //text = "\a3\ui_f\data\map_background2_co.paa";
          class power
          {
              icon = "\A3\ui_f\data\map\mapcontrol\power_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
              color[] = {1,1,1,1};
          };
          class powersolar
          {
              icon = "\A3\ui_f\data\map\mapcontrol\powersolar_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
              color[] = {1,1,1,1};
          };
          class powerwave
          {
              icon = "\A3\ui_f\data\map\mapcontrol\powerwave_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
              color[] = {1,1,1,1};
          };
          class powerwind
          {
              icon = "\A3\ui_f\data\map\mapcontrol\powerwind_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
              color[] = {1,1,1,1};
          };
          class shipwreck
          {
              icon = "\A3\ui_f\data\map\mapcontrol\shipwreck_CA.paa";
              size = 24;
              importance = 1;
              coefMin = 0.85;
              coefMax = 1;
              color[] = {1,1,1,1};
          };
          class LineMarker
          {
              lineDistanceMin = 3e-005;
              lineLengthMin = 5;
              lineWidthThick = 0.014;
              lineWidthThin = 0.008;
              textureComboBoxColor = "#(argb,8,8,3)color(1,1,1,1)";
          };
      };
      Alles anzeigen
      Code
      17:02:40 Error in expression <alse;};
      
      if (_vendor in [mari_processor,coke_processor,heroin_processor]) then {>
      17:02:40   Error position: <coke_processor,heroin_processor]) then {>
      17:02:40   Error Undefined variable in expression: coke_processor
      17:02:40 File core\actions\fn_processAction.sqf [life_fnc_processAction], line 104

      Da hast du nen größeren Fehler in der core\actions\fn_processAction.sqf

      Noch mehr Fehler

      17:10:00 Error in expression <e_fnc_fetchCfgDetails;

      _pic = (_details select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:00 Error position: <select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:00 Error Zero divisor

      17:10:00 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 125

      17:10:00 Error in expression <qualTo "") then {

      _list lbAdd (_details select 1);

      } else {

      _list lbAdd _display>

      17:10:00 Error position: <select 1);

      } else {

      _list lbAdd _display>

      17:10:00 Error Zero divisor

      17:10:00 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 135

      17:10:00 Error in expression <tValue [(lbSize _list)-1,_price];

      _list lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:00 Error position: <lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:00 Error Type Any, expected String

      17:10:00 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 142

      17:10:00 Error in expression <ivate "_pic";

      private "_details";

      {

      _x params [

      ["_className", "NONE", [""]],

      [>

      17:10:00 Error position: <params [

      ["_className", "NONE", [""]],

      [>

      17:10:00 Error Params: Type String, expected Number

      17:10:00 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 117

      17:10:00 Error in expression <1 "">

      17:10:00 Error position: <"">

      17:10:00 Error Missing ;

      17:10:00 Error in expression <1 "">

      17:10:00 Error position: <"">

      17:10:00 Error Missing ;

      17:10:02 Error in expression <e_fnc_fetchCfgDetails;

      _pic = (_details select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:02 Error position: <select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:02 Error Zero divisor

      17:10:02 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 125

      17:10:02 Error in expression <qualTo "") then {

      _list lbAdd (_details select 1);

      } else {

      _list lbAdd _display>

      17:10:02 Error position: <select 1);

      } else {

      _list lbAdd _display>

      17:10:02 Error Zero divisor

      17:10:02 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 135

      17:10:02 Error in expression <tValue [(lbSize _list)-1,_price];

      _list lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:02 Error position: <lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:02 Error Type Any, expected String

      17:10:02 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 142

      17:10:02 Error in expression <ivate "_pic";

      private "_details";

      {

      _x params [

      ["_className", "NONE", [""]],

      [>

      17:10:02 Error position: <params [

      ["_className", "NONE", [""]],

      [>

      17:10:02 Error Params: Type String, expected Number

      17:10:02 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 117

      17:10:02 Error in expression <1 "">

      17:10:02 Error position: <"">

      17:10:02 Error Missing ;

      17:10:02 Error in expression <1 "">

      17:10:02 Error position: <"">

      17:10:02 Error Missing ;

      17:10:05 Error in expression <e_fnc_fetchCfgDetails;

      _pic = (_details select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:05 Error position: <select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:05 Error Zero divisor

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 125

      17:10:05 Error in expression <qualTo "") then {

      _list lbAdd (_details select 1);

      } else {

      _list lbAdd _display>

      17:10:05 Error position: <select 1);

      } else {

      _list lbAdd _display>

      17:10:05 Error Zero divisor

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 135

      17:10:05 Error in expression <tValue [(lbSize _list)-1,_price];

      _list lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:05 Error position: <lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:05 Error Type Any, expected String

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 142

      17:10:05 Error in expression <e_fnc_fetchCfgDetails;

      _pic = (_details select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:05 Error position: <select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:05 Error Zero divisor

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 125

      17:10:05 Error in expression <qualTo "") then {

      _list lbAdd (_details select 1);

      } else {

      _list lbAdd _display>

      17:10:05 Error position: <select 1);

      } else {

      _list lbAdd _display>

      17:10:05 Error Zero divisor

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 135

      17:10:05 Error in expression <tValue [(lbSize _list)-1,_price];

      _list lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:05 Error position: <lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:05 Error Type Any, expected String

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 142

      17:10:05 Error in expression <e_fnc_fetchCfgDetails;

      _pic = (_details select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:05 Error position: <select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:05 Error Zero divisor

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 125

      17:10:05 Error in expression <qualTo "") then {

      _list lbAdd (_details select 1);

      } else {

      _list lbAdd _display>

      17:10:05 Error position: <select 1);

      } else {

      _list lbAdd _display>

      17:10:05 Error Zero divisor

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 135

      17:10:05 Error in expression <tValue [(lbSize _list)-1,_price];

      _list lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:05 Error position: <lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:05 Error Type Any, expected String

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 142

      17:10:05 Error in expression <e_fnc_fetchCfgDetails;

      _pic = (_details select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:05 Error position: <select 2);

      };

      if ([_x] call life_fnc_le>

      17:10:05 Error Zero divisor

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 125

      17:10:05 Error in expression <qualTo "") then {

      _list lbAdd (_details select 1);

      } else {

      _list lbAdd _display>

      17:10:05 Error position: <select 1);

      } else {

      _list lbAdd _display>

      17:10:05 Error Zero divisor

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 135

      17:10:05 Error in expression <tValue [(lbSize _list)-1,_price];

      _list lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:05 Error position: <lbSetPicture [(lbSize _list)-1,_pic];

      };>

      17:10:05 Error Type Any, expected String

      17:10:05 File core\shops\fn_clothingFilter.sqf [life_fnc_clothingFilter], line 142

      Die sind primär durch falsche clothing CFG entstanden -> Prüfe die Einträge der Kleidungsshops

      17:22:07 Error in expression < 5m of the cashier to rob him!" };

      Shoprob ebenfalls fehlerhaft

      if !(_kassa) then { _kassa = 1000; };

      if (_ri>

      17:22:07 Error position: <_kassa) then { _kassa = 1000; };

      if (_ri>

      17:22:07 Error Undefined variable in expression: _kassa

      17:22:07 File core\actions\fn_robShops.sqf [life_fnc_robShops], line 8

      Definiere die Variable _kasse

      Code
      File mpmissions\__CUR_MP.Altis\config\Config_Weapons.hpp, line 122: '/WeaponShops/Schwarzmarkt.name': Missing ';' at the end of line

      Behebung steht dabei

      Dann sind noch einige Fahrzeuge nicht korrekt in der Fahrzeugkonfig eingetragen, aber das ist kein rießen Fehler, aber wirft halt nen Logentry.

      Löse die Fehler mal der Reihe nach und schaue in Zukunft immer mal wieder in die Logs, um solche Fehler selbst zu finden. Außerdem lohnt es sich, den Startparameter -showscripterrors zu aktivieren, wenn man in Arma developt.

    Registrieren oder Einloggen

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

    Registrieren

    Ähnliche Themen

    • Nachrichten werden nicht mehr angezeigt

      • Essen
      • 21. Januar 2019 um 20:01
      • Hilfeforum
    • Warum OceanOne? Altis Life Komm in die Community

      • Mike Simens
      • 16. Juli 2018 um 20:13
      • Archiv
    • Ich komme nicht auf meinen neuen Lakeside Server.

      • Tomcat
      • 1. Mai 2018 um 20:27
      • 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™