1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Di: 20 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

    Bankkonto

    • AmaZiinG
    • 9. Juli 2016 um 21:19
    • Geschlossen
    • AmaZiinG
      Profi
      Reaktionen
      496
      Beiträge
      798
      Dateien
      4
      Bilder
      46
      • 9. Juli 2016 um 21:19
      • #1

      Guten Tag NN-Community,

      Wenn ich sterbe, dann verschwindet das Geld auf den Bankkonto.
      In den RPT-Logs gibt es keine Fehler.

      Mfg

      Gamer

      Mein Discord:
      https://discord.gg/4UMWmpfDet

    • Gamer4Ever
      Anfänger
      Reaktionen
      5
      Trophäen
      10
      Beiträge
      41
      • 9. Juli 2016 um 21:20
      • #2

      Was hast du mit den Server gemacht? (Scripts,...)

      Ist das nur die Blanke Version von Tonic und welche?

      MFG,
      Gamer4Ever

    • AmaZiinG
      Profi
      Reaktionen
      496
      Beiträge
      798
      Dateien
      4
      Bilder
      46
      • 9. Juli 2016 um 21:27
      • #3
      Zitat von Gamer4Ever

      Ist das nur die Blanke Version von Tonic und welche?

      Ich habe die Blanke Version von Tonic und habe Script eingefügt.

      Mein Discord:
      https://discord.gg/4UMWmpfDet

    • ProjeltLife
      Anfänger
      Trophäen
      9
      Beiträge
      33
      • 9. Juli 2016 um 21:28
      • #4

      fn_updaterequest bitte posten.

      lg

    • Gamer4Ever
      Anfänger
      Reaktionen
      5
      Trophäen
      10
      Beiträge
      41
      • 9. Juli 2016 um 21:31
      • #5
      Zitat von GamerTV

      Ich habe die Blanke Version von Tonic und habe Script eingefügt.


      Warte Warte Warte... Ich komme da nicht mit...

      Du hast die Blanke Version von Tonic... Soweit habe ich es verstanden, aber habe Script eingefügt. Also hast du nicht mehr die Blanke Version... Und was für nen Script hast du eingefügt? xD

    • AmaZiinG
      Profi
      Reaktionen
      496
      Beiträge
      798
      Dateien
      4
      Bilder
      46
      • 9. Juli 2016 um 21:44
      • #6
      Code: fn_updateRequest.sqf
      #include "..\..\script_macros.hpp"
      /*
      	File: fn_updateRequest.sqf
      	Author: Tonic
      */
      private["_packet","_array","_flag"];
      _packet = [getPlayerUID player,(profileName),playerSide,CASH,BANK];
      _array = [];
      _flag = switch(playerSide) do {case west: {"cop"}; case civilian: {"civ"}; case independent: {"med"};};
      
      
      
      
      {
      	_varName = LICENSE_VARNAME(configName _x,_flag);
      	_array pushBack [_varName,LICENSE_VALUE(configName _x,_flag)];
      } foreach (format["getText(_x >> 'side') isEqualTo '%1'",_flag] configClasses (missionConfigFile >> "Licenses"));
      
      
      
      
      _packet pushBack _array;
      
      
      
      
      [] call life_fnc_saveGear;
      _packet pushBack life_gear;
      
      
      
      
      _array = [];
      _array pushBack life_hunger;
      _array pushBack life_thirst;
      _packet pushBack _array;
      
      
      
      
      switch (playerSide) do {
      	case civilian: {
      		_packet pushBack life_is_arrested;
      	};
      };
      
      
      
      
      _packet remoteExecCall ["DB_fnc_updateRequest",RSERV];
      /*
      	Saves cell phone krap
      */
      _messages = player getVariable "cellphone_messages";
      [getPlayerUid player, _messages] remoteExecCall ["DB_fnc_saveCellPhone",RSERV];
      Alles anzeigen

      Mein Discord:
      https://discord.gg/4UMWmpfDet

    • ProjeltLife
      Anfänger
      Trophäen
      9
      Beiträge
      33
      • 10. Juli 2016 um 09:40
      • #7

      Und bitte die:

      fn_insertPlayerInfo

    • AmaZiinG
      Profi
      Reaktionen
      496
      Beiträge
      798
      Dateien
      4
      Bilder
      46
      • 10. Juli 2016 um 09:55
      • #8
      Code: fn_insertPlayerInfo.sqf
      #include "..\..\script_macros.hpp"
      /*
      	File: fn_insertPlayerInfo.sqf
      	Author: Bryan "Tonic" Boardwine
      
      	Description:
      	Read the file name... Explains it.
      */
      if(life_session_completed) exitWith {}; //Why did this get executed when the client already initialized? arma...
      cutText[localize "STR_Session_QueryFail","BLACK FADED"];
      0 cutFadeOut 9999999;
      
      
      
      
      [getPlayerUID player,profileName,CASH,BANK,player] remoteExecCall ["DB_fnc_insertRequest",RSERV];
      Alles anzeigen

      Mein Discord:
      https://discord.gg/4UMWmpfDet

    • Shinji
      Profi
      Reaktionen
      576
      Trophäen
      10
      Beiträge
      778
      • 11. Juli 2016 um 15:16
      • #9

      Ich weiß grade nicht wozu die Dateien gepostet wurden aber ist ok.

      Punkt 1 -> RPT`s!!! Bitte lass UNS entscheiden OB dort Fehler sind.
      Punkt 2 -> Was hast du geändert und wo?
      Punkt 3 -> Wenn du eine Datei postet, dann bitte die updateRequest.sqf des Servers.

      Software Entwickler -
      Präzises Rätselraten, basierend auf unzuverlässigen Daten und fragwürdigem Wissen der Auftraggeber.

    • AmaZiinG
      Profi
      Reaktionen
      496
      Beiträge
      798
      Dateien
      4
      Bilder
      46
      • 11. Juli 2016 um 15:21
      • #10

      RPT-Logs:

      Code
      15:00:29 ============================================================================================= List of mods ===============================================================================================
      15:00:29 modsReadOnly = true
      15:00:29 safeModsActivated = false
      15:00:29 customMods = true
      15:00:29 hash = '7B1F401965FA10FE08A3B33079402D8D80BD4BB0'
      15:00:29 hashShort = '50db20b6'
      15:00:29                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
      15:00:29 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      15:00:29                                             @extDB |               @extDB |      false |             GAME DIR |                                          |           | D:\home\sid_138856\arma3\@extDB
      15:00:29                                       @life_server |         @life_server |      false |             GAME DIR | 070422944ff5d2836e35370d668dff7174ceed94 |  ca240100 | D:\home\sid_138856\arma3\@life_server
      15:00:29                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
      15:00:29                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 8a8bc2a7d7ad8251bcc82f29aea6d3f34ebffb3d |  1c11a244 | D:\home\sid_138856\arma3\mark
      15:00:29                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 1614a75b4d3cceb5d296ca4101a589fba596aa5e |  9a800f11 | D:\home\sid_138856\arma3\heli
      15:00:29                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 41f70c200a668f39e52eedf55e0c6f494aef1903 |  c9867676 | D:\home\sid_138856\arma3\kart
      15:00:29                                        Arma 3 Zeus |              curator |       true |             GAME DIR | fb1eec1e78a39cd021a71a293ae4ae1e00c98686 |   44f886e | D:\home\sid_138856\arma3\curator
      15:00:29                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
      15:00:29 ==========================================================================================================================================================================================================
      15:00:29 InitSound ...
      15:00:29 InitSound - complete
      15:00:29 PhysX3 SDK Init started ...
      15:00:29 PhysX3 SDK Init ended.
      15:00:29 Preloaded texture GroupDir not found in bin\config.bin/CfgInGameUI/
      15:00:30 Attempt to override final function - rscminimap_script
      15:00:30 Attempt to override final function - rscdisplayloading_script
      15:00:30 Attempt to override final function - rscdisplayloading_script
      15:00:30 Attempt to override final function - rscdisplayloading_script
      15:00:30 Attempt to override final function - rscdiary_script
      15:00:30 Attempt to override final function - rscdisplaysinglemission_script
      15:00:30 Attempt to override final function - rscdiary_script
      15:00:31 Attempt to override final function - rscdisplayremotemissions_script
      15:00:31 Attempt to override final function - rscdisplayloading_script
      15:00:31 Attempt to override final function - rscdiary_script
      15:00:31 Attempt to override final function - rscdiary_script
      15:00:31 Attempt to override final function - rscdisplaystrategicmap_script
      15:00:31 Attempt to override final function - rscdisplaycommon_script
      15:00:31 Attempt to override final function - rscdisplaygarage_script
      15:00:31 Attempt to override final function - rscdisplayhostsettings_script
      15:00:31 Attempt to override final function - rscdisplayloading_script
      15:00:31 Attempt to override final function - rscdisplaycurator_script
      15:00:31 Attempt to override final function - display3deneditcomposition_script
      15:00:31 Attempt to override final function - display3deneditattributes_script
      15:00:31 Attempt to override final function - display3deneditattributes_script
      15:00:31 Attempt to override final function - rscdisplayhostsettings_script
      15:00:31 Attempt to override final function - rscdisplaycommon_script
      15:00:31 Attempt to override final function - rscdisplaydebriefing_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:31 Attempt to override final function - rscunitinfo_script
      15:00:32 VoteThreshold must be in 0..1 range. Defaulting to 0.5
      15:00:32 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
      15:00:32 Steam AppId from steam_appid.txt: 107410
      15:00:32 Unsupported language English in stringtable
      15:00:32 Unsupported language English in stringtable
      15:00:34 Mission Altis_Life.Altis: Number of roles (99) is different from 'description.ext::Header::maxPlayer' (75)
      15:00:34 Connected to Steam servers
      15:00:34 Starting mission:
      15:00:34  Mission file: Altis_Life
      15:00:34  Mission world: Altis
      15:00:34  Mission directory: mpmissions\Altis_Life.Altis\
      15:00:41 Unknown hit sound type in A3\data_f\Penetration\tyre.bisurf.soundHit
      15:00:41 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      15:00:41 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      15:00:47 Attempt to override final function - bis_functions_list
      15:00:47 Attempt to override final function - bis_functions_listpreinit
      15:00:47 Attempt to override final function - bis_functions_listpostinit
      15:00:47 Attempt to override final function - bis_functions_listrecompile
      15:00:47 Attempt to override final function - bis_fnc_missiontaskslocal
      15:00:47 Attempt to override final function - bis_fnc_missionconversationslocal
      15:00:47 Attempt to override final function - bis_fnc_missionflow
      15:00:47 Loading movesType CfgGesturesMale
      15:00:47 MovesType CfgGesturesMale load time 70 ms
      15:00:47 Loading movesType CfgMovesMaleSdr
      15:00:52 Animation a3\cargoposes_f\anim\passenger_flatground_leanleft_kia.rtm not found or empty
      15:00:52 Animation a3\cargoposes_f\anim\passenger_flatground_leanright_kia.rtm not found or empty
      15:00:53 MovesType CfgMovesMaleSdr load time 6029 ms
      15:00:53 No speaker given for Teshi Azikiwe
      15:00:53 No speaker given for Katungi Sesse-Seko
      15:00:53 No speaker given for Katungi Azikiwe
      15:00:53 No speaker given for Gillis Griffiths
      15:00:53 No speaker given for Kwame Awolowo
      15:00:54 No speaker given for Lin Wu
      15:00:54 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      15:00:54 No speaker given for Ian Lee
      15:00:54 No speaker given for Max Robertson
      15:00:54 No speaker given for Jack Jones
      15:00:54 No speaker given for Alfie Young
      15:00:54 No speaker given for Kofi Ibori
      15:00:54 No speaker given for George Bennett
      15:00:54 No speaker given for Shawn Martinez
      15:00:54 No speaker given for Joseph Smith
      15:00:54 No speaker given for Pan Ng
      15:00:54 No speaker given for Kong Il
      15:00:54 No speaker given for Oliver Taylor
      15:00:54 No speaker given for Thomas Morgan
      15:00:54 No speaker given for Harry Faulkner
      15:00:54 No speaker given for Kuang Lee
      15:00:54 No speaker given for Luke Halliwell
      15:00:54 No speaker given for Sean Abbey
      15:00:54 No speaker given for Conor Stewart
      15:00:54 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      15:00:54 No speaker given for Tyler Moore
      15:00:54 No speaker given for Davu Tinibu
      15:00:54 No speaker given for Keith MacDonald
      15:00:54 No speaker given for Geoff Faulkner
      15:00:54 No speaker given for Toby Lewis
      15:00:54 No speaker given for Charlie Wood
      15:00:54 No speaker given for Jack Campbell
      15:00:54 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 1c not found
      15:00:54 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 2c not found
      15:00:54 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 3c not found
      15:00:54 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 4c not found
      15:00:54 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 5c not found
      15:00:54 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 6c not found
      15:00:54 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 7c not found
      15:00:54 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 8c not found
      15:00:54 Wrong geometry convex component mapping  for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Convex component number 3. not found
      15:00:54 No speaker given for Anthis Verga
      15:00:54 No speaker given for Achilleas Vidales
      15:00:54 No speaker given for Evripidis Mastori
      15:00:54 No speaker given for Kostis Kanelloupou
      15:00:54 No speaker given for Achilleas Haikias
      15:00:54 No speaker given for Dimitiros Savalas
      15:00:54 No speaker given for Dimitiros Petridis
      15:00:54 No speaker given for Gekas Dimitriadis
      15:00:54 No speaker given for Janos Mylonaki
      15:00:54 No speaker given for Vangelis Haikias
      15:00:54 No speaker given for Giorgos Savalas
      15:00:54 No speaker given for Rosi Melidoni
      15:00:54 No speaker given for Kostas Kanelloupou
      15:00:54 No speaker given for Arion Manetta
      15:00:54 No speaker given for Sotiris Baros
      15:00:54 No speaker given for Achilleas Xenakis
      15:00:54 No speaker given for Lafteris Petridis
      15:00:54 No speaker given for Angelos Lagos
      15:00:54 No speaker given for Kostas Vidales
      15:00:54 No speaker given for Janos Stanis
      15:00:54 No speaker given for Kyriakos Isofidou
      15:00:54 No speaker given for Vasilis Oikonomopulu
      15:00:54 No speaker given for Evripidis Strambopoulos
      15:00:54 No speaker given for Conor Clarke
      15:00:55 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      15:00:55 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      15:00:56 Error: Object(2 : 1) not found
      15:00:56 Error: Object(2 : 118) not found
      15:00:56 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
      15:00:56  Mission id: 562029bad99715d505c9a70d598030c9431fccda
      15:00:56 "Advanced Sling Loading Loading..."
      15:00:56 "Advanced Sling Loading Loaded"
      15:00:56 "extDB2: Connected to Database"
      15:04:17 "### DYNMARKET >> SAUVEGARDE AVEC SUCCÃS DES PRIX COURANTS DANS LA BASE DE DONNÃES   ###"
      15:07:31 "### DYNMARKET >> SAUVEGARDE AVEC SUCCÃS DES PRIX COURANTS DANS LA BASE DE DONNÃES   ###"
      15:10:46 "### DYNMARKET >> SAUVEGARDE AVEC SUCCÃS DES PRIX COURANTS DANS LA BASE DE DONNÃES   ###"
      15:14:02 "### DYNMARKET >> SAUVEGARDE AVEC SUCCÃS DES PRIX COURANTS DANS LA BASE DE DONNÃES   ###"
      Alles anzeigen
      Zitat von Shinji

      Punkt 3 -> Wenn du eine Datei postet, dann bitte die updateRequest.sqf des Servers.

      Edit hab sie hier:

      Code
      /*
      	File: fn_updateRequest.sqf
      	Author: Bryan "Tonic" Boardwine
      
      
      
      
      	Description:
      	Ain't got time to describe it, READ THE FILE NAME!
      */
      private["_uid","_side","_cash","_bank","_licenses","_gear","_stats","_name","_query","_thread"];
      _uid = [_this,0,"",[""]] call BIS_fnc_param;
      _name = [_this,1,"",[""]] call BIS_fnc_param;
      _side = [_this,2,sideUnknown,[civilian]] call BIS_fnc_param;
      _cash = [_this,3,0,[0]] call BIS_fnc_param;
      _bank = [_this,4,5000,[0]] call BIS_fnc_param;
      _licenses = [_this,5,[],[[]]] call BIS_fnc_param;
      _gear = [_this,6,[],[[]]] call BIS_fnc_param;
      _stats = [_this,7,[100,100],[[]]] call BIS_fnc_param;
      
      
      
      
      //Get to those error checks.
      if((_uid == "") OR (_name == "")) exitWith {};
      
      
      
      
      //Parse and setup some data.
      _name = [_name] call DB_fnc_mresString;
      _gear = [_gear] call DB_fnc_mresArray;
      _stats = [_stats] call DB_fnc_mresArray;
      _cash = [_cash] call DB_fnc_numberSafe;
      _bank = [_bank] call DB_fnc_numberSafe;
      
      
      
      
      //Does something license related but I can't remember I only know it's important?
      for "_i" from 0 to count(_licenses)-1 do {
      	_bool = [(_licenses select _i) select 1] call DB_fnc_bool;
      	_licenses set[_i,[(_licenses select _i) select 0,_bool]];
      };
      
      
      
      
      _licenses = [_licenses] call DB_fnc_mresArray;
      
      
      
      
      switch (_side) do {
      	case west: {_query = format["UPDATE players SET name='%1', cash='%2', bankacc='%3', cop_gear='%4', cop_licenses='%5', cop_stats='%6' WHERE playerid='%7'",_name,_cash,_bank,_gear,_licenses,_stats,_uid];};
      	case civilian: {_query = format["UPDATE players SET name='%1', cash='%2', bankacc='%3', civ_licenses='%4', civ_gear='%5', arrested='%6', civ_stats='%7' WHERE playerid='%8'",_name,_cash,_bank,_licenses,_gear,[_this select 8] call DB_fnc_bool,_stats,_uid];};
      	case independent: {_query = format["UPDATE players SET name='%1', cash='%2', bankacc='%3', med_licenses='%4', med_gear='%5', med_stats='%6' WHERE playerid='%7'",_name,_cash,_bank,_licenses,_gear,_stats,_uid];};
      };
      
      
      
      
      
      
      
      _queryResult = [_query,1] call DB_fnc_asyncCall;
      Alles anzeigen

      Mein Discord:
      https://discord.gg/4UMWmpfDet

    • Shinji
      Profi
      Reaktionen
      576
      Trophäen
      10
      Beiträge
      778
      • 11. Juli 2016 um 15:35
      • #11

      Gut dann bitte die Client-RPT.
      Und was genau hast du denn nun für Scripts eingefügt? Bzw verändert

      Software Entwickler -
      Präzises Rätselraten, basierend auf unzuverlässigen Daten und fragwürdigem Wissen der Auftraggeber.

    • AmaZiinG
      Profi
      Reaktionen
      496
      Beiträge
      798
      Dateien
      4
      Bilder
      46
      • 11. Juli 2016 um 15:41
      • #12

      Edit habe gefunden:

      Code
      16:43:03 Unsupported language German in stringtable
      16:43:03 Starting mission:
      16:43:03  Mission file: __cur_mp (__CUR_MP)
      16:43:03  Mission world: Altis
      16:43:03  Mission directory: mpmissions\__CUR_MP.Altis\
      16:43:07 Unknown hit sound type in A3\data_f\Penetration\tyre.bisurf.soundHit
      16:43:09 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      16:43:09 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      16:43:18 Error in expression <, ["diamond_cut",2,"copper_refined",1]]
      ["hgun_Pistol_heavy_01_F", ["diamond_cut>
      16:43:18   Error position: <["hgun_Pistol_heavy_01_F", ["diamond_cut>
      16:43:18   Error Fehlende ]
      16:43:18 File mpmissions\__CUR_MP.Altis\core\config\fn_craftCfg.sqf, line 16
      16:43:18 Error in expression <, ["diamond_cut",2,"copper_refined",1]]
      ["hgun_Pistol_heavy_01_F", ["diamond_cut>
      16:43:18   Error position: <["hgun_Pistol_heavy_01_F", ["diamond_cut>
      16:43:18   Error Fehlende ]
      16:43:18 File mpmissions\__CUR_MP.Altis\core\config\fn_craftCfg.sqf, line 16
      16:43:18 Attempt to override final function - bis_functions_list
      16:43:18 Attempt to override final function - bis_functions_listpreinit
      16:43:18 Attempt to override final function - bis_functions_listpostinit
      16:43:18 Attempt to override final function - bis_functions_listrecompile
      16:43:18 Attempt to override final function - bis_fnc_missiontaskslocal
      16:43:18 Attempt to override final function - bis_fnc_missionconversationslocal
      16:43:18 Attempt to override final function - bis_fnc_missionflow
      16:43:18 Loading movesType CfgGesturesMale
      16:43:18 MovesType CfgGesturesMale load time 225 ms
      16:43:18 Loading movesType CfgMovesMaleSdr
      16:43:19 Animation a3\cargoposes_f\anim\passenger_flatground_leanleft_kia.rtm not found or empty
      16:43:19 Animation a3\cargoposes_f\anim\passenger_flatground_leanright_kia.rtm not found or empty
      16:43:22 MovesType CfgMovesMaleSdr load time 4290 ms
      16:43:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 1c not found
      16:43:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 2c not found
      16:43:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 3c not found
      16:43:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 4c not found
      16:43:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 5c not found
      16:43:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 6c not found
      16:43:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 7c not found
      16:43:24 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 8c not found
      16:43:24 Wrong geometry convex component mapping  for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Convex component number 3. not found
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\medic_uniform.jpg.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\medic_uniform.jpg.
      16:43:26 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\medic_uniform.jpg.
      16:43:26 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      16:43:26 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      16:43:29 Error in expression <ancedSlingLoadingInit.sqf";
      setVariable ["SA_ASL_HEAVY_LIFTING_ENABLED",true,tru>
      16:43:29   Error position: <["SA_ASL_HEAVY_LIFTING_ENABLED",true,tru>
      16:43:29   Error Fehlendes ;
      16:43:29 File mpmissions\__CUR_MP.Altis\init.sqf, line 8
      16:43:29 Error in expression <ecVM "fn_advancedSlingLoadingInit.sqf";
      setVariable ["SA_ASL_HEAVY_LIFTING_ENABL>
      16:43:29   Error position: <setVariable ["SA_ASL_HEAVY_LIFTING_ENABL>
      16:43:29   Error Nicht definierte Variable in Ausdruck: setvariable
      16:43:29 File mpmissions\__CUR_MP.Altis\init.sqf, line 8
      16:43:29 Error in expression <ancedSlingLoadingInit.sqf";
      setVariable ["SA_ASL_HEAVY_LIFTING_ENABLED",true,tru>
      16:43:29   Error position: <["SA_ASL_HEAVY_LIFTING_ENABLED",true,tru>
      16:43:29   Error Fehlendes ;
      16:43:29 File mpmissions\__CUR_MP.Altis\init.sqf, line 8
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Network simulation, time = 0.050
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:29 Group C Charlie 3-1 (0x33e3df80) - network ID 2:1553
      16:43:29  - no main subgroup
      16:43:30 "Advanced Sling Loading Loading..."
      16:43:30 "Advanced Sling Loading Loaded"
      16:43:30 "IL starting"
      16:43:30 "IL config loading"
      16:43:30 "IL config done"
      16:43:30 "IL func loaded"
      16:43:30 "IL ready"
      16:43:30 Attempt to override final function - bis_fnc_endmission
      16:43:30 "------------------------------------------------------------------------------------------------------"
      16:43:30 "--------------------------------- Starting Altis Life Client Init ----------------------------------"
      16:43:30 "------------------------------------------------------------------------------------------------------"
      16:43:30 "::Life Client:: Initialization Variables"
      16:43:30 "::Life Client:: Variables initialized"
      16:43:30 "::Life Client:: Setting up Eventhandlers"
      16:43:30 "::Life Client:: Eventhandlers completed"
      16:43:30 "::Life Client:: Setting up user actions"
      16:43:30 "::Life Client:: User actions completed"
      16:43:30 "::Life Client:: Waiting for server functions to transfer.."
      16:43:30 "::Life Client:: Received server functions."
      16:43:30 "::Life Client:: Waiting for the server to be ready.."
      16:43:30  Mission id: 19c4af0325eb43040a6d7a8185e808dad4767aad
      16:43:30 Fresnel k must be >0, given n=2.51,k=0
      16:43:30 Loading movesType CfgMovesSnakes_F
      16:43:31 MovesType CfgMovesSnakes_F load time 209 ms
      16:43:31 Loading movesType CfgMovesRabbit_F
      16:43:31 MovesType CfgMovesRabbit_F load time 78 ms
      16:43:35 "Past Settings Init"
      16:43:35 "Executing client.fsm"
      16:43:35 "Display 46 Found"
      16:43:35 "------------------------------------------------------------------------------------------------------"
      16:43:35 "                End of Altis Life Client Init :: Total Execution Time 4.879 seconds "
      16:43:35 "------------------------------------------------------------------------------------------------------"
      16:43:35 Warning Message: Picture videos\intro.ogv not found
      16:46:37 Error in expression <lphone_messages";
      [getPlayerUid player, _messages] remoteExecCall ["DB_fnc_saveC>
      16:46:37   Error position: <_messages] remoteExecCall ["DB_fnc_saveC>
      16:46:37   Error Nicht definierte Variable in Ausdruck: _messages
      16:46:37 File mpmissions\__CUR_MP.Altis\core\session\fn_updateRequest.sqf, line 37
      16:46:47 Error in expression <lphone_messages";
      [getPlayerUid player, _messages] remoteExecCall ["DB_fnc_saveC>
      16:46:47   Error position: <_messages] remoteExecCall ["DB_fnc_saveC>
      16:46:47   Error Nicht definierte Variable in Ausdruck: _messages
      16:46:47 File mpmissions\__CUR_MP.Altis\core\session\fn_updateRequest.sqf, line 37
      16:46:55 Error in expression <];
      sleep 4;
      _activeHC = false;
      [player] remoteExec ["TON_fnc_cleanupRequest",_ac>
      16:46:55   Error position: <remoteExec ["TON_fnc_cleanupRequest",_ac>
      16:46:55   Error Typ Bool, erwartet Zahl, Seite, Objekt, Gruppe, Zeichenfolge
      16:46:55 File mpmissions\__CUR_MP.Altis\core\functions\fn_loggedOut.sqf, line 49
      16:56:43 Warning Message: Picture textures\armalife.jpg not found
      16:56:45 Warning Message: Picture textures\armalife.jpg not found
      16:57:29 Unsupported language German in stringtable
      16:57:30 Starting mission:
      16:57:30  Mission file: __cur_mp (__CUR_MP)
      16:57:30  Mission world: Altis
      16:57:30  Mission directory: mpmissions\__CUR_MP.Altis\
      16:57:31 Attempt to override final function - bis_functions_list
      16:57:31 Attempt to override final function - bis_functions_listpreinit
      16:57:31 Attempt to override final function - bis_functions_listpostinit
      16:57:31 Attempt to override final function - bis_functions_listrecompile
      16:57:31 Attempt to override final function - bis_fnc_missiontaskslocal
      16:57:31 Attempt to override final function - bis_fnc_missionconversationslocal
      16:57:31 Attempt to override final function - bis_fnc_missionflow
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\polizei_beamter.paa.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\medic_uniform.jpg.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\medic_uniform.jpg.
      16:57:31 Warning Message: Cannot load texture mpmissions\altis_life.altis\textures\medic_uniform.jpg.
      16:58:16 Error in expression <ancedSlingLoadingInit.sqf";
      setVariable ["SA_ASL_HEAVY_LIFTING_ENABLED",true,tru>
      16:58:16   Error position: <["SA_ASL_HEAVY_LIFTING_ENABLED",true,tru>
      16:58:16   Error Fehlendes ;
      16:58:16 File mpmissions\__CUR_MP.Altis\init.sqf, line 8
      16:58:16 Error in expression <ecVM "fn_advancedSlingLoadingInit.sqf";
      setVariable ["SA_ASL_HEAVY_LIFTING_ENABL>
      16:58:16   Error position: <setVariable ["SA_ASL_HEAVY_LIFTING_ENABL>
      16:58:16   Error Nicht definierte Variable in Ausdruck: setvariable
      16:58:16 File mpmissions\__CUR_MP.Altis\init.sqf, line 8
      16:58:16 Error in expression <ancedSlingLoadingInit.sqf";
      setVariable ["SA_ASL_HEAVY_LIFTING_ENABLED",true,tru>
      16:58:16   Error position: <["SA_ASL_HEAVY_LIFTING_ENABLED",true,tru>
      16:58:16   Error Fehlendes ;
      16:58:16 File mpmissions\__CUR_MP.Altis\init.sqf, line 8
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Network simulation, time = 0.179
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 Group B Alpha 1-1 (0x431a1580) - network ID 2:1555
      16:58:16  - no main subgroup
      16:58:16 "Advanced Sling Loading Loading..."
      16:58:16 "Advanced Sling Loading Loaded"
      16:58:16 "IL starting"
      16:58:16 "IL config loading"
      16:58:16 "IL config done"
      16:58:16 "IL func loaded"
      16:58:16 "IL ready"
      16:58:16  Mission id: 92f00664726803d310ffe9e2547a61ed155d8adb
      16:58:16 Attempt to override final function - bis_fnc_endmission
      16:58:17 "------------------------------------------------------------------------------------------------------"
      16:58:17 "--------------------------------- Starting Altis Life Client Init ----------------------------------"
      16:58:17 "------------------------------------------------------------------------------------------------------"
      16:58:17 "::Life Client:: Initialization Variables"
      16:58:17 "::Life Client:: Variables initialized"
      16:58:17 "::Life Client:: Setting up Eventhandlers"
      16:58:17 "::Life Client:: Eventhandlers completed"
      16:58:17 "::Life Client:: Setting up user actions"
      16:58:17 "::Life Client:: User actions completed"
      16:58:17 "::Life Client:: Waiting for server functions to transfer.."
      16:58:17 "::Life Client:: Received server functions."
      16:58:17 "::Life Client:: Waiting for the server to be ready.."
      16:58:18 "Past Settings Init"
      16:58:18 "Executing client.fsm"
      16:58:18 "Display 46 Found"
      16:58:18 "------------------------------------------------------------------------------------------------------"
      16:58:18 "                End of Altis Life Client Init :: Total Execution Time 1.94598 seconds "
      16:58:18 "------------------------------------------------------------------------------------------------------"
      16:58:22 Loading movesType CfgMovesFishes_F
      16:58:22 MovesType CfgMovesFishes_F load time 28 ms
      16:58:25 "false"
      16:59:03 Error in expression <cles" >> _classNameLife >> "insurance") select 1)};
      case independent: {(getArray>
      16:59:03   Error position: <select 1)};
      case independent: {(getArray>
      16:59:03   Error Nullteiler
      16:59:03 File mpmissions\__CUR_MP.Altis\dialog\function\fn_garageLBChange.sqf, line 48
      16:59:05 Error in expression <cles" >> _classNameLife >> "insurance") select 1)};
      case independent: {(getArray>
      16:59:05   Error position: <select 1)};
      case independent: {(getArray>
      16:59:05   Error Nullteiler
      16:59:05 File mpmissions\__CUR_MP.Altis\dialog\function\fn_garageLBChange.sqf, line 48
      16:59:59 Ref to nonnetwork object 81693900# 1781347: usertexture10m.p3d
      17:00:54 Error in expression <F_RepairedVehicle","PLAIN"];
      };
      [] call life_fnc_hudUpdate;
      };
      >
      17:00:54   Error position: <life_fnc_hudUpdate;
      };
      >
      17:00:54   Error Nicht definierte Variable in Ausdruck: life_fnc_hudupdate
      17:00:54 File mpmissions\__CUR_MP.Altis\core\actions\fn_repairTruck.sqf, line 55
      17:19:58 Warning Message: Picture textures\armalife.jpg not found
      17:20:00 Warning Message: Picture textures\armalife.jpg not found
      17:20:56 Flushing file C:\Users\Robert Bobus\AppData\Local\Arma 3\MPMissionsCache\__cur_mp.pbo not possible - still open
      17:21:10 SimulWeather - Cloud Renderer - noise texture file is not specified!
      17:21:10 Deinitialized shape [Class: "Underwear_F"; Shape: "a3\characters_f\common\basicbody.p3d";]
      17:21:10 Deinitialized shape [Class: "B_medic_F"; Shape: "a3\characters_f\blufor\b_soldier_02.p3d";]
      17:21:10 Deinitialized shape [Class: "B_soldier_AR_F"; Shape: "a3\characters_f\blufor\b_soldier_02.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_1_3_F"; Shape: "a3\characters_f\civil\c_citizen1.p3d";]
      17:21:10 Deinitialized shape [Class: "B_diver_F"; Shape: "a3\characters_f\common\diver_slotable.p3d";]
      17:21:10 Deinitialized shape [Class: "O_Soldier_F"; Shape: "a3\characters_f\opfor\o_soldier_01.p3d";]
      17:21:10 Deinitialized shape [Class: "B_RangeMaster_F"; Shape: "a3\characters_f\civil\c_poloshirtpants.p3d";]
      17:21:10 Deinitialized shape [Class: "C_Nikos_aged"; Shape: "a3\characters_f_epc\civil\c_nikos_aged.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_hunter_1_F"; Shape: "a3\characters_f\civil\c_hunter_f.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_p_beggar_F_afro"; Shape: "a3\characters_f\civil\c_poor.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_p_fugitive_F_asia"; Shape: "a3\characters_f\civil\c_poor.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_p_fugitive_F"; Shape: "a3\characters_f\civil\c_poor.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_w_worker_F"; Shape: "a3\characters_f\common\coveralls.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_1"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_polo_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_polo_6_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_p_shorts_1_F_afro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_shorts_3_F_euro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_polo_5_F_euro"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_polo_5_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_polo_2_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_polo_4_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:10 Deinitialized shape [Class: "C_man_polo_1_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      17:21:11 c:\w\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
      17:21:12 Extensions:
      Alles anzeigen


      Scripts:
      Auto Versicherung, Markt System, kleinere Scripts, Personal Ausweis, Blinker und Backup SMS

      Mein Discord:
      https://discord.gg/4UMWmpfDet

    • 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 NodeZone.net? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Registrieren

    Ähnliche Themen

    • ExtDB2 -> extDB3 Problem? Empfange Daten vom Server

      • LiGa VonnixAhnung
      • 18. Juni 2017 um 09:30
      • Hilfeforum
    • Battleye kick durch advanced log

      • Derakar
      • 29. April 2017 um 16:54
      • Hilfeforum
    • [5.0] Sounds / Texturen / Icon - Pfad ändern!

      • flrnwlnd
      • 3. Januar 2017 um 02:19
      • Hilfeforum
    • Datenbank ? SaveGear ?

      • Leokadia
      • 19. Dezember 2016 um 18:34
      • Hilfeforum
    • ATM Maximal Abheben, Maximal Einzahlen

      • AmaZiinG
      • 26. September 2016 um 20:35
      • Hilfeforum

    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™