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: 20 August 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. Roy Mustang

    Beiträge von Roy Mustang

    • Gebeude mit Lizenzen verschlissen

      • Roy Mustang
      • 3. Februar 2017 um 12:36

      Schönen guten Tag.
      Ich habe eine Frage.
      Die wäre,kann ich einstellen das man mit einer Lizenz die Gebeude öffnen kann ?
      Ich meine das so:

      Das ein cop mit der Lizenz X das Haus öffnen kann. Es kann aber auch nur das Haus geöffnen werden wenn man die Lizenz X hat.
      Kann mir da jemand helfen ?

      Das haus kann ich schon schlissen

      Spoiler anzeigen
      • /*
      • Author: Bryan "Tonic" Boardwine
      • Description:
      • Locks up the entire house and closes all doors.
      • */
      • params @@0c97f0a7ed56d94343f564e6c3d7243f95e70812@@];
      • if(isNull _house OR !(_house isKindOf "House_F")) exitWith {};
      • _numberOfDoors = getNumber(configFile >> "CfgVehicles" >> (typeOf _house) >> "numberOfDoors");
      • if(_numberOfDoors == -1 OR _numberOfDoors == 0) exitWith {}; //MEH
      • titleText [localize "STR_House_LockingUp","PLAIN"];
      • sleep 3;
      • for "_i" from 1 to _numberOfDoors do {
      • _house animate[format["door_%1_rot",_i],0];
      • _house setVariable[format["bis_disabled_Door_%1",_i],1,true];
      • };
      • _house setVariable["locked",true,true];
      • titleText[localize "STR_House_LockedUp","PLAIN"];
    • Für Cops Heuser Kauf barmachen

      • Roy Mustang
      • 1. Februar 2017 um 18:36

      Und so eine Scheiße kann ich nicht gebrauchen.

    • Für Cops Heuser Kauf barmachen

      • Roy Mustang
      • 1. Februar 2017 um 18:34

      Ok tordem danke

    • Für Cops Heuser Kauf barmachen

      • Roy Mustang
      • 1. Februar 2017 um 18:24

      Schönen guten Tag ich Möchte für cops heiser kaufbar machen. und mein frage ist was muss da alles machen ich habe es mir schon etwas angeschaut ich will nämich wissen ob das reicht wenn ich das mache. wenn etwas nicht richtig ist wehre es nett wenn ich mir das schreibt. Also jetzt kommen die datein.

      Die Lizenz zum kauf für die cops kauf bar machen das kann ich.

      fn_initCiv.sqf Das in die fn_initCop.sqf einfügen

      Spoiler anzeigen

      private["_spawnPos"];
      civ_spawn_1 = nearestObjects[getMarkerPos "civ_spawn_1", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
      civ_spawn_2 = nearestObjects[getMarkerPos "civ_spawn_2", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
      civ_spawn_3 = nearestObjects[getMarkerPos "civ_spawn_3", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
      civ_spawn_4 = nearestObjects[getMarkerPos "civ_spawn_4", ["Land_i_Shop_01_V1_F","Land_i_Shop_01_V2_F","Land_i_Shop_01_V3_F","Land_i_Shop_02_V1_F","Land_i_Shop_02_V2_F","Land_i_Shop_02_V3_F"],250];
      waitUntil {!(isNull (findDisplay 46))};
      if (life_is_alive && !life_is_arrested) then {
      /* Spawn at our last position */
      player setVehiclePosition [life_civ_position, [], 0, "CAN_COLLIDE"];
      } else {
      if (!life_is_alive && !life_is_arrested) then {
      if (LIFE_SETTINGS(getNumber,"save_civilian_positionStrict") isEqualTo 1) then {
      _handle = [] spawn life_fnc_civLoadout;
      waitUntil {scriptDone _handle}; CASH = 0;
      };

      fn_copHouseOwner.sqf Löschen

      Spoiler anzeigen

      /*
      File: fn_copHouseOwner.sqf
      Author:

      Description:
      Displays the house owner
      */
      private["_house"];
      _house = [_this,0,ObjNull,[ObjNull]] call BIS_fnc_param;
      if (isNull _house || !(_house isKindOf "House_F")) exitWith {};
      if (isNil {(_house getVariable "house_owner")}) exitWith {hint localize "STR_House_Raid_NoOwner"};
      hint parseText format["<t color='#FF0000'><t size='2'>" +(localize "STR_House_Raid_Owner")+ "</t></t><br/>%1",(_house getVariable "house_owner") select 1];


      Reicht das schon oder muss mann noch etwas machen ? könnt ihr mir helfen?

    • Unser kann nicht auf den server joinin

      • Roy Mustang
      • 31. Januar 2017 um 20:13

      Es schent geklapt zu haben er hat respwan grdrück und wurde tepet

    • Unser kann nicht auf den server joinin

      • Roy Mustang
      • 31. Januar 2017 um 19:57

      Schönen guten Abend.Ich habe folgnes Problem.
      Das ist wir haben jemand der auf unsren mod server spielen will.Er
      kommt nicht rauf es kommt eine Fehlermeldung von TFR das er eine alte Version hat
      und spwand in Wasser. er ist der Einzigste mit den Poroblem er hat es auch schon nach ferhlern untersucht.
      und wir haben 15andre Spieler bei den es geht. Könnt ihr mir helfen ?


      Hir der log ab den er drauf geklommen ist das war so 19:12


      Spoiler anzeigen

      19:01:06 Server: Object 3:25 not found (message Type_93)
      19:01:06 Error: Object(3 : 25) not found
      19:03:19 Server: Object 3:26 not found (message Type_93)
      19:03:19 Server: Object 3:28 not found (message Type_121)
      19:04:42 Client: Remote object 5:0 not found
      19:05:03 Warning: Cleanup player - person 3:31 not found
      19:05:04 Warning: Cleanup player - person 3:31 not found
      19:07:39 Client: Remote object 6:0 not found
      19:08:15 Warning: Cleanup player - person 3:39 not found
      19:08:19 Warning: Cleanup player - person 3:39 not found
      19:10:08 Client: Remote object 7:0 not found
      19:11:39 Warning: Cleanup player - person 7:10 not found
      19:12:23 Warning: Cleanup player - person 3:47 not found
      19:12:24 Warning: Cleanup player - person 3:47 not found
      19:15:09 Client: Remote object 8:0 not found
      19:18:23 Warning: Cleanup player - person 8:10 not found
      19:19:12 Warning: Cleanup player - person 3:55 not found
      19:21:57 Server: Object 3:59 not found (message Type_131)
      19:21:57 Server: Object 3:60 not found (message Type_132)
      19:21:57 Server: Object 3:61 not found (message Type_436)
      19:21:58 Dimensions in class B_static_AA_F should be an array of size 2.
      19:23:42 Ragdoll - loading of ragdoll source "Soldier" started.
      19:23:42 Ragdoll - loading of ragdoll source "Soldier" finished successfully.
      19:25:33 Server: Object 2:180 not found (message Type_121)
      19:25:37 Server: Object 3:78 not found (message Type_121)
      19:25:37 Server: Object 2:438 not found (message Type_121)
      19:25:46 Server: Object 2:180 not found (message Type_93)
      19:25:52 Server: Object 2:180 not found (message Type_161)
      19:25:55 Server: Object 2:438 not found (message Type_93)
      19:26:26 Server: Object 2:180 not found (message Type_93)
      19:26:35 Server: Object 2:438 not found (message Type_93)
      19:26:46 Server: Object 2:180 not found (message Type_121)
      19:26:47 Server: Object 4:26 not found (message Type_435)
      19:26:47 Server: Object 4:27 not found (message Type_435)
      19:26:50 Server: Object 2:438 not found (message Type_121)
      19:27:06 Server: Object 2:180 not found (message Type_93)
      19:27:15 Server: Object 2:438 not found (message Type_93)
      19:27:46 Server: Object 2:180 not found (message Type_93)
      19:27:55 Server: Object 2:438 not found (message Type_93)
      19:27:59 Server: Object 2:180 not found (message Type_121)
      19:28:03 Server: Object 2:438 not found (message Type_121)
      19:28:17 Server: Object 2:438 not found (message Type_161)
      19:28:26 Server: Object 2:180 not found (message Type_93)
      19:28:35 Server: Object 2:438 not found (message Type_93)
      19:28:55 Server: Object 2:180 not found (message Type_161)
      19:29:06 Server: Object 2:180 not found (message Type_93)
      19:29:12 Server: Object 2:180 not found (message Type_121)
      19:29:15 Server: Object 2:438 not found (message Type_93)
      19:29:16 Server: Object 2:438 not found (message Type_121)
      19:29:46 Server: Object 2:180 not found (message Type_93)
      19:29:55 Server: Object 2:438 not found (message Type_93)
      19:30:25 Server: Object 2:180 not found (message Type_121)
      19:30:26 Server: Object 2:180 not found (message Type_93)
      19:30:29 Server: Object 2:438 not found (message Type_121)
      19:30:35 Server: Object 2:438 not found (message Type_93)
      19:30:42 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:30:53 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:31:06 Server: Object 2:180 not found (message Type_93)
      19:31:15 Server: Object 2:438 not found (message Type_93)
      19:31:20 Server: Object 2:438 not found (message Type_161)
      19:31:38 Server: Object 2:180 not found (message Type_121)
      19:31:42 Server: Object 2:438 not found (message Type_121)
      19:31:46 Server: Object 2:180 not found (message Type_93)
      19:31:55 Server: Object 2:438 not found (message Type_93)
      19:31:57 Server: Object 2:180 not found (message Type_161)
      19:32:06 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:32:17 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:32:26 Server: Object 2:180 not found (message Type_93)
      19:32:27 Server: Object 4:47 not found (message Type_114)
      19:32:27 No glasses for R Foxtrot 4-3:1 REMOTE
      19:32:27 No glasses for R Foxtrot 4-3:1 REMOTE
      19:32:35 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:32:35 Server: Object info 4:51 not found during Changing Owner
      19:32:35 Server: Object info 4:50 not found during Changing Owner
      19:32:35 Server: Object 2:438 not found (message Type_93)
      19:32:51 Server: Object 2:180 not found (message Type_121)
      19:32:56 Server: Object 2:438 not found (message Type_121)
      19:33:06 Server: Object 2:180 not found (message Type_93)
      19:33:15 Server: Object 2:438 not found (message Type_93)
      19:33:46 Server: Object 2:180 not found (message Type_93)
      19:33:55 Server: Object 2:438 not found (message Type_93)
      19:34:04 Server: Object 2:180 not found (message Type_121)
      19:34:09 Server: Object 2:438 not found (message Type_121)
      19:34:23 Server: Object 2:438 not found (message Type_161)
      19:34:26 Server: Object 2:180 not found (message Type_93)
      19:34:35 Server: Object 2:438 not found (message Type_93)
      19:34:59 Server: Object 2:180 not found (message Type_161)
      19:35:06 Server: Object 2:180 not found (message Type_93)
      19:35:15 Server: Object 2:438 not found (message Type_93)
      19:35:17 Server: Object 2:180 not found (message Type_121)
      19:35:23 Server: Object 2:438 not found (message Type_121)
      19:35:46 Server: Object 2:180 not found (message Type_93)
      19:35:55 Server: Object 2:438 not found (message Type_93)
      19:36:26 Server: Object 2:180 not found (message Type_93)
      19:36:30 Server: Object 2:180 not found (message Type_121)
      19:36:35 Server: Object 2:438 not found (message Type_93)
      19:36:36 Server: Object 2:438 not found (message Type_121)
      19:37:06 Server: Object 2:180 not found (message Type_93)
      19:37:15 Server: Object 2:438 not found (message Type_93)
      19:37:26 Server: Object 2:438 not found (message Type_161)
      19:37:44 Server: Object 2:180 not found (message Type_121)
      19:37:46 Server: Object 2:180 not found (message Type_93)
      19:37:49 Server: Object 2:438 not found (message Type_121)
      19:37:55 Server: Object 2:438 not found (message Type_93)
      19:38:02 Server: Object 2:180 not found (message Type_161)
      19:38:26 Server: Object 2:180 not found (message Type_93)
      19:38:35 Server: Object 2:438 not found (message Type_93)
      19:38:57 Server: Object 2:180 not found (message Type_121)
      19:39:03 Server: Object 2:438 not found (message Type_121)
      19:39:06 Server: Object 2:180 not found (message Type_93)
      19:39:15 Server: Object 2:438 not found (message Type_93)
      19:39:46 Server: Object 2:180 not found (message Type_93)
      19:39:55 Server: Object 2:438 not found (message Type_93)
      19:40:10 Server: Object 2:180 not found (message Type_121)
      19:40:16 Server: Object 2:438 not found (message Type_121)
      19:40:26 Server: Object 2:180 not found (message Type_93)
      19:40:29 Server: Object 2:438 not found (message Type_161)
      19:40:35 Server: Object 2:438 not found (message Type_93)
      19:41:04 Server: Object 2:180 not found (message Type_161)
      19:41:06 Server: Object 2:180 not found (message Type_93)
      19:41:08 Server: Object 4:52 not found (message Type_109)
      19:41:15 Server: Object 2:438 not found (message Type_93)
      19:41:23 Server: Object 2:180 not found (message Type_121)
      19:41:29 Server: Object 2:438 not found (message Type_121)
      19:41:46 Server: Object 2:180 not found (message Type_93)
      19:41:55 Server: Object 2:438 not found (message Type_93)
      19:42:26 Server: Object 2:180 not found (message Type_93)
      19:42:33 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:42:35 Server: Object 2:438 not found (message Type_93)
      19:42:36 Server: Object 2:180 not found (message Type_121)
      19:42:40 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:42:40 Server: Object 4:60 not found (message Type_318)
      19:42:40 Unit 4:61 not found, cannot update
      19:42:40 Server: Object 4:61 not found (message Type_275)
      19:42:43 Server: Object 2:438 not found (message Type_121)
      19:43:06 Server: Object 2:180 not found (message Type_93)
      19:43:15 Server: Object 2:438 not found (message Type_93)
      19:43:31 Server: Object 2:438 not found (message Type_161)
      19:43:46 Server: Object 2:180 not found (message Type_93)
      19:43:50 Server: Object 2:180 not found (message Type_121)
      19:43:50 Server: Object 3:98 not found (message Type_436)
      19:43:50 Server: Object 3:99 not found (message Type_435)
      19:43:55 Server: Object 2:438 not found (message Type_93)
      19:43:56 Server: Object 2:438 not found (message Type_121)
      19:43:59 Server: Object 4:66 not found (message Type_424)
      19:43:59 Server: Object 4:67 not found (message Type_114)
      19:43:59 No glasses for R Golf 1-1:1 REMOTE
      19:43:59 No glasses for R Golf 1-1:1 REMOTE
      19:44:06 Server: Object 2:180 not found (message Type_161)
      19:44:16 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:44:26 Server: Object 2:180 not found (message Type_93)
      19:44:33 Server: Object 4:82 not found (message Type_121)
      19:44:33 Server: Object 4:92 not found (message Type_93)
      19:44:33 Error: Object(4 : 92) not found
      19:44:34 Server: Object 4:102 not found (message Type_440)
      19:44:34 Server: Object 4:103 not found (message Type_440)
      19:44:34 Server: Object 4:104 not found (message Type_93)
      19:44:34 Error: Object(4 : 103) not found
      19:44:34 Error: Object(4 : 104) not found
      19:44:34 Server: Object 4:112 not found (message Type_93)
      19:44:34 Server: Object 4:113 not found (message Type_440)
      19:44:34 Server: Object 4:114 not found (message Type_121)
      19:44:34 Error: Object(4 : 112) not found
      19:44:34 Error: Object(4 : 113) not found
      19:44:35 Server: Object 4:122 not found (message Type_440)
      19:44:35 Server: Object 4:123 not found (message Type_440)
      19:44:35 Error: Object(4 : 123) not found
      19:44:35 Server: Object 4:132 not found (message Type_440)
      19:44:35 Server: Object 2:438 not found (message Type_93)
      19:44:35 Server: Object 4:133 not found (message Type_440)
      19:44:36 Error: Object(4 : 133) not found
      19:44:36 Server: Object 4:141 not found (message Type_440)
      19:44:36 Server: Object 4:142 not found (message Type_440)
      19:44:36 Error: Object(4 : 142) not found
      19:44:36 Server: Object 4:150 not found (message Type_440)
      19:44:37 Server: Object 4:151 not found (message Type_440)
      19:44:37 Error: Object(4 : 151) not found
      19:44:37 Server: Object 4:159 not found (message Type_440)
      19:44:37 Error: Object(4 : 159) not found
      19:44:38 Server: Object 4:168 not found (message Type_121)
      19:44:38 Server: Object 4:177 not found (message Type_440)
      19:44:39 Server: Object 4:185 not found (message Type_440)
      19:44:40 Server: Object 4:201 not found (message Type_440)
      19:44:40 Error: Object(4 : 202) not found
      19:44:40 Server: Object 4:209 not found (message Type_440)
      19:45:03 Server: Object 2:180 not found (message Type_121)
      19:45:06 Server: Object 2:180 not found (message Type_93)
      19:45:09 Server: Object 2:438 not found (message Type_121)
      19:45:15 Server: Object 2:438 not found (message Type_93)
      19:45:46 Server: Object 2:180 not found (message Type_93)
      19:45:55 Server: Object 2:438 not found (message Type_93)
      19:46:16 Server: Object 2:180 not found (message Type_121)
      19:46:22 Server: Object 2:438 not found (message Type_121)
      19:46:26 Server: Object 2:180 not found (message Type_93)
      19:46:33 Server: Object 2:438 not found (message Type_161)
      19:46:35 Server: Object 2:438 not found (message Type_93)
      19:47:06 Server: Object 2:180 not found (message Type_93)
      19:47:08 Server: Object 2:180 not found (message Type_161)
      19:47:09 No glasses for R Foxtrot 4-3:1 REMOTE
      19:47:09 No glasses for R Foxtrot 4-3:1 REMOTE
      19:47:15 Server: Object 2:438 not found (message Type_93)
      19:47:29 Server: Object 2:180 not found (message Type_121)
      19:47:35 Server: Object 2:438 not found (message Type_121)
      19:47:46 Server: Object 2:180 not found (message Type_93)
      19:47:55 Server: Object 2:438 not found (message Type_93)
      19:48:24 Server: Object 4:374 not found (message Type_114)
      19:48:26 Server: Object 2:180 not found (message Type_93)
      19:48:36 Server: Object 2:438 not found (message Type_93)
      19:48:43 Server: Object 2:180 not found (message Type_121)
      19:48:48 Server: Object 2:438 not found (message Type_121)
      19:49:06 Server: Object 2:180 not found (message Type_93)
      19:49:16 Server: Object 2:438 not found (message Type_93)
      19:49:25 Setting invalid pitch 0.0000 for L Charlie 4-1:1 REMOTE
      19:49:36 Server: Object 2:438 not found (message Type_161)
      19:49:46 Server: Object 2:180 not found (message Type_93)
      19:49:56 Server: Object 2:438 not found (message Type_93)
      19:49:56 Server: Object 2:180 not found (message Type_121)
      19:50:01 Server: Object 2:438 not found (message Type_121)
      19:50:11 Server: Object 2:180 not found (message Type_161)
      19:50:26 Server: Object 2:180 not found (message Type_93)

    • Westen Panzerung erhöhen

      • Roy Mustang
      • 4. Januar 2017 um 17:58

      Was ist das oder wie mache ich das

    • Westen Panzerung erhöhen

      • Roy Mustang
      • 4. Januar 2017 um 17:54

      das habe ich grade gelöst aber was mus ich da eintragen

      Spoiler anzeigen


      raP ß CfgPatches C CfgWeapons š cfgMods ¦ ß PBW_German_Vests_Config f š units weapons pbw_koppel_grpfhr pbw_koppel_mg pbw_koppel_mg_h pbw_koppel_sani pbw_koppel_schtz pbw_splitter_grpfhr pbw_splitter_mg pbw_splitter_mg_h pbw_splitter_sani pbw_splitter_schtz pbw_splitter_zivil requiredVersion ÍÌÌ=requiredAddons A3_Characters_F_BLUFOR PBW_German_Common š ItemCore InventoryItem_Base_F VestItem Vest_Camo_Base PBW_koppel_base PBW_splitterschutz_base pbw_koppel_grpfhr ë pbw_koppel_mg à pbw_koppel_mg_h —
      pbw_koppel_sani k pbw_koppel_schtz C pbw_splitter_grpfhr
      pbw_splitter_mg pbw_splitter_mg_h ã pbw_splitter_sani Å pbw_splitter_schtz « pbw_splitter_zivil ‘ ¦ ItemCore ItemInfo Vest_Camo_Base author PBW-Team scope picture \german_vests\UI\pbw_koppel_all.paa hiddenSelections hiddenSelectionsTextures ItemInfo º ItemInfo hiddenSelections uniformModel german_vests\pbw_koppel_grpfhr.p3d containerClass Supply140 mass < armor HitpointsProtectionInfo \ Neck § Arms â Chest Diaphragm Y Abdomen ™ Body × hitpointName HitNeck armor passThrough ?â hitpointName HitArms armor passThrough ? hitpointName HitChest armor passThrough ÍÌÌ=Y hitpointName HitDiaphragm armor passThrough ÍÌÌ=™ hitpointName HitAbdomen armor passThrough ÍÌÌ=× hitpointName HitBody passThrough ÍÌÌ= Vest_Camo_Base author PBW-Team scope picture \german_vests\UI\pbw_splitter_all.paa hiddenSelections hiddenSelectionsTextures ItemInfo ¤ ë ItemInfo hiddenSelections model german_vests\pbw_splitter_grpfhr.p3d containerClass Supply140 mass x armor HitpointsProtectionInfo A ë Neck Œ Arms Ç Chest Diaphragm > Abdomen ~ Body ¼ ë hitpointName HitNeck armor passThrough ?Ç hitpointName HitArms armor passThrough ? hitpointName HitChest armor passThrough ÍÌÌ=> hitpointName HitDiaphragm armor passThrough ÍÌÌ=~ hitpointName HitAbdomen armor passThrough ÍÌÌ=¼ hitpointName HitBody passThrough ÍÌÌ=ë PBW_koppel_base scope author PBW-Team displayName $STR_Koppel GrpFhr Fleck_name model german_vests\pbw_koppel_grpfhr.p3d ItemInfo ƒ à ItemInfo uniformModel german_vests\pbw_koppel_grpfhr.p3d à PBW_koppel_base scope author PBW-Team displayName $STR_Koppel_MGSchuetze_Fleck_name model german_vests\pbw_koppel_mg.p3d ItemInfo [
      —
      ItemInfo uniformModel german_vests\pbw_koppel_mg.p3d —
      PBW_koppel_base scope author PBW-Team displayName $STR_Koppel_MGHilf_Fleck_name model german_vests\pbw_koppel_mg_h.p3d ItemInfo - k ItemInfo uniformModel german_vests\pbw_koppel_mg_h.p3d k PBW_koppel_base scope author PBW-Team displayName $STR_Koppel_Sanitaeter_Fleck_name model german_vests\pbw_koppel_sani.p3d ItemInfo C ItemInfo uniformModel german_vests\pbw_koppel_sani.p3d C PBW_koppel_base scope author PBW-Team displayName $STR_Koppel_Schuetze_Fleck_name model german_vests\pbw_koppel_schtz.p3d ItemInfo Ü
      ItemInfo uniformModel german_vests\pbw_koppel_schtz.p3d
      PBW_splitterschutz_base scope author PBW-Team displayName $STR_Splitter_GrpFhr_Fleck_name model german_vests\pbw_splitter_grpfhr.p3d ItemInfo ¿
      ItemInfo uniformModel german_vests\pbw_splitter_grpfhr.p3d PBW_splitterschutz_base scope author PBW-Team displayName $STR_Splitter_MGSchuetze_Fleck_name model german_vests\pbw_splitter_mg.p3d ItemInfo ¥ ã ItemInfo uniformModel german_vests\pbw_splitter_mg.p3d ã PBW_splitterschutz_base scope author PBW-Team displayName $STR_Splitter_MGHilf_Fleck_name model german_vests\pbw_splitter_mg_h.p3d ItemInfo … Å ItemInfo uniformModel german_vests\pbw_splitter_mg_h.p3d Å PBW_splitterschutz_base scope author PBW-Team displayName $STR_Splitter_Sanitaeter_Fleck_name model german_vests\pbw_splitter_sani.p3d ItemInfo k « ItemInfo uniformModel german_vests\pbw_splitter_sani.p3d « PBW_splitterschutz_base scope author PBW-Team displayName $STR_Splitter_Schuetze_Fleck_name model german_vests\pbw_splitter_schtz.p3d ItemInfo P ‘ ItemInfo uniformModel german_vests\pbw_splitter_schtz.p3d ‘ PBW_splitterschutz_base scope author PBW-Team displayName $STR_Splitter_Zivil_Fleck_name picture \german_vests\UI\pbw_splitter_zivil.paa model german_vests\pbw_splitter_zivil.p3d ItemInfo e ¦ ItemInfo uniformModel german_vests\pbw_splitter_zivil.p3d ¦ author 76561198037712956 timepacked 1475512625 ß

    • Westen Panzerung erhöhen

      • Roy Mustang
      • 4. Januar 2017 um 17:51

      Das problem die config ist verschlüselt

    • Westen Panzerung erhöhen

      • Roy Mustang
      • 4. Januar 2017 um 17:45

      Hallo ich habe eine Frage und zwar kann mir wer sagen wie ich die westen aus einen mod eine höre Panzerungs stufe geben kann.
      den mod wo ich die westen erhöhen möchte heißt BW_Kleiderkammer.

    • Arma 3 DynMarket Ghet nicht richtig

      • Roy Mustang
      • 28. Dezember 2016 um 04:58

      Ich habe es glaube selber gefuden

    • Arma 3 DynMarket Ghet nicht richtig

      • Roy Mustang
      • 28. Dezember 2016 um 04:56

      Jetzt geht der servert garnicht mehr
      log

      Spoiler anzeigen


      =====================================================================
      == C:\SERVICES\ni644490_4_SHARE\ftproot\arma3\arma3server.exe
      == "C:\SERVICES\ni644490_4_SHARE\ftproot\arma3\arma3server.exe" -mod="@life_server;@extDB2;" -serverMod="" -ip=128.65.213.137 -port=2302 -maxmem=2047 -noCB -exThreads=1 -filePatching -malloc=tbb4malloc_bi -profiles=config -config=config\server.cfg -cfg=config\[lexicon]basic.cfg[/lexicon] -name=arma3 -loadMissionToMemory


      Original output filename: Arma3Retail_Server
      Exe timestamp: 2016/12/07 10:50:01
      Current time: 2016/12/28 04:48:38


      Type: Public
      Build: Stable
      Version: 1.66.139586


      Allocator: C:\SERVICES\ni644490_4_SHARE\ftproot\arma3\dll\tbb4malloc_bi.dll
      =====================================================================


      4:48:38 SteamAPI initialization failed. Steam features wont's be accessible!
      4:48:38 Cannot register unknown string STR_USRACT_ACTIVESENSORSTOGGLE
      4:48:38 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SENSORS
      4:48:38 Cannot register unknown string STR_CLIENT_IS_HOST
      4:48:38 Cannot register unknown string STR_CLIENT_IS_DS_ADMIN
      4:48:38 Initializing stats manager.
      4:48:38 Stats config disabled.
      4:48:38 sessionID: 4f6a2bf7a6ac7000b5874466de37cbfd97bfad4c
      ErrorMessage: File life_server\config.cpp, line 128: /CfgFunctions/: Missing '}'

    • Arma 3 DynMarket Ghet nicht richtig

      • Roy Mustang
      • 28. Dezember 2016 um 04:37

      Ok danke ich Versuche es

    • Arma 3 DynMarket Ghet nicht richtig

      • Roy Mustang
      • 28. Dezember 2016 um 04:34

      S o ist das doch richtig oder

      Spoiler anzeigen


      class DynMarket {
      tag = "DynMarket";
      file = "\life_server\Functions\DynMarket";
      class calculatePrices {};
      class config {};
      class getUpdate {};
      class HandleDB {};
      class playerLogged {};
      class sleeper {};
      };

      class TON_System {
      tag = "TON";
      class Systems {
      file = "\life_server\Functions\Systems";
      class managesc {};
      class cleanup {};
      class huntingZone {};
      class getID {};
      class vehicleCreate {};
      class spawnVehicle {};
      class getVehicles {};
      class vehicleStore {};
      class vehicleDelete {};
      class spikeStrip {};
      class transferOwnership {};
      class logIt {};
      class federalUpdate {};
      class chopShopSell {};
      class clientDisconnect {};
      class cleanupRequest {};
      class setObjVar {};
      class keyManagement {};
      class vehicleUpdate {};
      class recupkeyforHC {};
      };

    • Arma 3 DynMarket Ghet nicht richtig

      • Roy Mustang
      • 28. Dezember 2016 um 03:25

      Das ist eine datei aus den TT

    • Arma 3 DynMarket Ghet nicht richtig

      • Roy Mustang
      • 28. Dezember 2016 um 01:44

      Schönen guten Morgen ich habe eine Felhermeldung bekommen aber die datei habe ich von das TT gedownloaded
      in der fn_config.sqf in den letzten zeilen steht

      sleep 5;
      [] call TON_fnc_sleeper;

      und im RPT steht das das ein Fehler ist Kan ich das einfach löschen oder was mus ich da machen ? Ach so das macht sich so weit bemerk bat das mir bei der Börse nichts angezeigt würdt ich habe nur das grüne okey und amut ögendwas
      RPT

      Spoiler anzeigen


      1:35:53 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
      1:35:53 "extDB2: Connected to Database"
      1:35:53 "----------------------------------------------------------------------------------------------------"
      1:35:53 "---------------------------------- Starting Altis Life Server Init ---------------------------------"
      1:35:53 "------------------------------------------ Version 4.4r4 -------------------------------------------"
      1:35:53 "----------------------------------------------------------------------------------------------------"
      1:35:53 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      1:35:53 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      1:35:53 "----------------------------------------------------------------------------------------------------"
      1:35:53 " End of Altis Life Server Init :: Total Execution Time 0.156006 seconds "
      1:35:53 "----------------------------------------------------------------------------------------------------"
      1:35:53 Error in expression <KET_UseExternalDatabase) then {[1] call TON_fnc_HandleDB;};
      DYNMARKET_UpdateCoun>
      1:35:53 Error position: <TON_fnc_HandleDB;};
      DYNMARKET_UpdateCoun>
      1:35:53 Error Undefined variable in expression: ton_fnc_handledb
      1:35:53 File life_server\Functions\DynMarket\fn_config.sqf, line 116
      1:36:18 Mission id: eebe8409e728558da16cfd3e2f23783f0982d35b
      1:36:19 Error: Object(3 : 5) not found
      1:36:19 Error: Object(3 : 6) not found
      1:36:23 Error in expression <ON_fnc_HandleDB;
      };
      };
      sleep 5;
      [] call TON_fnc_sleeper;
      >
      1:36:23 Error position: <TON_fnc_sleeper;
      >
      1:36:23 Error Undefined variable in expression: ton_fnc_sleeper
      1:36:23 File life_server\Functions\DynMarket\fn_config.sqf, line 127

    • Arma 3 mod server geht wgen ace nicht

      • Roy Mustang
      • 27. Dezember 2016 um 04:24

      Das ACE war anscheint nicht richtig hochgelden ich hatte es einmal neu hochgeladen dan ging es wider

    • Arma 3 Suche ein Mod

      • Roy Mustang
      • 23. Dezember 2016 um 02:11

      Hallo ich habe 2 Fragen
      1. Kennt jemant ein mod wo es Spinde gibt ich meine solche was ZB Die Feuwerhr oder Polizei hat
      2. Ist es möglich das man in einer Kiste sachen rein tuht die man gesamelt hat und due nach Server Restart noch drin sint kann man das auch ohne Altis life so das man vieleicht nur was in die Int Schreiben mus oder muss man das in die daten
      bank schreiben aber wie ?

    • Arma 3 mod server geht wgen ace nicht

      • Roy Mustang
      • 23. Dezember 2016 um 02:07

      Problem gelöst ace hat nicht richtig geladen

    • Arma 3 mod server geht wgen ace nicht

      • Roy Mustang
      • 23. Dezember 2016 um 01:29

      Nein ich probire grade das Poroblem zu beheben weil ich gluabe ich weiß wo ran es liegt

    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™