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: 16 Mai 2025
  • Anmelden oder registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Forum
    3. Gameserver & Hosting
    4. ArmA Series - ArmA 3 / Reforger
    5. Hilfeforum
    6. Archiv

    schildkröten kann man nicht farmen 4.3

    • Roy Mustang
    • 11. Juni 2016 um 18:33
    • Geschlossen
    • Roy Mustang
      Amateur
      Reaktionen
      2
      Trophäen
      10
      Beiträge
      183
      • 11. Juni 2016 um 18:33
      • #1

      Hallo ich habe bei nitrado ein arma 3 alst life server auf der 4.3 ich habe den preis von den schildkröten höher gestelt und wenn mann sie getötet hat und sie einsammel will kommt das ein schildkröte
      erhlten oder so aber in z inventar sind sie nicht kann mir wer helfen


      Config_vItems.hpp

      class turtle_raw {
      variable = "turtleRaw";
      displayName = "STR_Item_TurtleRaw";
      weight = 6;
      buyPrice = 140000;
      sellPrice = 100000;
      illegal = true;
      edible = -1;
      icon = "icons\ico_meat.paa";
      };

      class turtle_soup {
      variable = "turtleSoup";
      displayName = "STR_Item_TurtleSoup";
      weight = 2;
      buyPrice = 2500;
      sellPrice = 1000;
      illegal = false;
      edible = 100;
      icon = "icons\ico_cookedMeat.paa";
      };


      class wongs {
      name = "STR_Shops_Wongs";
      side = "civ";
      license = "";
      level[] = { "", "", -1, "" };
      items[] = { "turtle_soup", "turtle_raw" };
      };

    • br1zey
      Meister
      Reaktionen
      881
      Trophäen
      11
      Beiträge
      2.458
      Dateien
      2
      Bilder
      58
      • 11. Juni 2016 um 22:08
      • #2

      die Angaben die du uns gibst und dein Fehler habe nix damit zu tun
      hilfreich wäre es ein RPT log zu haben und bei deim Fehler noch die fn_catchTurtle.sqf

      ReallifeRPG Admin, Scripter, Technischer Helfer, und Manchmal auch Spieler

      realliferpg128x128.png?resize=128%2C128&ssl=1

    • Roy Mustang
      Amateur
      Reaktionen
      2
      Trophäen
      10
      Beiträge
      183
      • 11. Juni 2016 um 22:50
      • #3

      fn_catchTurtle.sqf
      /*
      File: fn_catchTurtle.sqf
      Author: Bryan "Tonic" Boardwine
      Description:
      Catches a dead turtle?
      */
      private "_obj";
      _obj = cursorTarget;
      if(isNull _obj) exitWith {}; //Not valid
      if(alive _obj) exitWith {}; //It's alive, don't take it charlie!

      if(([true,"turtle",1] call life_fnc_handleInv)) then {
      deleteVehicle _obj;
      titleText[localize "STR_NOTF_CaughtTurtle","PLAIN"];
      };


      log


      21:37:46 Mission Altis_Life.Altis: Number of roles (89) is different from 'description.ext::Header::maxPlayer' (92)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:37:49 Server error: Player without identity Roy Mustang (id 241869367)
      21:38:07 Starting mission:
      21:38:07 Mission file: Altis_Life
      21:38:07 Mission world: Altis
      21:38:07 Mission directory: mpmissions\Altis_Life.Altis\
      21:38:24 Unknown hit sound type in A3\data_f\Penetration\tyre.bisurf.soundHit
      21:38:25 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      21:38:25 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      21:38:42 Error in expression <l life_fnc_playerSkins;

      switch(true) do>
      21:38:42 Error position: <>
      21:38:42 Error Invalid number in expression
      21:38:42 File mpmissions\Altis_Life.Altis\core\fn_initMedic.sqf, line 23
      21:38:42 Error in expression <l life_fnc_playerSkins;

      switch(true) do>
      21:38:42 Error position: <>
      21:38:42 Error Invalid number in expression
      21:38:42 File mpmissions\Altis_Life.Altis\core\fn_initMedic.sqf, line 23
      21:38:42 Error in expression <ariable "rank")) do {
      case 2: [Officer] {"\a3\ui_f\data\gui\cfg\Ranks\corporal_g>
      21:38:42 Error position: <{"\a3\ui_f\data\gui\cfg\Ranks\corporal_g>
      21:38:42 Error Missing ;
      21:38:42 File mpmissions\Altis_Life.Altis\core\functions\fn_playerTags.sqf, line 42
      21:38:42 Error in expression <ariable "rank")) do {
      case 2: [Officer] {"\a3\ui_f\data\gui\cfg\Ranks\corporal_g>
      21:38:42 Error position: <{"\a3\ui_f\data\gui\cfg\Ranks\corporal_g>
      21:38:42 Error Missing ;
      21:38:42 File mpmissions\Altis_Life.Altis\core\functions\fn_playerTags.sqf, line 42
      21:38:43 Attempt to override final function - bis_functions_list
      21:38:43 Attempt to override final function - bis_functions_listpreinit
      21:38:43 Attempt to override final function - bis_functions_listpostinit
      21:38:43 Attempt to override final function - bis_functions_listrecompile
      21:38:43 Attempt to override final function - bis_fnc_missiontaskslocal
      21:38:43 Attempt to override final function - bis_fnc_missionconversationslocal
      21:38:43 Attempt to override final function - bis_fnc_missionflow
      21:38:43 Loading movesType CfgGesturesMale
      21:38:43 MovesType CfgGesturesMale load time 202 ms
      21:38:43 Loading movesType CfgMovesMaleSdr
      21:38:55 Animation a3\cargoposes_f\anim\passenger_flatground_leanleft_kia.rtm not found or empty
      21:38:55 Animation a3\cargoposes_f\anim\passenger_flatground_leanright_kia.rtm not found or empty
      21:38:58 MovesType CfgMovesMaleSdr load time 14579 ms
      21:38:58 No speaker given for Teshi Azikiwe
      21:38:59 No speaker given for Oringo Ekwensi
      21:38:59 No speaker given for Shaan Igwe
      21:38:59 No speaker given for Callum Bennett
      21:38:59 No speaker given for Hamidi Okonkwo
      21:38:59 No speaker given for Pan Han
      21:38:59 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      21:39:00 No speaker given for Lucas Clarke
      21:39:00 No speaker given for Ian Lee
      21:39:00 No speaker given for Max Robertson
      21:39:00 No speaker given for Jack Jones
      21:39:00 No speaker given for Teshi Osmani
      21:39:00 No speaker given for Adam Anderson
      21:39:00 No speaker given for George Bennett
      21:39:00 No speaker given for Guo Chong
      21:39:00 No speaker given for Shen Zao
      21:39:00 No speaker given for Ben Ryan
      21:39:00 No speaker given for Ryan White
      21:39:00 No speaker given for Andy Johnson
      21:39:00 No speaker given for Ma Tsai
      21:39:01 No speaker given for Thomas Williams
      21:39:01 No speaker given for David Smith
      21:39:01 No speaker given for Sean Abbey
      21:39:01 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      21:39:01 No speaker given for William Stewart
      21:39:01 No speaker given for Dumi Egwu
      21:39:01 No speaker given for Michael Young
      21:39:01 No speaker given for Colin Johnson
      21:39:01 No speaker given for Keith MacDonald
      21:39:01 No speaker given for Toby Lewis
      21:39:01 No speaker given for Charlie Wood
      21:39:02 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      21:39:02 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      21:39:04 class HitPoints::HitFuel not found in RoadCone_L_F
      21:39:06 Error: Object(2 : 115) not found
      21:39:06 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
      21:39:06 "extDB2: Connected to Database"
      21:39:06 "extDB2: uiSleep [4]: 258.288"
      21:39:06 "extDB2: uiSleep [4]: 258.289"
      21:39:06 "extDB2: uiSleep [4]: 258.29"
      21:39:06 "extDB2: uiSleep [4]: 258.292"
      21:39:06 "extDB2: uiSleep [4]: 258.293"
      21:39:06 "extDB2: uiSleep [4]: 258.294"
      21:39:06 "extDB2: uiSleep [4]: 258.296"
      21:39:06 "extDB2: uiSleep [4]: 258.297"
      21:39:06 "extDB2: uiSleep [4]: 258.298"
      21:39:07 "extDB2: uiSleep [4]: 258.391"
      21:39:07 "extDB2: uiSleep [4]: 258.393"
      21:39:15 "extDB2: uiSleep [4]: 266.382"
      21:39:15 "extDB2: uiSleep [4]: 266.383"
      21:39:15 "extDB2: uiSleep [4]: 266.579"
      21:39:15 "extDB2: uiSleep [4]: 266.58"
      21:39:16 "extDB2: uiSleep [4]: 267.347"
      21:39:16 "extDB2: uiSleep [4]: 267.347"
      21:39:21 "extDB2: uiSleep [4]: 272.715"
      21:39:21 "extDB2: uiSleep [4]: 272.716"
      21:39:21 "extDB2: uiSleep [4]: 272.892"
      21:39:21 "extDB2: uiSleep [4]: 273.251"
      21:39:21 "extDB2: uiSleep [4]: 273.252"
      21:39:36 Mission id: 103dca6b585ce3b8851ce6292135e9735281ff14
      21:39:36 Error: Object(3 : 3) not found
      21:39:36 Error: Object(3 : 5) not found
      21:40:49 "extDB2: uiSleep [4]: 360.811"
      21:40:49 "extDB2: uiSleep [4]: 360.812"
      21:40:50 Warning: Cleanup player - person 2:1380 not found
      21:41:19 "extDB2: uiSleep [4]: 390.681"
      21:41:19 "extDB2: uiSleep [4]: 390.682"
      21:41:19 "extDB2: uiSleep [4]: 390.849"
      21:41:19 "extDB2: uiSleep [4]: 390.85"
      21:41:19 "extDB2: uiSleep [4]: 391.019"
      21:41:19 "extDB2: uiSleep [4]: 391.02"
      21:42:03 Server: Object 4:3 not found (message Type_120)
      21:42:09 Server: Object 4:3 not found (message Type_92)
      21:42:32 "extDB2: uiSleep [4]: 463.749"
      21:42:32 "extDB2: uiSleep [4]: 463.75"
      21:42:32 "------------- Client Query Request -------------"
      21:42:33 Error: Object(5 : 4) not found
      21:42:49 Server: Object 4:3 not found (message Type_92)
      21:42:53 Error: Object(4 : 12) not found
      21:43:08 Error: Object(4 : 13) not found
      21:43:16 Server: Object 4:3 not found (message Type_120)
      21:43:29 Server: Object 4:3 not found (message Type_92)
      21:44:09 Server: Object 4:3 not found (message Type_92)
      21:44:12 "extDB2: uiSleep [4]: 563.877"
      21:44:12 "extDB2: uiSleep [4]: 563.878"
      21:44:13 Warning: Cleanup player - person 2:1417 not found
      21:44:14 Warning: Cleanup player - person 2:1417 not found
      21:44:24 "extDB2: uiSleep [4]: 575.397"
      21:44:24 "extDB2: uiSleep [4]: 575.398"
      21:44:29 Server: Object 4:3 not found (message Type_120)
      21:44:49 Server: Object 4:3 not found (message Type_92)
      21:45:29 Server: Object 4:3 not found (message Type_92)
      21:45:42 Server: Object 4:3 not found (message Type_120)
      21:46:09 Server: Object 4:3 not found (message Type_92)
      21:46:09 "extDB2: uiSleep [4]: 681.29"
      21:46:09 "extDB2: uiSleep [4]: 681.29"
      21:46:09 "extDB2: uiSleep [4]: 681.291"
      21:46:11 Warning: Cleanup player - person 2:2 not found
      21:46:12 Server: Object 4:12 not found (message Type_92)
      21:46:23 "extDB2: uiSleep [4]: 694.812"
      21:46:23 "extDB2: uiSleep [4]: 694.813"
      21:46:23 Error: Object(3 : 11) not found
      21:46:24 Error: Object(3 : 12) not found
      21:46:39 Server: Object 4:12 not found (message Type_120)
      21:46:43 Server: Object 5:7 not found (message Type_92)
      21:46:43 Server: Object 5:6 not found (message Type_92)
      21:46:49 Server: Object 4:3 not found (message Type_92)
      21:46:52 Server: Object 4:12 not found (message Type_92)
      21:46:55 Server: Object 4:3 not found (message Type_120)
      21:47:00 Server: Object 5:6 not found (message Type_120)
      21:47:00 Server: Object 5:7 not found (message Type_120)
      21:47:03 Server: Object 5:7 not found (message Type_92)
      21:47:03 Server: Object 5:6 not found (message Type_92)
      21:47:23 Server: Object 5:7 not found (message Type_92)
      21:47:23 Server: Object 5:6 not found (message Type_92)
      21:47:29 Server: Object 4:3 not found (message Type_92)
      21:47:32 Server: Object 4:12 not found (message Type_92)
      21:47:36 Server: Object 5:6 not found (message Type_120)
      21:47:37 Server: Object 5:7 not found (message Type_120)
      21:47:43 Server: Object 5:7 not found (message Type_92)
      21:47:43 Server: Object 5:6 not found (message Type_92)
      21:47:52 Server: Object 4:12 not found (message Type_120)
      21:48:03 Server: Object 5:7 not found (message Type_92)
      21:48:03 Server: Object 5:6 not found (message Type_92)
      21:48:09 Server: Object 4:3 not found (message Type_120)
      21:48:09 Server: Object 4:3 not found (message Type_92)
      21:48:12 Server: Object 4:12 not found (message Type_92)
      21:48:13 Server: Object 5:6 not found (message Type_120)
      21:48:13 Server: Object 5:7 not found (message Type_120)
      21:48:23 Server: Object 5:7 not found (message Type_92)
      21:48:23 Server: Object 5:6 not found (message Type_92)
      21:48:43 Server: Object 5:7 not found (message Type_92)
      21:48:43 Server: Object 5:6 not found (message Type_92)
      21:48:49 Server: Object 4:3 not found (message Type_92)
      21:48:50 Server: Object 5:6 not found (message Type_120)
      21:48:50 Server: Object 5:7 not found (message Type_120)
      21:48:52 Server: Object 4:12 not found (message Type_92)
      21:49:03 Server: Object 5:7 not found (message Type_92)
      21:49:03 Server: Object 5:6 not found (message Type_92)
      21:49:05 Server: Object 4:12 not found (message Type_120)
      21:49:22 Server: Object 4:3 not found (message Type_120)
      21:49:23 Server: Object 5:7 not found (message Type_92)
      21:49:23 Server: Object 5:6 not found (message Type_92)
      21:49:27 Server: Object 5:7 not found (message Type_120)
      21:49:27 Server: Object 5:6 not found (message Type_120)
      21:49:29 Server: Object 4:3 not found (message Type_92)
      21:49:32 Server: Object 4:12 not found (message Type_92)
      21:49:43 Server: Object 5:7 not found (message Type_92)
      21:49:43 Server: Object 5:6 not found (message Type_92)
      21:50:03 Server: Object 5:7 not found (message Type_92)
      21:50:03 Server: Object 5:6 not found (message Type_92)
      21:50:04 Server: Object 5:6 not found (message Type_120)
      21:50:04 Server: Object 5:7 not found (message Type_120)
      21:50:09 Server: Object 4:3 not found (message Type_92)
      21:50:12 Server: Object 4:12 not found (message Type_92)
      21:50:18 Server: Object 4:12 not found (message Type_120)
      21:50:23 Server: Object 5:7 not found (message Type_92)
      21:50:23 Server: Object 5:6 not found (message Type_92)
      21:50:35 Server: Object 4:3 not found (message Type_120)
      21:50:41 Server: Object 5:6 not found (message Type_120)
      21:50:41 Server: Object 5:7 not found (message Type_120)
      21:50:43 Server: Object 5:7 not found (message Type_92)
      21:50:43 Server: Object 5:6 not found (message Type_92)
      21:50:49 Server: Object 4:3 not found (message Type_92)
      21:50:52 Server: Object 4:12 not found (message Type_92)
      21:51:03 Server: Object 5:7 not found (message Type_92)
      21:51:03 Server: Object 5:6 not found (message Type_92)
      21:51:18 Server: Object 5:7 not found (message Type_120)
      21:51:18 Server: Object 5:6 not found (message Type_120)
      21:51:23 Server: Object 5:7 not found (message Type_92)
      21:51:23 Server: Object 5:6 not found (message Type_92)
      21:51:29 Server: Object 4:3 not found (message Type_92)
      21:51:31 Server: Object 4:12 not found (message Type_120)
      21:51:32 Server: Object 4:12 not found (message Type_92)
      21:51:43 Server: Object 5:7 not found (message Type_92)
      21:51:43 Server: Object 5:6 not found (message Type_92)
      21:51:48 Server: Object 4:3 not found (message Type_120)
      21:51:54 Server: Object 5:6 not found (message Type_120)
      21:51:55 Server: Object 5:7 not found (message Type_120)
      21:52:03 Server: Object 5:7 not found (message Type_92)
      21:52:03 Server: Object 5:6 not found (message Type_92)
      21:52:09 Server: Object 4:3 not found (message Type_92)
      21:52:12 Server: Object 4:12 not found (message Type_92)
      21:52:23 Server: Object 5:7 not found (message Type_92)
      21:52:23 Server: Object 5:6 not found (message Type_92)
      21:52:31 Server: Object 5:7 not found (message Type_120)
      21:52:31 Server: Object 5:6 not found (message Type_120)
      21:52:43 Server: Object 5:7 not found (message Type_92)
      21:52:43 Server: Object 5:6 not found (message Type_92)
      21:52:44 Server: Object 4:12 not found (message Type_120)
      21:52:49 Server: Object 4:3 not found (message Type_92)
      21:52:52 Server: Object 4:12 not found (message Type_92)
      21:53:02 Server: Object 4:3 not found (message Type_120)
      21:53:03 Server: Object 5:7 not found (message Type_92)
      21:53:03 Server: Object 5:6 not found (message Type_92)
      21:53:08 Server: Object 5:7 not found (message Type_120)
      21:53:08 Server: Object 5:6 not found (message Type_120)
      21:53:24 Server: Object 5:7 not found (message Type_92)
      21:53:24 Server: Object 5:6 not found (message Type_92)
      21:53:29 Server: Object 4:3 not found (message Type_92)
      21:53:32 Server: Object 4:12 not found (message Type_92)
      21:53:44 Server: Object 5:7 not found (message Type_92)
      21:53:44 Server: Object 5:6 not found (message Type_92)
      21:53:45 Server: Object 5:7 not found (message Type_120)
      21:53:46 Server: Object 5:6 not found (message Type_120)
      21:53:57 Server: Object 4:12 not found (message Type_120)
      21:54:04 Server: Object 5:7 not found (message Type_92)
      21:54:04 Server: Object 5:6 not found (message Type_92)
      21:54:09 Server: Object 4:3 not found (message Type_92)
      21:54:12 Server: Object 4:12 not found (message Type_92)
      21:54:16 Server: Object 4:3 not found (message Type_120)
      21:54:21 Server: Object 5:7 not found (message Type_120)
      21:54:22 Server: Object 5:6 not found (message Type_120)
      21:54:24 Server: Object 5:7 not found (message Type_92)
      21:54:24 Server: Object 5:6 not found (message Type_92)
      21:54:41 Ragdoll - loading of ragdoll source "Soldier" started.
      21:54:41 Ragdoll - loading of ragdoll source "Soldier" finished successfully.
      21:54:45 Server: Object 5:7 not found (message Type_92)
      21:54:45 Server: Object 5:6 not found (message Type_92)
      21:54:49 Server: Object 4:3 not found (message Type_92)
      21:54:52 Server: Object 4:12 not found (message Type_92)
      21:54:59 Server: Object 5:7 not found (message Type_120)
      21:55:00 Server: Object 5:6 not found (message Type_120)
      21:55:05 Server: Object 5:7 not found (message Type_92)
      21:55:05 Server: Object 5:6 not found (message Type_92)
      21:55:10 Server: Object 4:12 not found (message Type_120)
      21:55:25 Server: Object 5:7 not found (message Type_92)
      21:55:25 Server: Object 5:6 not found (message Type_92)
      21:55:29 Server: Object 4:3 not found (message Type_120)
      21:55:29 Server: Object 4:3 not found (message Type_92)
      21:55:32 Server: Object 4:12 not found (message Type_92)
      21:55:36 Server: Object 5:7 not found (message Type_120)
      21:55:37 Server: Object 5:6 not found (message Type_120)
      21:55:38 Error: Object(5 : 19) not found
      21:55:45 Server: Object 5:7 not found (message Type_92)
      21:55:45 Server: Object 5:6 not found (message Type_92)
      21:56:05 Server: Object 5:7 not found (message Type_92)
      21:56:05 Server: Object 5:6 not found (message Type_92)
      21:56:09 Server: Object 4:3 not found (message Type_92)
      21:56:12 Server: Object 4:12 not found (message Type_92)
      21:56:13 Server: Object 5:7 not found (message Type_120)
      21:56:13 Server: Object 5:6 not found (message Type_120)
      21:56:23 Server: Object 4:12 not found (message Type_120)
      21:56:25 Server: Object 5:7 not found (message Type_92)
      21:56:25 Server: Object 5:6 not found (message Type_92)
      21:56:42 Server: Object 4:3 not found (message Type_120)
      21:56:45 Server: Object 5:7 not found (message Type_92)
      21:56:45 Server: Object 5:6 not found (message Type_92)
      21:56:49 Server: Object 5:7 not found (message Type_120)
      21:56:49 Server: Object 4:3 not found (message Type_92)
      21:56:50 Server: Object 5:6 not found (message Type_120)
      21:56:52 Server: Object 4:12 not found (message Type_92)
      21:57:05 Server: Object 5:7 not found (message Type_92)
      21:57:05 Server: Object 5:6 not found (message Type_92)
      21:57:25 Server: Object 5:7 not found (message Type_92)
      21:57:25 Server: Object 5:6 not found (message Type_92)
      21:57:26 Server: Object 5:7 not found (message Type_120)
      21:57:27 Server: Object 5:6 not found (message Type_120)
      21:57:29 Server: Object 4:3 not found (message Type_92)
      21:57:32 Server: Object 4:12 not found (message Type_92)
      22:01:34 Server: Object 4:3 not found (message Type_120)
      22:01:43 Server: Object 5:7 not found (message Type_120)
      22:01:44 Server: Object 5:6 not found (message Type_120)
      22:01:45 Server: Object 5:7 not found (message Type_92)
      22:01:45 Server: Object 5:6 not found (message Type_92)
      22:02:05 Server: Object 5:7 not found (message Type_92)
      22:02:05 Server: Object 5:6 not found (message Type_92)
      22:02:09 Server: Object 4:3 not found (message Type_92)
      22:02:12 Server: Object 4:12 not found (message Type_92)
      22:02:20 Server: Object 5:7 not found (message Type_120)
      22:02:21 Server: Object 5:6 not found (message Type_120)
      22:02:25 Server: Object 5:7 not found (message Type_92)
      22:02:25 Server: Object 5:6 not found (message Type_92)
      22:02:28 Server: Object 4:12 not found (message Type_120)
      22:02:45 Server: Object 5:7 not found (message Type_92)
      22:02:45 Server: Object 5:6 not found (message Type_92)
      22:02:47 Server: Object 4:3 not found (message Type_120)
      22:02:49 Server: Object 4:3 not found (message Type_92)
      22:02:52 Server: Object 4:12 not found (message Type_92)
      22:02:56 Server: Object 5:7 not found (message Type_120)
      22:02:57 Server: Object 5:6 not found (message Type_120)
      22:03:05 Server: Object 5:7 not found (message Type_92)
      22:03:05 Server: Object 5:6 not found (message Type_92)
      22:03:26 Server: Object 5:7 not found (message Type_92)
      22:03:26 Server: Object 5:6 not found (message Type_92)
      22:03:29 Server: Object 4:3 not found (message Type_92)
      22:03:32 Server: Object 4:12 not found (message Type_92)
      22:03:33 Server: Object 5:7 not found (message Type_120)
      22:03:34 Server: Object 5:6 not found (message Type_120)
      22:03:41 Server: Object 4:12 not found (message Type_120)
      22:03:46 Server: Object 5:7 not found (message Type_92)
      22:03:46 Server: Object 5:6 not found (message Type_92)
      22:04:01 Server: Object 4:3 not found (message Type_120)
      22:04:06 Server: Object 5:7 not found (message Type_92)
      22:04:06 Server: Object 5:6 not found (message Type_92)
      22:04:09 Server: Object 5:7 not found (message Type_120)
      22:04:09 Server: Object 4:3 not found (message Type_92)
      22:04:11 Server: Object 5:6 not found (message Type_120)
      22:04:12 Server: Object 4:12 not found (message Type_92)
      22:04:26 Server: Object 5:7 not found (message Type_92)
      22:04:26 Server: Object 5:6 not found (message Type_92)
      22:04:46 Server: Object 5:7 not found (message Type_92)
      22:04:46 Server: Object 5:6 not found (message Type_92)
      22:04:46 Server: Object 5:7 not found (message Type_120)
      22:04:48 Server: Object 5:6 not found (message Type_120)
      22:04:49 Server: Object 4:3 not found (message Type_92)
      22:04:52 Server: Object 4:12 not found (message Type_92)
      22:04:55 Server: Object 4:12 not found (message Type_120)
      22:05:06 Server: Object 5:7 not found (message Type_92)
      22:05:06 Server: Object 5:6 not found (message Type_92)
      22:05:15 Server: Object 4:3 not found (message Type_120)
      22:05:23 Server: Object 5:7 not found (message Type_120)
      22:05:24 Server: Object 5:6 not found (message Type_120)
      22:05:26 Server: Object 5:7 not found (message Type_92)
      22:05:26 Server: Object 5:6 not found (message Type_92)
      22:05:27 found in (107,431).
      22:05:29 Server: Object 4:3 not found (message Type_92)
      22:05:32 Server: Object 4:12 not found (message Type_92)
      22:05:46 Server: Object 5:7 not found (message Type_92)
      22:05:46 Server: Object 5:6 not found (message Type_92)
      22:06:00 Server: Object 5:7 not found (message Type_120)
      22:06:01 Server: Object 5:6 not found (message Type_120)
      22:06:06 Server: Object 5:7 not found (message Type_92)
      22:06:06 Server: Object 5:6 not found (message Type_92)
      22:06:08 Server: Object 4:12 not found (message Type_120)
      22:06:09 Server: Object 4:3 not found (message Type_92)
      22:06:13 Server: Object 4:12 not found (message Type_92)
      22:06:26 Server: Object 5:7 not found (message Type_92)
      22:06:26 Server: Object 5:6 not found (message Type_92)
      22:06:28 Server: Object 4:3 not found (message Type_120)
      22:06:37 Server: Object 5:7 not found (message Type_120)
      22:06:37 Server: Object 5:6 not found (message Type_120)
      22:06:46 Server: Object 5:7 not found (message Type_92)
      22:06:46 Server: Object 5:6 not found (message Type_92)
      22:06:50 Server: Object 4:3 not found (message Type_92)
      22:06:53 Server: Object 4:12 not found (message Type_92)
      22:07:06 Server: Object 5:7 not found (message Type_92)
      22:07:06 Server: Object 5:6 not found (message Type_92)
      22:07:13 Server: Object 5:7 not found (message Type_120)
      22:07:14 Server: Object 5:6 not found (message Type_120)
      22:07:21 Server: Object 4:12 not found (message Type_120)
      22:07:26 Server: Object 5:7 not found (message Type_92)
      22:07:26 Server: Object 5:6 not found (message Type_92)
      22:07:30 Server: Object 4:3 not found (message Type_92)
      22:07:33 Server: Object 4:12 not found (message Type_92)
      22:07:42 "extDB2: uiSleep [4]: 1973.48"

    • D.Tanne
      Anfänger
      Reaktionen
      11
      Trophäen
      9
      Beiträge
      57
      • 11. Juni 2016 um 22:57
      • #4

      Da ist doch offensichtlich das falsch ;D : dead

    • br1zey
      Meister
      Reaktionen
      881
      Trophäen
      11
      Beiträge
      2.458
      Dateien
      2
      Bilder
      58
      • 11. Juni 2016 um 23:45
      • #5

      fn_catchTurtle.sqf
      /*
      File: fn_catchTurtle.sqf
      Author: Bryan "Tonic" Boardwine
      Description:
      Catches a turtle?
      */
      private "_obj";
      _obj = cursorTarget;
      if(isNull _obj) exitWith {}; //Not valid
      if(alive _obj) exitWith {}; //It's alive, don't take it charlie!

      if(([true,"turtle_raw",1] call life_fnc_handleInv)) then {
      deleteVehicle _obj;
      titleText[localize "STR_NOTF_CaughtTurtle","PLAIN"];
      };

      rot makierte überprüf mal mit deinem xD und deine item variablen die du ja schon geschrieben hattest

      ReallifeRPG Admin, Scripter, Technischer Helfer, und Manchmal auch Spieler

      realliferpg128x128.png?resize=128%2C128&ssl=1

    • Roy Mustang
      Amateur
      Reaktionen
      2
      Trophäen
      10
      Beiträge
      183
      • 12. Juni 2016 um 00:52
      • #6

      was meint ihr in der item variablen

    • D.Tanne
      Anfänger
      Reaktionen
      11
      Trophäen
      9
      Beiträge
      57
      • 12. Juni 2016 um 00:56
      • #7
      Zitat von br1zey

      if(([true,"turtle_raw",1] call life_fnc_handleInv)) then {
      deleteVehicle _obj;
      titleText[localize "STR_NOTF_CaughtTurtle","PLAIN"];
      };

    • Plotmod
      Schüler
      Reaktionen
      46
      Trophäen
      11
      Beiträge
      90
      • 12. Juni 2016 um 10:15
      • #8

      Diese musst du ändern. Von turtle in turtel_raw

      Mit freundlichen Grüßen

      Plotmod

    • Roy Mustang
      Amateur
      Reaktionen
      2
      Trophäen
      10
      Beiträge
      183
      • 13. Juni 2016 um 15:49
      • #9

      Eine frage noch nur in der einen datei fn_catchTurtle.sqf

    • nox 25. März 2023 um 00:47

      Hat das Thema aus dem Forum Hilfeforum - ArmA 3 nach Archiv verschoben.

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von Native-Servers.com? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Benutzerkonto erstellen

    Tags

    • 4.3

    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. Verhaltensregeln
    3. Datenschutzerklärung
    4. Impressum
    5. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™