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
So: 18 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

    Waffe Weg :o

    • Leokadia
    • 27. Oktober 2016 um 13:29
    • Geschlossen
    • Erledigt
    • Leokadia
      Amateur
      Reaktionen
      17
      Trophäen
      10
      Beiträge
      225
      • 27. Oktober 2016 um 13:29
      • #1

      Guten Tag,

      Ich habe Folgendes Problem, Wenn ich mir eine Waffe kaufe bevor ich mich auslogge und auch Daten speicher drücke und dann 20 sec warte und dann Leavte.

      Und wieder connecte ist die Waffe weg, sie wurde anscheinend nicht gespeichert.


      C
      #define true 1
      #define false 0
      
      
      
      
      #define VITEMMACRO(NAME,DISPLAYNAME,VARNAME,WEIGHT,BUYPRICE,SELLPRICE,ILLEGAL,EDIBLE,ICON) class NAME { \
      		variable = VARNAME; \
      		weight = WEIGHT; \
      		displayName = DISPLAYNAME; \
      		buyPrice = BUYPRICE; \
      		sellPrice = SELLPRICE; \
      		illegal = ILLEGAL; \
      		edible = EDIBLE; \
      		icon = ICON; \
      	};
      
      
      
      
      #define LICENSEMACRO(NAME,DISPLAYNAME,VARNAME,PRICE,ILLEGAL,SIDE) class NAME { \
      		variable = VARNAME; \
      		displayName = DISPLAYNAME; \
      		price = PRICE; \
      		illegal = ILLEGAL; \
      		side = SIDE; \
      	};
      
      
      
      
      /*
      	Master settings for various features and functionality
      */
      class Life_Settings {
      	/* Persistent Settings */
      	save_civ_weapons = true; //Allow civilians to save weapons on them?
      	save_virtualItems = true; //Save Virtual items (all sides)?
      
      
      
      
      	/* Revive system settings */
      	revive_cops = false; //true to enable cops the ability to revive everyone or false for only medics/ems.
      	revive_fee = 1500; //Revive fee that players have to pay and medics / EMS are rewarded
      
      
      
      
      	/* House related settings */
      	house_limit = 3; //Maximum amount of houses a player can own.
      
      
      
      
      	/* Gang related settings */
      	gang_price = 75000; //Price for creating a gang, remember they are persistent so keep it reasonable to avoid millions of gangs.
      	gang_upgradeBase = 10000; //The base cost for upgrading slots in a gang
      	gang_upgradeMultiplier = 2.5; //Not sure if in use?
      
      
      
      
      	/* Player-related systems */
      	enable_fatigue = true; //Set to false to disable the ARMA 3 false system.
      	total_maxWeight = 24; //Static variable for the maximum weight allowed without having a backpack
      	paycheck_period = 5; //Scaled in minutes
      
      
      
      
      	/* Impound Variables */
      	impound_car = 350; //Price for impounding cars
      	impound_boat = 250; //Price for impounding boats
      	impound_air = 850; //Price for impounding helicopters / planes
      
      
      
      
      	/* Initial Bank Amount */
      	bank_cop = 100000; //Amount of cash on bank for new cops
      	bank_civ = 100000; //Amount of cash on bank for new civillians
      	bank_med = 100000; //Amount of cash on bank for new medics
      
      
      
      
      	/* Paycheck Amount */
      	paycheck_cop = 1500; //Payment for cops
      	paycheck_civ = 1250; //Payment for civillians
      	paycheck_med = 2000; //Payment for medics
      
      
      
      
      	/* Federal Reserve settings */
      	noatm_timer = 10; //Time in minutes that players won't be able to deposit his money after selling stolen gold
      
      
      
      
      	/* Spyglass settings */
      	 spyglass_init = false; //Enable or disable spyglass
      
      
      
      
      	/* Skins settings */
      	civ_skins = false; //Enable or disable civilian skins. Before enabling, you must add all the SEVEN files to textures folder. (It must be named as: civilian_uniform_1.jpg, civilian_uniform_2.jpg...civilian_uniform_6.jpg, civilian_uniform_7.jpg)
      
      
      
      
      	/* Car-shop Settings */
      	vehicleShop_rentalOnly[] = { "B_MRAP_01_hmg_F", "B_G_Offroad_01_armed_F" };
      
      
      
      
      	/* Job-related stuff */
      	delivery_points[] = { "dp_1", "dp_2", "dp_3", "dp_4", "dp_5", "dp_6", "dp_7", "dp_8", "dp_9", "dp_10", "dp_11", "dp_12", "dp_13", "dp_14", "dp_15", "dp_15", "dp_16", "dp_17", "dp_18", "dp_19", "dp_20", "dp_21", "dp_22", "dp_23", "dp_24", "dp_25" };
      
      
      
      
      	sellArray[] = {
      		{"arifle_sdar_F", 7500},
      		{"hgun_P07_snds_F", 650},
      		{"hgun_P07_F", 1500},
      		{"ItemGPS", 45},
      		{"ToolKit", 75},
      		{"FirstAidKit", 65},
      		{"Medikit", 450},
      		{"NVGoggles", 980},
      		{"16Rnd_9x21_Mag", 15},
      		{"20Rnd_556x45_UW_mag", 35},
      		{"ItemMap", 35},
      		{"ItemCompass", 25},
      		{"Chemlight_blue", 50},
      		{"Chemlight_yellow", 50},
      		{"Chemlight_green", 50},
      		{"Chemlight_red", 50},
      		{"hgun_Rook40_F", 500},
      		{"arifle_Katiba_F", 5000},
      		{"30Rnd_556x45_Stanag", 65},
      		{"20Rnd_762x51_Mag", 85},
      		{"30Rnd_65x39_caseless_green", 50},
      		{"DemoCharge_Remote_Mag", 7500},
      		{"SLAMDirectionalMine_Wire_Mag", 2575},
      		{"optic_ACO_grn", 250},
      		{"acc_flashlight", 100},
      		{"srifle_EBR_F", 15000},
      		{"arifle_TRG21_F", 3500},
      		{"optic_MRCO", 5000},
      		{"optic_Aco", 850},
      		{"arifle_MX_F", 7500},
      		{"arifle_MXC_F", 5000},
      		{"arifle_MXM_F", 8500},
      		{"MineDetector", 500},
      		{"optic_Holosight", 275},
      		{"acc_pointer_IR", 175},
      		{"arifle_TRG20_F", 2500},
      		{"SMG_01_F", 1500},
      		{"arifle_Mk20C_F", 4500},
      		{"30Rnd_45ACP_Mag_SMG_01", 60},
      		{"30Rnd_9x21_Mag", 30}
      	};
      };
      
      
      
      
      //Virtual Items
      class VirtualItems {
      	//Misc
      	VITEMMACRO(pickaxe, "STR_Item_Pickaxe", "pickaxe", 2, 750, 350, false, -1, "icons\ico_pickaxe.paa")
      	VITEMMACRO(fuelEmpty, "STR_Item_FuelE", "fuelEmpty", 2, -1, -1, false, -1, "icons\ico_fuelempty.paa")
      	VITEMMACRO(fuelFull, "STR_Item_FuelF", "fuelFull", 5, 850, 500, false, -1, "icons\ico_fuel.paa")
      	VITEMMACRO(spikeStrip, "STR_Item_SpikeStrip", "spikeStrip", 15, 2500, 1200, false, -1, "icons\ico_spikestrip.paa")
      	VITEMMACRO(lockpick, "STR_Item_Lockpick", "lockpick", 1, 150, 75, false, -1, "icons\ico_lockpick.paa")
      	VITEMMACRO(goldbar, "STR_Item_GoldBar", "goldBar", 12, -1, 95000, false, -1, "")
      	VITEMMACRO(blastingcharge, "STR_Item_BCharge", "blastingCharge", 15, 35000, -1, true, -1, "icons\ico_blastingCharge.paa")
      	VITEMMACRO(boltcutter, "STR_Item_BCutter", "boltCutter", 5, 7500, -1, true, -1, "icons\ico_boltcutters.paa")
      	VITEMMACRO(defusekit, "STR_Item_DefuseKit", "defuseKit", 2, 2500, -1, false, -1, "icons\ico_defusekit.paa")
      	VITEMMACRO(storagesmall, "STR_Item_StorageBS", "storageSmall", 5, 75000, -1, false, -1, "icons\ico_storageSmall.paa")
      	VITEMMACRO(storagebig, "STR_Item_StorageBL", "storageBig", 10, 150000, -1, false, -1, "icons\ico_storageBig.paa")
      
      
      
      
      	//Mined Items
      	VITEMMACRO(oil_unprocessed, "STR_Item_OilU", "oilUnprocessed", 7, -1, -1, false, -1, "")
      	VITEMMACRO(oil_processed, "STR_Item_OilP", "oilProcessed", 6, -1, 3200, false, -1, "")
      	VITEMMACRO(copper_unrefined, "STR_Item_CopperOre", "copperUnrefined", 4, -1, -1, false, -1, "")
      	VITEMMACRO(copper_refined, "STR_Item_CopperIngot", "copperRefined", 3, -1, 1500, false, -1, "")
      	VITEMMACRO(iron_unrefined, "STR_Item_IronOre", "ironUnrefined", 5, -1, -1, false, -1, "")
      	VITEMMACRO(iron_refined, "STR_Item_IronIngot", "ironRefined", 3, -1, 3200, false, -1, "")
      	VITEMMACRO(salt_unrefined, "STR_Item_Salt", "saltUnrefined", 3, -1, -1, false, -1, "")
      	VITEMMACRO(salt_refined, "STR_Item_SaltR", "saltRefined", 1, -1, 1450, false, -1, "")
      	VITEMMACRO(sand, "STR_Item_Sand", "sand", 3, -1, -1, false, -1, "")
      	VITEMMACRO(glass, "STR_Item_Glass", "glass", 1, -1, 1450, false, -1, "")
      	VITEMMACRO(diamond_uncut, "STR_Item_DiamondU", "diamondUncut", 4, -1, 750, false, -1, "")
      	VITEMMACRO(diamond_cut, "STR_Item_DiamondC", "diamondCut", 2, -1, 2000, false, -1, "")
      	VITEMMACRO(rock, "STR_Item_Rock", "rock", 6, -1, -1, false, -1, "")
      	VITEMMACRO(cement, "STR_Item_CementBag", "cement", 5, -1, 1950, false, -1, "")
      
      
      
      
      	//Drugs
      	VITEMMACRO(heroin_unprocessed, "STR_Item_HeroinU", "heroinUnprocessed", 6, -1, -1, true, -1, "")
      	VITEMMACRO(heroin_processed, "STR_Item_HeroinP", "heroinProcessed", 4, 3500, 2560, true, -1, "")
      	VITEMMACRO(cannabis, "STR_Item_Cannabis", "cannabis", 4, -1, -1, true, -1, "")
      	VITEMMACRO(marijuana, "STR_Item_Marijuana", "marijuana", 3, 2800, 2350, true, -1, "icons\ico_marijuana.paa")
      	VITEMMACRO(cocaine_unprocessed, "STR_Item_CocaineU", "cocaineUnprocessed", 6, -1, 3000, true, -1, "")
      	VITEMMACRO(cocaine_processed, "STR_Item_CocaineP", "cocaineProcessed", 4, -1, 5000, true, -1, "")
      
      
      
      
      	//Drink
      	VITEMMACRO(redgull, "STR_Item_RedGull", "redgull", 1, 1500, 200, false, 100, "icons\ico_redgull.paa")
      	VITEMMACRO(coffee, "STR_Item_Coffee", "coffee", 1, 10, 5, false, 100, "icons\ico_coffee.paa")
      	VITEMMACRO(waterBottle, "STR_Item_WaterBottle", "waterBottle", 1, 10, 5, false, 100, "icons\ico_waterBottle.paa")
      
      
      
      
      	//Food
      	VITEMMACRO(apple, "STR_Item_Apple", "apple", 1, 65, 50, false, 10, "icons\ico_apple.paa")
      	VITEMMACRO(peach, "STR_Item_Peach", "peach", 1, 68, 55, false, 10, "icons\ico_peach.paa")
      	VITEMMACRO(tbacon, "STR_Item_TBacon", "tbacon", 1, 75, 25, false, 40, "icons\ico_tbacon.paa")
      	VITEMMACRO(donuts, "STR_Item_Donuts", "donuts", 1, 120, 60, false, 30, "icons\ico_donuts.paa")
      	VITEMMACRO(rabbit_raw, "STR_Item_RabbitRaw", "rabbitRaw", 2, -1, 65, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(rabbit, "STR_Item_Rabbit", "rabbit", 1, 150, 115, false, 20, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(salema_raw, "STR_Item_SalemaRaw", "salemaRaw", 2, -1, 45, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(salema, "STR_Item_Salema", "salema", 1, 75, 55, false, 30, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(ornate_raw, "STR_Item_OrnateRaw", "ornateRaw", 2, -1, 40, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(ornate, "STR_Item_Ornate", "ornate", 1, 175, 150, false, 25, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(mackerel_raw, "STR_Item_MackerelRaw", "mackerelRaw", 4, -1, 175, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(mackerel, "STR_Item_Mackerel", "mackerel", 2, 250, 200, false, 30, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(tuna_raw, "STR_Item_TunaRaw", "tunaRaw", 6, -1, 700, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(tuna, "STR_Item_Tuna", "tuna", 3, 1250, 1000, false, 100, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(mullet_raw, "STR_Item_MulletRaw", "mulletRaw", 4, -1, 250, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(mullet, "STR_Item_Mullet", "mullet", 2, 600, 400, false, 80, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(catshark_raw, "STR_Item_CatSharkRaw", "catsharkRaw", 6, -1, 300, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(catshark, "STR_Item_CatShark", "catshark", 3, 750, 500, false, 100, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(turtle_raw, "STR_Item_TurtleRaw", "turtleRaw", 6, 4000, 3000, true, -1, "icons\ico_meat.paa")
      	VITEMMACRO(turtle_soup, "STR_Item_TurtleSoup", "turtleSoup", 2, 2500, 1000, false, 100, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(hen_raw, "STR_Item_HenRaw", "henRaw", 1, -1, 35, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(hen, "STR_Item_Hen", "hen", 1, 115, 85, false, 65, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(rooster_raw, "STR_Item_RoosterRaw", "roosterRaw", 1, -1, 35, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(rooster, "STR_Item_Rooster", "rooster", 115, 85, false, 45, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(sheep_raw, "STR_Item_SheepRaw", "sheepRaw", 2, -1, 50, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(sheep, "STR_Item_Sheep", "sheep", 2, 155, 115, false, 100, "icons\ico_cookedMeat.paa")
      	VITEMMACRO(goat_raw, "STR_Item_GoatRaw", "goatRaw", 2, -1, 75, false, -1, "icons\ico_meat.paa")
      	VITEMMACRO(goat, "STR_Item_Goat", "goat", 2, 175, 135, false, 100, "icons\ico_cookedMeat.paa")
      };
      
      
      
      
      
      
      
      /*
      	Licenses
      
      
      
      
      	Params:
      	CLASS ENTRY,DisplayName,VariableName,price,illegal,side indicator
      */
      class Licenses {
      	LICENSEMACRO(driver,"STR_License_Driver","driver",500,false,"civ")
      	LICENSEMACRO(boat,"STR_License_Boat","boat",1000,false,"civ")
      	LICENSEMACRO(pilot,"STR_License_Pilot","pilot",45000,false,"civ")
      	LICENSEMACRO(gun,"STR_License_Firearm","gun",15000,false,"civ")
      	LICENSEMACRO(dive,"STR_License_Diving","dive",2000,false,"civ")
      	LICENSEMACRO(oil,"STR_License_Oil","oil",17500,false,"civ")
      	LICENSEMACRO(cAir,"STR_License_Pilot","cAir",500,false,"cop")
      	LICENSEMACRO(cg,"STR_License_CG","cg",500,false,"cop")
      	LICENSEMACRO(heroin,"STR_License_Heroin","heroin",35000,true,"civ")
      	LICENSEMACRO(marijuana,"STR_License_Marijuana","marijuana",30000,true,"civ")
      	LICENSEMACRO(medmarijuana,"STR_License_Medmarijuana","medmarijuana",28000,false,"civ")
      	LICENSEMACRO(rebel,"STR_License_Rebel","rebel",1500000,true,"civ")
      	LICENSEMACRO(trucking,"STR_License_Truck","trucking",15000,false,"civ")
      	LICENSEMACRO(diamond,"STR_License_Diamond","diamond",35000,false,"civ")
      	LICENSEMACRO(salt,"STR_License_Salt","salt",12000,false,"civ")
      	LICENSEMACRO(cocaine,"STR_License_Cocaine","cocaine",30000,false,"civ")
      	LICENSEMACRO(sand,"STR_License_Sand","sand",14500,false,"civ")
      	LICENSEMACRO(iron,"STR_License_Iron","iron",9500,false,"civ")
      	LICENSEMACRO(copper,"STR_License_Copper","copper",8000,false,"civ")
      	LICENSEMACRO(cement,"STR_License_Cement","cement",6500,false,"civ")
      	LICENSEMACRO(mAir,"STR_License_Pilot","mAir",15000,false,"med")
      	LICENSEMACRO(home,"STR_License_Home","home",750000,false,"civ")
      };
      
      
      
      
      class VirtualShops {
      	class market {
      		name = "STR_Shops_Market";
      		items[] = { "waterBottle", "rabbit", "apple", "redgull", "tbacon", "lockpick", "pickaxe", "fuelFull", "peach", "boltcutter", "storagesmall", "storagebig" };
      	};
      
      
      
      
      	class rebel {
      		name = "STR_Shops_Rebel";
      		items[] = { "waterBottle", "rabbit", "apple", "redgull", "tbacon", "lockpick", "pickaxe", "fuelFull", "peach", "boltcutter", "blastingcharge" };
      	};
      
      
      
      
      	class gang {
      		name = "STR_Shops_Gang";
      		items[] = { "waterBottle", "rabbit", "apple", "redgull", "tbacon", "lockpick", "pickaxe", "fuelFull", "peach", "boltcutter", "blastingcharge" };
      	};
      
      
      
      
      	class wongs {
      		name = "STR_Shops_Wongs";
      		items[] = { "turtle_soup", "turtle_raw" };
      	};
      
      
      
      
      	class coffee {
      		name = "STR_Shops_Coffee";
      		items[] = { "coffee", "donuts" };
      	};
      
      
      
      
      	class drugdealer {
      		name = "STR_Shops_DrugDealer";
      		items[] = { "cocaine_processed", "heroin_processed", "marijuana" };
      	};
      
      
      
      
      	class oil {
      		name = "STR_Shops_Oil";
      		items[] = { "oil_processed", "pickaxe", "fuelFull" };
      	};
      
      
      
      
      	class fishmarket {
      		name = "STR_Shops_FishMarket";
      		items[] = { "salema_raw", "salema", "ornate_raw", "ornate", "mackerel", "mackerel", "tuna_raw", "tuna", "mullet_raw", "mullet", "catshark_raw", "catshark" };
      	};
      
      
      
      
      	class glass {
      		name = "STR_Shops_Glass";
      		items[] = { "glass" };
      	};
      
      
      
      
      	class iron  {
      		name = "STR_Shops_Minerals";
      		items[] = { "iron_refined", "copper_refined" };
      	};
      
      
      
      
      	class diamond {
      		name = "STR_Shops_Diamond";
      		items[] = { "diamond_uncut", "diamond_cut" };
      	};
      
      
      
      
      	class salt {
      		name = "STR_Shops_Salt";
      		items[] = { "salt_refined" };
      	};
      
      
      
      
      	class cop {
      		name = "STR_Shops_Cop";
      		items[] = { "donuts", "coffee", "spikeStrip", "waterBottle", "rabbit", "apple", "redgull", "fuelFull", "defusekit" };
      	};
      
      
      
      
      	class cement {
      		name = "STR_Shops_Cement";
      		items[] = { "cement" };
      	};
      
      
      
      
      	class gold {
      		name = "STR_Shops_Gold";
      		items[] = { "goldbar" };
      	};
      };
      
      
      
      
      #include "Config_Clothing.hpp"
      #include "Config_Weapons.hpp"
      #include "Config_Vehicles.hpp"
      Alles anzeigen

      Frohe Weihnachten santa

    • Moritz
      Fortgeschrittener
      Reaktionen
      180
      Trophäen
      10
      Beiträge
      314
      • 2. November 2016 um 19:06
      • #2

      RTP logs?

      Terrainbuilder Grund Guide: Terrainbuilder Grund Guide
      Mapping Service :) Mapping Service
      Ich streame Täglich ab 14 Uhr! Twitch

    • Leokadia
      Amateur
      Reaktionen
      17
      Trophäen
      10
      Beiträge
      225
      • 2. November 2016 um 19:10
      • #3
      Code
      18:02:18                                            @extDB2 |              @extDB2 |      false |             GAME DIR |                                          |           | C:\SERVICES\ni399016_1_SHARE\ftproot\arma3\@extDB2
      18:02:18                                       @life_server |         @life_server |      false |             GAME DIR | 1f962586344bb6c0710244ccbb06d12cfa022e53 |  7fb536a1 | C:\SERVICES\ni399016_1_SHARE\ftproot\arma3\@life_server
      18:02:18                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
      18:02:18                                        Arma 3 Apex |            expansion |       true |             GAME DIR | 61bb8023710fa4aaffc832b931c49b70631174de |  ebd28e4e | C:\SERVICES\ni399016_1_SHARE\ftproot\arma3\expansion
      18:02:18                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 0971723f28503ceb2d8fe097a2544c0fb258d060 |  84da09ae | C:\SERVICES\ni399016_1_SHARE\ftproot\arma3\mark
      18:02:18                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | d17b2a88ac41c5a119720fd3d221a782a70a1415 |  2305f73b | C:\SERVICES\ni399016_1_SHARE\ftproot\arma3\heli
      18:02:18                                       Arma 3 Karts |                 kart |       true |             GAME DIR | c749aafea5426edb670fc5b77c0de405a9728b9c |  91d04a48 | C:\SERVICES\ni399016_1_SHARE\ftproot\arma3\kart
      18:02:18                                        Arma 3 Zeus |              curator |       true |             GAME DIR | 6b019b4d61f82db3bb1bcbaf22f2b90522f076fa |  512c52af | C:\SERVICES\ni399016_1_SHARE\ftproot\arma3\curator
      18:02:18                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
      18:02:18 ==========================================================================================================================================================================================================
      18:02:18 InitSound ...
      18:02:18 InitSound - complete
      18:02:18 PhysX3 SDK Init started ...
      18:02:18 PhysX3 SDK Init ended.
      18:02:23 Attempt to override final function - rscminimap_script
      18:02:23 Attempt to override final function - rscdisplayloading_script
      18:02:23 Attempt to override final function - rscdisplayloading_script
      18:02:23 Attempt to override final function - rscdisplayloading_script
      18:02:23 Attempt to override final function - rscdiary_script
      18:02:23 Attempt to override final function - rscdiary_script
      18:02:24 Attempt to override final function - rscdisplayremotemissions_script
      18:02:24 Attempt to override final function - rscdisplayloading_script
      18:02:24 Attempt to override final function - rscdiary_script
      18:02:24 Attempt to override final function - rscdiary_script
      18:02:24 Attempt to override final function - rscdisplaystrategicmap_script
      18:02:24 Attempt to override final function - rscdisplaycommon_script
      18:02:24 Attempt to override final function - rscdisplaygarage_script
      18:02:24 Attempt to override final function - rscdisplayhostsettings_script
      18:02:24 Attempt to override final function - rscdisplayloading_script
      18:02:24 Attempt to override final function - rscdisplaycurator_script
      18:02:25 Attempt to override final function - display3deneditcomposition_script
      18:02:25 Attempt to override final function - display3deneditattributes_script
      18:02:25 Attempt to override final function - display3deneditattributes_script
      18:02:25 Attempt to override final function - rscdisplayhostsettings_script
      18:02:25 Attempt to override final function - rscdisplaycommon_script
      18:02:25 Attempt to override final function - rscdisplaydebriefing_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:25 Attempt to override final function - rscunitinfo_script
      18:02:27 VoteThreshold must be in 0..1 range. Defaulting to 0.5
      18:02:28 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
      18:02:28 Steam AppId from steam_appid.txt: 107410
      18:02:28 Unsupported language English in stringtable
      18:02:28 Unsupported language English in stringtable
      18:02:36 Mission Altis_Life.Altis: Number of roles (99) is different from 'description.ext::Header::maxPlayer' (75)
      18:02:36 Connected to Steam servers
      18:02:37 Starting mission:
      18:02:37  Mission file: Altis_Life
      18:02:37  Mission world: Altis
      18:02:37  Mission directory: mpmissions\Altis_Life.Altis\
      18:02:47 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      18:02:47 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      18:02:57 Attempt to override final function - bis_functions_list
      18:02:57 Attempt to override final function - bis_functions_listpreinit
      18:02:57 Attempt to override final function - bis_functions_listpostinit
      18:02:57 Attempt to override final function - bis_functions_listrecompile
      18:02:57 Attempt to override final function - bis_fnc_missiontaskslocal
      18:02:57 Attempt to override final function - bis_fnc_missionconversationslocal
      18:02:57 Attempt to override final function - bis_fnc_missionflow
      18:02:57 Loading movesType CfgGesturesMale
      18:02:58 MovesType CfgGesturesMale load time 148 ms
      18:02:58 Loading movesType CfgMovesMaleSdr
      18:03:04 MovesType CfgMovesMaleSdr load time 6757 ms
      18:03:05 No speaker given for Imre Ibori
      18:03:05 No speaker given for Oringo Ekwensi
      18:03:05 No speaker given for Shaan Igwe
      18:03:05 No speaker given for Callum Bennett
      18:03:05 No speaker given for Hamidi Okonkwo
      18:03:05 No speaker given for Pan Han
      18:03:06 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      18:03:06 No speaker given for Lucas Clarke
      18:03:06 No speaker given for Ian Lee
      18:03:06 No speaker given for Max Robertson
      18:03:06 No speaker given for Jack Jones
      18:03:06 No speaker given for Teshi Osmani
      18:03:06 No speaker given for Adam Anderson
      18:03:06 No speaker given for George Bennett
      18:03:06 No speaker given for Shawn Martinez
      18:03:06 No speaker given for Wu Yeung
      18:03:06 No speaker given for Liang Sun
      18:03:06 No speaker given for Ryan White
      18:03:06 No speaker given for Oliver Taylor
      18:03:06 No speaker given for David Bennett
      18:03:06 No speaker given for Kong Chang
      18:03:06 No speaker given for Greer Jackson
      18:03:06 No speaker given for Thomas Williams
      18:03:06 No speaker given for Luke Halliwell
      18:03:06 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      18:03:06 No speaker given for Quinton Bayh
      18:03:06 No speaker given for Omari Azikiwe
      18:03:06 No speaker given for Ewan Walker
      18:03:06 No speaker given for Michael Young
      18:03:06 No speaker given for Colin Johnson
      18:03:06 No speaker given for Geoff Faulkner
      18:03:06 No speaker given for Paul Taylor
      18:03:07 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      18:03:07 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      18:03:07 SW keep height animation used for a3\structures_f_epb\civ\accessories\woodpile_large_f.p3d
      18:03:08 Error: Object(2 : 1) not found
      18:03:08 Error: Object(2 : 3) not found
      18:03:08 Error: Object(2 : 5) not found
      18:03:08 Error: Object(2 : 96) not found
      18:03:08 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
      18:03:08  Mission id: 83eeb3f2cf1da642352f49329af008db189cb871
      18:03:08 "extDB2: Connected to Database"
      18:03:08 Unknown attribute shadown
      18:03:08 "extDB2: uiSleep [4]: 77.179"
      18:03:08 "extDB2: uiSleep [4]: 77.179"
      18:03:08 "extDB2: uiSleep [4]: 77.18"
      18:03:08 "extDB2: uiSleep [4]: 77.181"
      18:03:08 "extDB2: uiSleep [4]: 77.181"
      18:03:08 "extDB2: uiSleep [4]: 77.183"
      18:03:08 "extDB2: uiSleep [4]: 77.184"
      18:03:08 "extDB2: uiSleep [4]: 77.185"
      18:03:08 "extDB2: uiSleep [4]: 77.186"
      18:03:08 "extDB2: uiSleep [4]: 77.187"
      18:03:08 "extDB2: uiSleep [4]: 77.187"
      18:08:08 Unknown attribute shadown
      18:13:08 Unknown attribute shadown
      18:18:08 Unknown attribute shadown
      18:23:08 Unknown attribute shadown
      18:27:13 Client: Local object 2:1303 not found
      18:27:13 Server: Object info 2:1303 not found during Changing Owner
      18:27:17 "extDB2: uiSleep [4]: 1525.74"
      18:27:17 "extDB2: uiSleep [4]: 1525.74"
      18:27:17 "extDB2: uiSleep [4]: 1525.74"
      18:27:17 "------------- Client Query Request -------------"
      18:27:17 "QUERY: SELECT playerid, name, cash, bankacc, adminlevel, donatorlvl, civ_licenses, arrested, civ_gear FROM players WHERE playerid='76561198145027479'"
      18:27:17 "Time to complete: 0.0219727 (in seconds)"
      18:27:17 "Result: [""76561198145027479"",""[Chief] Jesse Pinkman"",1.31825e+006,9.77974e+008,""5"",""0"",""[[`license_civ_driver`,1],[`license_civ_boat`,1],[`license_civ_pilot`,1],[`license_civ_gun`,0],[`license_civ_dive`,0],[`license_civ_oil`,0],[`license_civ_heroin`,0],[`license_civ_marijuana`,0],[`license_civ_medmarijuana`,0],[`license_civ_rebel`,1],[`license_civ_trucking`,1],[`license_civ_diamond`,0],[`license_civ_salt`,1],[`license_civ_cocaine`,0],[`license_civ_sand`,0],[`license_civ_iron`,0],[`license_civ_copper`,0],[`license_civ_cement`,0],[`license_civ_home`,1]]"",0,""[`U_I_CombatUniform`,`V_PlateCarrierIAGL_oli`,`B_Carryall_oli`,`G_Balaclava_blk`,`H_HelmetIA`,[`ItemMap`,`ItemCompass`,`ItemWatch`,`ItemGPS`,`NVGoggles`],[],[],[`optic_AMS`],[`10Rnd_338_Mag`],[`optic_SOS`,`ToolKit`,`bipod_01_F_blk`],[`30Rnd_762x39_Mag_F`,`10Rnd_338_Mag`,`10Rnd_338_Mag`,`10Rnd_338_Mag`,`10Rnd_338_Mag`,`10Rnd_338_Mag`,`10Rnd_338_Mag`,`10Rnd_338_Mag`,`10Rnd_338_Mag`,`10Rnd_338_Mag`,`10Rnd_338_Mag`],[],[`5Rnd_127x108_Mag`,`5Rnd_127x
      18:27:17 "------------------------------------------------"
      18:27:17 "extDB2: uiSleep [4]: 1525.85"
      18:27:17 "extDB2: uiSleep [4]: 1525.85"
      18:27:17 "extDB2: uiSleep [4]: 1525.89"
      18:27:17 "extDB2: uiSleep [4]: 1525.89"
      18:27:17 "extDB2: uiSleep [4]: 1525.89"
      18:28:08 Unknown attribute shadown
      18:28:29 "extDB2: uiSleep [4]: 1597.88"
      18:28:29 "extDB2: uiSleep [4]: 1597.88"
      18:28:29 "------------- Client Query Request -------------"
      18:28:29 "QUERY: SELECT playerid, name, cash, bankacc, adminlevel, donatorlvl, civ_licenses, arrested, civ_gear FROM players WHERE playerid='76561198089223973'"
      18:28:29 "Time to complete: 0.000976563 (in seconds)"
      18:28:29 "Result: []"
      18:28:29 "------------------------------------------------"
      18:28:29 "extDB2: uiSleep [4]: 1598.54"
      18:28:29 "extDB2: uiSleep [4]: 1598.54"
      18:28:29 "------------- Insert Query Request -------------"
      18:28:29 "QUERY: SELECT playerid, name FROM players WHERE playerid='76561198089223973'"
      18:28:29 "Time to complete: 0.000976563 (in seconds)"
      18:28:29 "Result: []"
      18:28:29 "------------------------------------------------"
      18:28:30 "extDB2: uiSleep [4]: 1599.2"
      18:28:30 "extDB2: uiSleep [4]: 1599.2"
      18:28:30 "extDB2: uiSleep [4]: 1599.2"
      18:28:30 "------------- Client Query Request -------------"
      18:28:30 "QUERY: SELECT playerid, name, cash, bankacc, adminlevel, donatorlvl, civ_licenses, arrested, civ_gear FROM players WHERE playerid='76561198089223973'"
      18:28:30 "Time to complete: 0.0020752 (in seconds)"
      18:28:30 "Result: [""76561198089223973"",""kenneth"",0,100000,""0"",""0"",""[]"",0,""[]""]"
      18:28:30 "------------------------------------------------"
      18:28:30 "extDB2: uiSleep [4]: 1599.24"
      18:28:30 "extDB2: uiSleep [4]: 1599.24"
      18:28:30 "extDB2: uiSleep [4]: 1599.28"
      18:28:30 "extDB2: uiSleep [4]: 1599.29"
      18:28:30 Error: Object(4 : 2) not found
      18:33:08 Unknown attribute shadown
      18:34:25 Client: Remote object 4:0 not found
      18:34:25 "extDB2: uiSleep [4]: 1953.87"
      18:34:25 "extDB2: uiSleep [4]: 1953.87"
      18:34:25 "extDB2: uiSleep [4]: 1953.87"
      18:34:27 Warning: Cleanup player - person 2:1311 not found
      18:34:29 Warning: Cleanup player - person 2:1311 not found
      18:34:34 Client: Remote object 3:0 not found
      18:34:34 "extDB2: uiSleep [4]: 1962.64"
      18:34:34 "extDB2: uiSleep [4]: 1962.64"
      18:34:35 Warning: Cleanup player - person 2:1304 not found
      18:34:36 Warning: Cleanup player - person 2:1304 not found
      18:35:05 Server: Object 4:2 not found (message Type_93)
      18:35:38 Server: Object 4:2 not found (message Type_121)
      18:35:45 Server: Object 4:2 not found (message Type_93)
      18:36:25 Server: Object 4:2 not found (message Type_93)
      18:36:51 Server: Object 4:2 not found (message Type_121)
      18:37:05 Server: Object 4:2 not found (message Type_93)
      18:37:45 Server: Object 4:2 not found (message Type_93)
      18:38:04 Server: Object 4:2 not found (message Type_121)
      18:38:08 Unknown attribute shadown
      18:38:25 Server: Object 4:2 not found (message Type_93)
      18:39:05 Server: Object 4:2 not found (message Type_93)
      18:39:17 Server: Object 4:2 not found (message Type_121)
      18:39:45 Server: Object 4:2 not found (message Type_93)
      18:40:25 Server: Object 4:2 not found (message Type_93)
      18:40:31 Server: Object 4:2 not found (message Type_121)
      18:41:05 Server: Object 4:2 not found (message Type_93)
      18:41:44 Server: Object 4:2 not found (message Type_121)
      18:41:45 Server: Object 4:2 not found (message Type_93)
      18:42:25 Server: Object 4:2 not found (message Type_93)
      18:42:57 Server: Object 4:2 not found (message Type_121)
      18:43:05 Server: Object 4:2 not found (message Type_93)
      18:43:08 Unknown attribute shadown
      18:43:45 Server: Object 4:2 not found (message Type_93)
      18:44:10 Server: Object 4:2 not found (message Type_121)
      18:44:25 Server: Object 4:2 not found (message Type_93)
      18:45:05 Server: Object 4:2 not found (message Type_93)
      18:45:23 Server: Object 4:2 not found (message Type_121)
      18:45:45 Server: Object 4:2 not found (message Type_93)
      18:46:25 Server: Object 4:2 not found (message Type_93)
      18:46:36 Server: Object 4:2 not found (message Type_121)
      18:47:05 Server: Object 4:2 not found (message Type_93)
      18:47:45 Server: Object 4:2 not found (message Type_93)
      18:47:49 Server: Object 4:2 not found (message Type_121)
      18:48:08 Unknown attribute shadown
      18:48:25 Server: Object 4:2 not found (message Type_93)
      18:49:03 Server: Object 4:2 not found (message Type_121)
      18:49:05 Server: Object 4:2 not found (message Type_93)
      18:49:45 Server: Object 4:2 not found (message Type_93)
      18:50:16 Server: Object 4:2 not found (message Type_121)
      18:50:25 Server: Object 4:2 not found (message Type_93)
      18:51:05 Server: Object 4:2 not found (message Type_93)
      18:51:29 Server: Object 4:2 not found (message Type_121)
      18:51:45 Server: Object 4:2 not found (message Type_93)
      18:52:25 Server: Object 4:2 not found (message Type_93)
      18:52:42 Server: Object 4:2 not found (message Type_121)
      18:53:05 Server: Object 4:2 not found (message Type_93)
      18:53:08 Unknown attribute shadown
      18:53:45 Server: Object 4:2 not found (message Type_93)
      18:53:56 Server: Object 4:2 not found (message Type_121)
      18:54:25 Server: Object 4:2 not found (message Type_93)
      18:55:05 Server: Object 4:2 not found (message Type_93)
      18:55:09 Server: Object 4:2 not found (message Type_121)
      18:55:45 Server: Object 4:2 not found (message Type_93)
      18:56:23 Server: Object 4:2 not found (message Type_121)
      18:56:25 Server: Object 4:2 not found (message Type_93)
      18:57:05 Server: Object 4:2 not found (message Type_93)
      18:57:36 Server: Object 4:2 not found (message Type_121)
      18:57:45 Server: Object 4:2 not found (message Type_93)
      18:58:08 Unknown attribute shadown
      18:58:25 Server: Object 4:2 not found (message Type_93)
      18:58:49 Server: Object 4:2 not found (message Type_121)
      18:59:05 Server: Object 4:2 not found (message Type_93)
      18:59:45 Server: Object 4:2 not found (message Type_93)
      19:00:02 Server: Object 4:2 not found (message Type_121)
      19:00:25 Server: Object 4:2 not found (message Type_93)
      19:01:05 Server: Object 4:2 not found (message Type_93)
      19:01:15 Server: Object 4:2 not found (message Type_121)
      19:01:45 Server: Object 4:2 not found (message Type_93)
      19:02:25 Server: Object 4:2 not found (message Type_93)
      19:02:29 Server: Object 4:2 not found (message Type_121)
      19:03:05 Server: Object 4:2 not found (message Type_93)
      19:03:08 Unknown attribute shadown
      19:03:42 Server: Object 4:2 not found (message Type_121)
      19:03:45 Server: Object 4:2 not found (message Type_93)
      19:04:25 Server: Object 4:2 not found (message Type_93)
      19:04:55 Server: Object 4:2 not found (message Type_121)
      19:05:05 Server: Object 4:2 not found (message Type_93)
      19:05:45 Server: Object 4:2 not found (message Type_93)
      19:06:08 Server: Object 4:2 not found (message Type_121)
      19:06:26 Server: Object 4:2 not found (message Type_93)
      19:07:06 Server: Object 4:2 not found (message Type_93)
      19:07:21 Server: Object 4:2 not found (message Type_121)
      19:07:46 Server: Object 4:2 not found (message Type_93)
      Alles anzeigen
      Spoiler anzeigen

      Frohe Weihnachten santa

    • Leokadia
      Amateur
      Reaktionen
      17
      Trophäen
      10
      Beiträge
      225
      • 2. November 2016 um 19:10
      • #4

      @Moritz

      Frohe Weihnachten santa

    • Kuchenplatte
      Erleuchteter
      Reaktionen
      1.013
      Beiträge
      3.387
      Dateien
      7
      Bilder
      10
      • 2. November 2016 um 19:25
      • #5

      Würde hier eher den Client Log vorziehen ;]

      Shadow|Eagle: "Frag mich eher why ich dich nicht noch irgendwas gegeben hab als Vorschlag xD"

      !Acryl-Exile Server!

      195.201.148.155:2302

      Kuchenplatte On GitHub

      https://github.com/Kuchenplatte

      Kuchenplattes Backstube

      Kuchenplattes Discord

      Kuchenplatte On Twitch
      Come On and Follow Me! On Twitch.TV

    • Leokadia
      Amateur
      Reaktionen
      17
      Trophäen
      10
      Beiträge
      225
      • 2. November 2016 um 19:59
      • #6
      Zitat von Kuchenplatte

      Würde hier eher den Client Log vorziehen ;]

      Wo finde ich die nochmal ?

      Frohe Weihnachten santa

    • Kuchenplatte
      Erleuchteter
      Reaktionen
      1.013
      Beiträge
      3.387
      Dateien
      7
      Bilder
      10
      • 2. November 2016 um 20:03
      • #7

      %localhost% und dann im Arma ordner

      Shadow|Eagle: "Frag mich eher why ich dich nicht noch irgendwas gegeben hab als Vorschlag xD"

      !Acryl-Exile Server!

      195.201.148.155:2302

      Kuchenplatte On GitHub

      https://github.com/Kuchenplatte

      Kuchenplattes Backstube

      Kuchenplattes Discord

      Kuchenplatte On Twitch
      Come On and Follow Me! On Twitch.TV

    • Leokadia
      Amateur
      Reaktionen
      17
      Trophäen
      10
      Beiträge
      225
      • 2. November 2016 um 20:08
      • #8
      Zitat von Kuchenplatte

      %localhost% und dann im Arma ordner

      Da Sind Keine :o Der Pfad Bitte

      Frohe Weihnachten santa

    • AustrianNoob
      Kenner
      Reaktionen
      501
      Trophäen
      10
      Beiträge
      563
      • 2. November 2016 um 20:21
      • #9

      %appdata% --> ein Verzeichnis zurück (AppData) --> Local --> Arma 3 --> arma3_DATUM_UHRZEIT.rpt

      C:\Users\<DEINUSERNAME>\AppData\Local\Arma 3

      Zu beachten ist aber, dass keine Logs gespeichert werden, wenn du den Parameter "-noLogs" benutzt

      Bohemia Wiki - Startup Parameter

    • Leokadia
      Amateur
      Reaktionen
      17
      Trophäen
      10
      Beiträge
      225
      • 2. November 2016 um 20:27
      • #10
      Zitat von AustrianNoob

      %appdata% --> ein Verzeichnis zurück (AppData) --> Local --> Arma 3 --> arma3_DATUM_UHRZEIT.rpt

      C:\Users\<DEINUSERNAME>\AppData\Local\Arma 3

      Zu beachten ist aber, dass keine Logs gespeichert werden, wenn du den Parameter "-noLogs" benutzt

      Bohemia Wiki - Startup Parameter

      Moment Schicke sie gleich

      Frohe Weihnachten santa

    • Leokadia
      Amateur
      Reaktionen
      17
      Trophäen
      10
      Beiträge
      225
      • 2. November 2016 um 20:31
      • #11

      @AustrianNoob


      Code
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\music_f_mark.pbo - 98422
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\music_f_mark_music.pbo - 99086
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\sounds_f_mark.pbo - 99087
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\static_f_mark.pbo - 103750
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\structures_f_mark.pbo - 99089
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\supplies_f_mark.pbo - 103750
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\ui_f_mark.pbo - 99090
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\ui_f_mp_mark.pbo - 99090
      20:30:14 E:\steam\steamapps\common\Arma 3\mark\addons\weapons_f_mark.pbo - 103768
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\air_f_heli.pbo - 104320
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\anims_f_heli.pbo - 99082
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\boat_f_heli.pbo - 103750
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\cargoposes_f_heli.pbo - 103864
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\data_f_heli.pbo - 100892
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\dubbing_f_heli.pbo - 98398
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\functions_f_heli.pbo - 99082
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\languagemissions_f_heli.pbo - 106537
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\language_f_heli.pbo - 106537
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\missions_f_heli.pbo - 104274
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\missions_f_heli_data.pbo - 99082
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\missions_f_heli_video.pbo - 99082
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\modules_f_heli.pbo - 104276
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\music_f_heli.pbo - 98423
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\music_f_heli_music.pbo - 99086
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\soft_f_heli.pbo - 103750
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\sounds_f_heli.pbo - 99086
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\structures_f_heli.pbo - 101719
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\supplies_f_heli.pbo - 103750
      20:30:14 E:\steam\steamapps\common\Arma 3\heli\addons\ui_f_heli.pbo - 99090
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\anims_f_kart.pbo - 99082
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\characters_f_kart.pbo - 99082
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\data_f_kart.pbo - 100651
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\languagemissions_f_kart.pbo - 106537
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\language_f_kart.pbo - 106537
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\missions_f_kart.pbo - 104383
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\missions_f_kart_data.pbo - 99082
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\modules_f_kart.pbo - 99085
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\modules_f_kart_data.pbo - 99085
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\soft_f_kart.pbo - 103750
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\sounds_f_kart.pbo - 99086
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\structures_f_kart.pbo - 101717
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\ui_f_kart.pbo - 99090
      20:30:14 E:\steam\steamapps\common\Arma 3\kart\addons\weapons_f_kart.pbo - 99090
      20:30:14 E:\steam\steamapps\common\Arma 3\curator\addons\data_f_curator.pbo - 103921
      20:30:14 E:\steam\steamapps\common\Arma 3\curator\addons\functions_f_curator.pbo - 99082
      20:30:14 E:\steam\steamapps\common\Arma 3\curator\addons\language_f_curator.pbo - 106537
      20:30:14 E:\steam\steamapps\common\Arma 3\curator\addons\missions_f_curator.pbo - 103884
      20:30:14 E:\steam\steamapps\common\Arma 3\curator\addons\modules_f_curator.pbo - 103372
      20:30:14 E:\steam\steamapps\common\Arma 3\curator\addons\ui_f_curator.pbo - 105558
      20:30:14 addons\3den.pbo - 105763
      20:30:14 addons\3den_language.pbo - 106535
      20:30:14 addons\a3.pbo - unknown
      20:30:14 addons\air_f.pbo - 103749
      20:30:14 addons\air_f_beta.pbo - 104183
      20:30:14 addons\air_f_epb.pbo - 103749
      20:30:14 addons\air_f_epc.pbo - 103749
      20:30:14 addons\air_f_gamma.pbo - 103749
      20:30:14 addons\animals_f.pbo - 100090
      20:30:14 addons\animals_f_beta.pbo - 100090
      20:30:14 addons\anims_f.pbo - 103716
      20:30:14 addons\anims_f_bootcamp.pbo - 99081
      20:30:14 addons\anims_f_data.pbo - 103820
      20:30:14 addons\anims_f_epa.pbo - 99082
      20:30:14 addons\anims_f_epc.pbo - 99082
      20:30:14 addons\anims_f_exp_a.pbo - 99908
      20:30:14 addons\armor_f.pbo - 103750
      20:30:14 addons\armor_f_beta.pbo - 103749
      20:30:14 addons\armor_f_epb.pbo - 103749
      20:30:14 addons\armor_f_epc.pbo - 103749
      20:30:14 addons\armor_f_gamma.pbo - 103749
      20:30:14 addons\baseconfig_f.pbo - 99080
      20:30:14 addons\boat_f.pbo - 103749
      20:30:14 addons\boat_f_beta.pbo - 103750
      20:30:14 addons\boat_f_epc.pbo - 103750
      20:30:14 addons\boat_f_gamma.pbo - 103750
      20:30:14 addons\cargoposes_f.pbo - 102701
      20:30:14 addons\characters_f.pbo - 104996
      20:30:14 addons\characters_f_beta.pbo - 101172
      20:30:14 addons\characters_f_bootcamp.pbo - 100169
      20:30:14 addons\characters_f_epa.pbo - 99082
      20:30:14 addons\characters_f_epb.pbo - 99082
      20:30:14 addons\characters_f_epc.pbo - 99082
      20:30:14 addons\characters_f_gamma.pbo - 99374
      20:30:14 addons\data_f.pbo - 104696
      20:30:14 addons\data_f_bootcamp.pbo - 100892
      20:30:14 addons\data_f_exp_a.pbo - 99082
      20:30:14 addons\data_f_exp_b.pbo - 98643
      20:30:14 addons\drones_f.pbo - 103750
      20:30:14 addons\dubbing_f.pbo - 98398
      20:30:14 addons\dubbing_f_beta.pbo - 98398
      20:30:14 addons\dubbing_f_bootcamp.pbo - 98398
      20:30:14 addons\dubbing_f_epa.pbo - 98398
      20:30:14 addons\dubbing_f_epb.pbo - 98398
      20:30:14 addons\dubbing_f_epc.pbo - 98398
      20:30:14 addons\dubbing_f_gamma.pbo - 98398
      20:30:14 addons\dubbing_radio_f.pbo - 99982
      20:30:14 addons\dubbing_radio_f_data_eng.pbo - 99078
      20:30:14 addons\dubbing_radio_f_data_engb.pbo - 99078
      20:30:14 addons\dubbing_radio_f_data_gre.pbo - 99078
      20:30:14 addons\dubbing_radio_f_data_per.pbo - 99078
      20:30:14 addons\dubbing_radio_f_data_vr.pbo - 99078
      20:30:14 addons\editorpreviews_f.pbo - 103691
      20:30:14 addons\editor_f.pbo - 99082
      20:30:14 addons\functions_f.pbo - 105478
      20:30:14 addons\functions_f_bootcamp.pbo - 104210
      20:30:14 addons\functions_f_epa.pbo - 99082
      20:30:14 addons\functions_f_epc.pbo - 99082
      20:30:14 addons\functions_f_exp_a.pbo - 104562
      20:30:14 addons\languagemissions_f.pbo - 106537
      20:30:14 addons\languagemissions_f_beta.pbo - 106537
      20:30:14 addons\languagemissions_f_bootcamp.pbo - 106537
      20:30:14 addons\languagemissions_f_epa.pbo - 106537
      20:30:14 addons\languagemissions_f_epb.pbo - 106537
      20:30:14 addons\languagemissions_f_epc.pbo - 106537
      20:30:14 addons\languagemissions_f_exp_a.pbo - 106537
      20:30:14 addons\languagemissions_f_gamma.pbo - 106537
      20:30:14 addons\language_f.pbo - 105615
      20:30:14 addons\language_f_beta.pbo - 106535
      20:30:14 addons\language_f_bootcamp.pbo - 106536
      20:30:14 addons\language_f_epa.pbo - 106537
      20:30:14 addons\language_f_epb.pbo - 106537
      20:30:14 addons\language_f_epc.pbo - 106537
      20:30:14 addons\language_f_exp_a.pbo - 106537
      20:30:14 addons\language_f_exp_b.pbo - 106537
      20:30:14 addons\language_f_gamma.pbo - 106537
      20:30:14 addons\map_altis.pbo - 103962
      20:30:14 addons\map_altis_data.pbo - 99740
      20:30:14 addons\map_altis_data_layers.pbo - 99901
      20:30:14 addons\map_altis_data_layers_00_00.pbo - 99901
      20:30:14 addons\map_altis_data_layers_00_01.pbo - 99901
      20:30:14 addons\map_altis_data_layers_01_00.pbo - 99901
      20:30:14 addons\map_altis_data_layers_01_01.pbo - 99901
      20:30:14 addons\map_altis_scenes_f.pbo - 101568
      20:30:14 addons\map_data.pbo - 103018
      20:30:14 addons\map_stratis.pbo - 103932
      20:30:14 addons\map_stratis_data.pbo - 99082
      20:30:14 addons\map_stratis_data_layers.pbo - 99082
      20:30:14 addons\map_stratis_scenes_f.pbo - 101568
      20:30:14 addons\map_vr.pbo - 98784
      20:30:14 addons\map_vr_scenes_f.pbo - 101569
      20:30:14 addons\misc_f.pbo - 99082
      20:30:14 addons\missions_f.pbo - 105808
      20:30:14 addons\missions_f_beta.pbo - 99082
      20:30:14 addons\missions_f_beta_data.pbo - 99082
      20:30:14 addons\missions_f_beta_video.pbo - 99082
      20:30:14 addons\missions_f_bootcamp.pbo - 104150
      20:30:14 addons\missions_f_bootcamp_data.pbo - 99082
      20:30:14 addons\missions_f_bootcamp_video.pbo - 99082
      20:30:14 addons\missions_f_data.pbo - 99082
      20:30:14 addons\missions_f_epa.pbo - 104331
      20:30:14 addons\missions_f_epa_data.pbo - 99082
      20:30:14 addons\missions_f_epa_video.pbo - 99082
      20:30:14 addons\missions_f_epb.pbo - 99082
      20:30:14 addons\missions_f_epc.pbo - 99082
      20:30:14 addons\missions_f_exp_a.pbo - 105043
      20:30:14 addons\missions_f_exp_a_data.pbo - 98702
      20:30:14 addons\missions_f_gamma.pbo - 104054
      20:30:14 addons\missions_f_gamma_data.pbo - 99082
      20:30:14 addons\missions_f_gamma_video.pbo - 99082
      20:30:14 addons\missions_f_video.pbo - 99084
      20:30:14 addons\modules_f.pbo - 104380
      20:30:14 addons\modules_f_beta.pbo - 99084
      20:30:14 addons\modules_f_beta_data.pbo - 99084
      20:30:14 addons\modules_f_bootcamp.pbo - 99085
      20:30:14 addons\modules_f_data.pbo - 99085
      20:30:14 addons\modules_f_epb.pbo - 99085
      20:30:14 addons\modules_f_exp_a.pbo - 99085
      20:30:14 addons\music_f.pbo - 99086
      20:30:14 addons\music_f_bootcamp.pbo - 98422
      20:30:14 addons\music_f_bootcamp_music.pbo - 99086
      20:30:14 addons\music_f_epa.pbo - 98422
      20:30:14 addons\music_f_epa_music.pbo - 99086
      20:30:14 addons\music_f_epb.pbo - 98422
      20:30:14 addons\music_f_epb_music.pbo - 99086
      20:30:14 addons\music_f_epc.pbo - 98423
      20:30:14 addons\music_f_epc_music.pbo - 99086
      20:30:14 addons\music_f_music.pbo - 99086
      20:30:14 addons\plants_f.pbo - 102349
      20:30:14 addons\props_f_exp_a.pbo - 103750
      20:30:14 addons\roads_f.pbo - 98423
      20:30:14 addons\rocks_f.pbo - 101831
      20:30:14 addons\signs_f.pbo - 99349
      20:30:14 addons\soft_f.pbo - 103750
      20:30:14 addons\soft_f_beta.pbo - 103862
      20:30:14 addons\soft_f_bootcamp.pbo - 103750
      20:30:14 addons\soft_f_epc.pbo - 103750
      20:30:14 addons\soft_f_gamma.pbo - 103750
      20:30:14 addons\sounds_f.pbo - 105478
      20:30:14 addons\sounds_f_arsenal.pbo - 105059
      20:30:14 addons\sounds_f_bootcamp.pbo - 99086
      20:30:14 addons\sounds_f_characters.pbo - 101934
      20:30:14 addons\sounds_f_environment.pbo - 101781
      20:30:14 addons\sounds_f_epb.pbo - 99086
      20:30:14 addons\sounds_f_epc.pbo - 103120
      20:30:14 addons\sounds_f_exp_a.pbo - 99086
      20:30:14 addons\sounds_f_sfx.pbo - 99087
      20:30:14 addons\sounds_f_vehicles.pbo - 101781
      20:30:14 addons\static_f.pbo - 103750
      20:30:14 addons\static_f_beta.pbo - 103750
      20:30:14 addons\static_f_gamma.pbo - 103750
      20:30:14 addons\structures_f.pbo - 103818
      20:30:14 addons\structures_f_bootcamp.pbo - 101830
      20:30:14 addons\structures_f_data.pbo - 100167
      20:30:14 addons\structures_f_epa.pbo - 99891
      20:30:14 addons\structures_f_epb.pbo - 101868
      20:30:14 addons\structures_f_epc.pbo - 101721
      20:30:14 addons\structures_f_exp_a.pbo - 99087
      20:30:14 addons\structures_f_households.pbo - 103767
      20:30:14 addons\structures_f_ind.pbo - 102260
      20:30:14 addons\structures_f_mil.pbo - 102891
      20:30:14 addons\structures_f_wrecks.pbo - 99089
      20:30:14 addons\uifonts_f.pbo - 99090
      20:30:14 addons\uifonts_f_data.pbo - 99090
      20:30:14 addons\ui_f.pbo - 106102
      20:30:14 addons\ui_f_bootcamp.pbo - 101548
      20:30:14 addons\ui_f_data.pbo - 104852
      20:30:14 addons\ui_f_exp_a.pbo - 99090
      20:30:14 addons\weapons_f.pbo - 104785
      20:30:14 addons\weapons_f_beta.pbo - 104151
      20:30:14 addons\weapons_f_bootcamp.pbo - 99090
      20:30:14 addons\weapons_f_epa.pbo - 99090
      20:30:14 addons\weapons_f_epb.pbo - 99090
      20:30:14 addons\weapons_f_epc.pbo - 99090
      20:30:14 addons\weapons_f_gamma.pbo - 99090
      20:30:14 
      20:30:14 =======================
      20:30:14 
      20:30:14 ============================================================================================= List of mods ===============================================================================================
      20:30:14 modsReadOnly = true
      20:30:14 safeModsActivated = false
      20:30:14 customMods = false
      20:30:14 hash = '5058B43F3235F326BF5CB85E731A22018E46B10B'
      20:30:14 hashShort = '2169b1c2'
      20:30:14                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
      20:30:14 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      20:30:14                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
      20:30:14                                        Arma 3 Apex |            expansion |       true |             GAME DIR | e54d7222fc7ae35fcd57abe28f6910d69e5fed09 |  c2d5f039 | E:\steam\steamapps\common\Arma 3\expansion
      20:30:14                                   Arma 3 Marksmen |                 mark |       true |             GAME DIR | 9f9aa09310ec0a4c627c26ecba0c3eb10cd23467 |  27bbd0db | E:\steam\steamapps\common\Arma 3\mark
      20:30:14                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 64ed9325986f69e98512d4a7ec8a01f757fd37da |   5da2bee | E:\steam\steamapps\common\Arma 3\heli
      20:30:14                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 7db3aebfcb3b5fe3c1a7ea5efe9920d931f2ade3 |  a1b8b7e0 | E:\steam\steamapps\common\Arma 3\kart
      20:30:14                                        Arma 3 Zeus |              curator |       true |             GAME DIR | ab49dca3578df6f55d4312491ddf43cb436f8f56 |   c6e5b09 | E:\steam\steamapps\common\Arma 3\curator
      20:30:14                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
      20:30:14 ==========================================================================================================================================================================================================
      20:30:14 DX11 - Initializing DX11 engine.
      20:30:14 DX11 - Using DXGI adapter 0 (detected in config).
      20:30:14 DX11 - Using DXGI adapter 0.
      20:30:14     - adapter description : NVIDIA GeForce GTX 550 Ti
      20:30:14     - adapter vendor ID : 4318
      20:30:14     - adapter device ID : 4676
      20:30:14     - adapter subsys ID : 357972034
      20:30:14     - adapter revision  : 161
      20:30:14     - dedicated video memory : 1025245184
      20:30:14     - dedicated system memory : 0
      20:30:14     - shared system memory : 3269656576
      20:30:14 InitSound ...
      20:30:15 InitSound - complete
      20:30:18 PhysX3 SDK Init started ...
      20:30:18 PhysX3 SDK Init ended.
      20:30:21 Attempt to override final function - rscminimap_script
      20:30:21 Attempt to override final function - rscdisplayloading_script
      20:30:21 Attempt to override final function - rscdisplayloading_script
      20:30:21 Attempt to override final function - rscdisplayloading_script
      20:30:21 Attempt to override final function - rscdiary_script
      20:30:21 Attempt to override final function - rscdiary_script
      20:30:22 Attempt to override final function - rscdisplayremotemissions_script
      20:30:22 Attempt to override final function - rscdisplayloading_script
      20:30:22 Attempt to override final function - rscdiary_script
      20:30:22 Attempt to override final function - rscdiary_script
      20:30:22 Attempt to override final function - rscdisplaystrategicmap_script
      20:30:22 Attempt to override final function - rscdisplaycommon_script
      20:30:22 Attempt to override final function - rscdisplaygarage_script
      20:30:22 Attempt to override final function - rscdisplayhostsettings_script
      20:30:22 Attempt to override final function - rscdisplayloading_script
      20:30:23 Attempt to override final function - rscdisplaycurator_script
      20:30:23 Attempt to override final function - display3deneditcomposition_script
      20:30:23 Attempt to override final function - display3deneditattributes_script
      20:30:23 Attempt to override final function - display3deneditattributes_script
      20:30:23 Attempt to override final function - rscdisplayhostsettings_script
      20:30:23 Attempt to override final function - rscdisplaycommon_script
      20:30:23 Attempt to override final function - rscdisplaydebriefing_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:23 Attempt to override final function - rscunitinfo_script
      20:30:26 SimulWeather - Cloud Renderer - noise texture file is not specified!
      Alles anzeigen

      Frohe Weihnachten santa

    • AustrianNoob
      Kenner
      Reaktionen
      501
      Trophäen
      10
      Beiträge
      563
      • 2. November 2016 um 20:38
      • #12

      So auf dem ersten Blick sehe ich nichts, - es gibt dafür viele Gründe warum eine Waffe nicht gespeichert wird. zb.: Überlastung einer DB, schlechte Server [lexicon]Performance[/lexicon], etc...

    Registrieren oder Einloggen

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

    Benutzerkonto erstellen

    Ähnliche Themen

    • Taser funktioniert nach der Einfügung von ACE nicht mehr.

      • LordTrust
      • 8. August 2017 um 14:59
      • Hilfeforum
    • kein Waffe wechseln mit Mausrad mehr

      • Saturin78
      • 3. August 2017 um 07:18
      • Hilfeforum
    • Kleidungs Händler neu hinzufügen auf Tanoa Map.

      • lordbrs
      • 8. Juni 2017 um 11:22
      • Hilfeforum
    • Altis life 5.0.0 Weponshop

      • VauxhallHH
      • 10. März 2017 um 18:26
      • Hilfeforum
    • Waffe droppen ausgeschaltet, droppt aber trotzdem

      • Brizi Jaeger
      • 12. März 2017 um 15:30
      • Hilfeforum
    • Waffenshop Ranking

      • Lukas_Multi
      • 28. Januar 2017 um 11:40
      • 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™