1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Fr: 18 Juli 2025
  • Anmelden oder registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

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

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Mitglieder
    3. Toto

    Beiträge von Toto

    • Suche Einen Server mit einen Freien COP Platz

      • Toto
      • 21. August 2017 um 11:55

      Hy leute ich suche einen server ( kann auch mod ) wo ihr noch einen platz für einen Cop Suchti sucht !

      Zu mir selber mein name ist stev bin 31 jahre alt und habe Knap 6K Stunden erfahung als cop ( auf 2 acc ) mein erster Acc hatte ich mir mit meinen bruder geteilt und auf meinen Jetzigen Acc hab ich bereits knap 2.3 K Stunden !

      Zum server selber er muss nicht Voll Sein er kann auch erst neu sein ( helfe auch gerne am aufbau mit meiner Erfahrung )

      In kontakt könnt ihr mit mir aufnehmen per Pn,Post oder Über Steam Name Toto_Heim

      Mfg Stev

    • Wanted+ Version 4 BITTE

      • Toto
      • 28. Januar 2016 um 11:26

      Thread kann closed werden

    • Wanted+ Version 4 BITTE

      • Toto
      • 28. Januar 2016 um 11:09

      Ok jetzt geht es ! Ich dank dir !

    • Wanted+ Version 4 BITTE

      • Toto
      • 28. Januar 2016 um 11:04
      Spoiler anzeigen

      /*
      File: fn_wantedAdd.sqf
      Author: Bryan "Tonic" Boardwine
      Description:
      Adds or appends a unit to the wanted list.
      */
      private["_uid","_type","_index","_data","_crimes","_val","_customBounty","_name"];
      _uid = [_this,0,"",[""]] call BIS_fnc_param;
      _name = [_this,1,"",[""]] call BIS_fnc_param;
      _type = [_this,2,"",[""]] call BIS_fnc_param;
      _customBounty = [_this,3,-1,[0]] call BIS_fnc_param;
      if(_uid == "" OR _type == "" OR _name == "") exitWith {}; //Bad data passed.

      //What is the crime?
      switch(_type) do

      passt das jetzt so ?


      und die marker auf der karte wurden alle entfernt

    • Wanted+ Version 4 BITTE

      • Toto
      • 28. Januar 2016 um 10:59

      aha das fuel system hab ich eig raus genommen weill es eben ned gegangen is aber du kannst ma sicher sagen wie ich es ganz raus nehmen kann oder ??

      Ok hier die WantedAdd :

      Spoiler anzeigen

      File: fn_wantedAdd.sqf
      Author: Bryan "Tonic" Boardwine
      Description:
      Adds or appends a unit to the wanted list.
      */
      private["_uid","_type","_index","_data","_crimes","_val","_customBounty","_name"];
      _uid = [_this,0,"",[""]] call BIS_fnc_param;
      _name = [_this,1,"",[""]] call BIS_fnc_param;
      _type = [_this,2,"",[""]] call BIS_fnc_param;
      _customBounty = [_this,3,-1,[0]] call BIS_fnc_param;
      if(_uid == "" OR _type == "" OR _name == "") exitWith {}; //Bad data passed.

      //What is the crime?
      switch(_type) do
      {
      case "187V": {_type = ["Überfahren eines Spielers",1234567]};
      case "187": {_type = ["Mord",1234567]};
      case "901": {_type = ["Ausbruch aus dem Gefängnis",1234567]};
      case "261": {_type = ["Rape",5000]}; //What type of sick bastard would add this?
      case "261A": {_type = ["Attempted Rape",3000]};
      case "215": {_type = ["Versuchter Fahrzeugdiebstahl",10000]};
      case "213": {_type = ["Use of illegal explosives",10000]};
      case "211": {_type = ["Raubueberfall",60000]};
      case "207": {_type = ["Geiselnahme",1234567]};
      case "207A": {_type = ["Versuchte Geiselnahme",1234567]};
      case "487": {_type = ["Fahrzeugdiebstahl",20000]};
      case "488": {_type = ["Diebstahl",15000]};
      case "480": {_type = ["Hit and run",1300]};
      case "481": {_type = ["Drogenbesitz",1234567]};
      case "482": {_type = ["Intent to distribute",5000]};
      case "483": {_type = ["Drogenhandel",1234567]};
      case "459": {_type = ["Hauseinbruch",50000]};
      case "390": {_type = ["Einfluss unter Alkoholeinfluss",15000]};
      case "919": {_type = ["Organ Handel",50000]};
      case "1": {_type = ["Fahren ohne Fuehrerschein",15000]};
      case "2": {_type = ["Versuchter Fahrzeugdiebstahl",10000]};
      case "3": {_type = ["Fuehren eines gestohlenen Fahrzeugs",20000]};
      case "4": {_type = ["Fahren ohne Licht",1500]};
      case "5": {_type = ["Ueberhoehte Geschwindigkeit",6000]};
      case "6": {_type = ["Gefaehrliche Fahrweise",7500]};
      case "7": {_type = ["Versuchter Diebstahl e. Polizeifahrzeugs",15000]};
      case "8": {_type = ["Diebstahl von Polizeifahrzeugen",25000]};
      case "9": {_type = ["Landen ohne Genehmigung",20000]};
      case "10": {_type = ["Fahren von illegalen Fahrzeugen", 100000]};
      case "11": {_type = ["Unfallverursacher / Fahrerflucht nach Unfall",5000]};
      case "12": {_type = ["Flucht vor der Polizei",17500]};
      case "13": {_type = ["Ueberfahren eines anderen Spielers",30000]};
      case "14": {_type = ["Illegale Strassensperren",15000]};
      case "15": {_type = ["Widerstand gegen die Staatsgewalt",45000]};
      case "16": {_type = ["Nicht befolgen e. pol. Anordnung",5000]};
      case "17": {_type = ["Beamtenbeleidigung",15000]};
      case "18": {_type = ["Belaestigung eines Polizisten",14000]};
      case "19": {_type = ["Betreten einer pol. Sperrzone",50000]};
      case "20": {_type = ["Toeten eines Polizisten",1234567]};
      case "21": {_type = ["Beschuss auf Polizei/Beamte/Eigentum",1234567]};
      case "22": {_type = ["Zerstoerung von Polizeieigentum",15000]};
      case "23": {_type = ["Drogendelikte",1234567]};
      case "24": {_type = ["Waffenbesitz ohne Lizenz",70000]};
      case "25": {_type = ["Mit gez. Waffe durch Stadt",50000]};
      case "26": {_type = ["Besitz einer illegalen Waffe",150000]};
      case "27": {_type = ["Abfeuern einer Waffe innerhalb einer Stadt",50000]};
      case "28": {_type = ["Geiselnahme",1234567]};
      case "29": {_type = ["Raubeuberfall",60000]};
      case "30": {_type = ["Bankraub",1234567]};
      case "31": {_type = ["Mord",1234567]};
      case "32": {_type = ["Aufstand",75000]};
      case "33": {_type = ["Angriff durch Rebellen",75000]};
      case "34": {_type = ["Angriff/Belagerung von Staedten/Checkpoints",1234567]};
      case "35": {_type = ["Landung in einer Flugverbotszone",75000]};
      case "36": {_type = ["Fliegen/Schweben unterhalb 150m ueber Stadt",20000]};
      case "37": {_type = ["Ausbruch aus dem Gefaengnis",1234567]};
      case "38": {_type = ["Fliegen ohne Fluglizenz",50000]};
      case "39": {_type = ["Dauerhaftes hupen",7500]};
      case "40": {_type = ["Handel mit exotischen Guetern",50000]};
      case "41": {_type = ["Umfahren eines Außenpostens",25000]};
      case "42": {_type = ["Kraftwerk manipulation",25000]};
      case "120S": {_type = ["Überhöte Geschwindigkeit",5000]};
      case "120H": {_type = ["Gewohntes Fahren",8000]};
      case "120WL": {_type = ["Driving W/O License",8000]};
      case "120FS": {_type = ["Gefährliche Fahrweise",8000]};
      default {_type = [];};
      };

      if(count _type == 0) exitWith {}; //Not our information being passed...
      //Is there a custom bounty being sent? Set that as the pricing.
      if(_customBounty != -1) then {_type set[1,_customBounty];};
      //Search the wanted list to make sure they are not on it.
      _index = [_uid,life_wanted_list] call TON_fnc_index;

      if(_index != -1) then
      {
      _data = life_wanted_list select _index;
      _crimes = _data select 2;
      _crimes pushBack (_type select 0);
      _val = _data select 3;
      life_wanted_list set[_index,[_name,_uid,_crimes,(_type select 1) + _val]];
      }
      else
      {
      life_wanted_list pushBack [_name,_uid,[(_type select 0)],(_type select 1)];
      };


      Die preise passe ich noch an will nur mal das das grund rezept passt !

    • Wanted+ Version 4 BITTE

      • Toto
      • 28. Januar 2016 um 10:49

      und ExtDB2 Log

      Spoiler anzeigen

      extDB2: Version: 70
      extDB2: Torndeco/extDB2: Arma3 Extension DB C++ dll / so
      extDB2: Windows Version
      Message: All development for extDB2 is done on a Linux Dedicated Server
      Message: If you would like to Donate to extDB2 Development
      Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2
      Message: Also leave a message if there is any particular feature you would like to see added.
      Message: Thanks for all the people that have donated.
      Message: Torndeco: 20/02/15


      extDB2: Found [lexicon]extdb[/lexicon]-conf.ini
      extDB2: Detected 8 Cores, Setting up 6 Worker Threads


      [10:06:49:473179 +02:00] [Thread 2572] extDB2: Database Type: MySQL
      [10:06:49:483679 +02:00] [Thread 2572] extDB2: Database Session Pool Started
      [10:06:49:483774 +02:00] [Thread 2572] extDB2: SQL_RAW_V2: Initialized: ADD_QUOTES True
      [10:06:49:484748 +02:00] [Thread 4080] extDB2: SQL_RAW_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: The user specified as a definer ('arma3'@'localhost') does not exist [mysql_stmt_errno]: 1449 [mysql_stmt_sqlstate]: HY000 [statemnt]: CALL resetLifeVehicles
      [10:06:49:484756 +02:00] [Thread 4080] extDB2: SQL_RAW_V2: Error StatementException: SQL: CALL resetLifeVehicles
      [10:12:06:453676 +02:00] [Thread 2572] extDB2: Stopping ...

    • Wanted+ Version 4 BITTE

      • Toto
      • 28. Januar 2016 um 10:48

      Teil 2 Rpt

      Spoiler anzeigen

      De>
      10:06:06 Error position: <.sqf
      Author: Bryan "Tonic" Boardwine

      De>
      10:06:06 Error Missing ;
      10:06:06 File life_server\Functions\WantedSystem\fn_wantedAdd.sqf, line 1
      10:06:06 Error in expression <tem\fn_wantedAdd.sqf"
      File: fn_wantedAdd.sqf
      Author: Bryan "Tonic" Boardwine

      De>
      10:06:06 Error position: <.sqf
      Author: Bryan "Tonic" Boardwine

      De>
      10:06:06 Error Missing ;
      10:06:06 File life_server\Functions\WantedSystem\fn_wantedAdd.sqf, line 1
      10:06:06 Attempt to override final function - rscminimap_script
      10:06:06 Attempt to override final function - rscdisplayloading_script
      10:06:06 Attempt to override final function - rscdisplayloading_script
      10:06:06 Attempt to override final function - rscdisplayloading_script
      10:06:06 Attempt to override final function - rscdiary_script
      10:06:06 Attempt to override final function - rscdisplaysinglemission_script
      10:06:06 Attempt to override final function - rscdiary_script
      10:06:06 Attempt to override final function - rscdisplayremotemissions_script
      10:06:06 Attempt to override final function - rscdisplayloading_script
      10:06:06 Attempt to override final function - rscdiary_script
      10:06:06 Attempt to override final function - rscdiary_script
      10:06:06 Attempt to override final function - rscdisplaystrategicmap_script
      10:06:06 Attempt to override final function - rscdisplaycommon_script
      10:06:06 Attempt to override final function - rscdisplaygarage_script
      10:06:06 Attempt to override final function - rscdisplayloading_script
      10:06:07 Attempt to override final function - rscdisplaycurator_script
      10:06:07 Attempt to override final function - rscdisplayattributes_script
      10:06:07 Attempt to override final function - rscdisplayattributes_script
      10:06:07 Attempt to override final function - rscdisplayattributes_script
      10:06:07 Attempt to override final function - rscdisplaycommon_script
      10:06:07 Attempt to override final function - rscdisplaydebriefing_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 Attempt to override final function - rscunitinfo_script
      10:06:07 VoteThreshold must be in 0..1 range. Defaulting to 0.5
      10:06:07 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
      10:06:08 Connected to Steam servers
      10:06:29 Item STR_Rescue_Request listed twice
      10:06:29 Item STR_pInAct_Repair listed twice
      10:06:29 Unsupported language English in stringtable
      10:06:29 Item STR_Rescue_Request listed twice
      10:06:29 Item STR_pInAct_Repair listed twice
      10:06:29 Unsupported language English in stringtable
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:32 Server error: Player without identity Laslo Nasja (id 1874207575)
      10:06:37 Starting mission:
      10:06:37 Mission file: Altis_life
      10:06:37 Mission world: Altis
      10:06:37 Mission directory: mpmissions\Altis_life.Altis\
      10:06:43 Attempt to override final function - bis_functions_list
      10:06:43 Attempt to override final function - bis_functions_listpreinit
      10:06:43 Attempt to override final function - bis_functions_listpostinit
      10:06:43 Attempt to override final function - bis_functions_listrecompile
      10:06:43 Attempt to override final function - bis_fnc_missiontaskslocal
      10:06:43 Attempt to override final function - bis_fnc_missionconversationslocal
      10:06:43 Attempt to override final function - bis_fnc_missionflow
      10:06:47 class HitPoints::HitFuel not found in RoadBarrier_small_F
      10:06:47 Strange convex component16 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
      10:06:47 Strange convex component25 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
      10:06:47 Strange convex component26 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
      10:06:47 Strange convex component27 in a3\boat_f_gamma\boat_civil_04\boat_civil_04_f.p3d:geometryView
      10:06:47 class HitPoints::HitFuel not found in C_Boat_Civil_04_F
      10:06:47 class HitPoints::HitFuel not found in Land_Camping_Light_F
      10:06:47 SW keep height animation used for a3\structures_f\civ\accessories\timbers_f.p3d
      10:06:47 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      10:06:47 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      10:06:47 Performance warning: Very large search for 1126209 (>300 m)
      10:06:48 Performance warning: Search for 49962b00# 1126209: i_barracks_v2_f.p3d was very large (12450 m)
      10:06:48 Performance warning: Very large search for 1126209 (>300 m)
      10:06:48 Performance warning: Search for 49962b00# 1126209: i_barracks_v2_f.p3d was very large (12450 m)
      10:06:48 Performance warning: Very large search for 723212 (>300 m)
      10:06:48 Performance warning: Search for 723212: b_ficusc2d_f.p3d was very large (9270 m)
      10:06:48 Performance warning: Very large search for 723212 (>300 m)
      10:06:48 Performance warning: Search for 723212: b_ficusc2d_f.p3d was very large (9270 m)
      10:06:48 Performance warning: Very large search for 776466 (>300 m)
      10:06:48 Performance warning: Search for 32339600# 776466: i_stone_housesmall_v1_f.p3d was very large (11520 m)
      10:06:48 Performance warning: Very large search for 776466 (>300 m)
      10:06:48 Performance warning: Search for 32339600# 776466: i_stone_housesmall_v1_f.p3d was very large (11520 m)
      10:06:48 Performance warning: Very large search for 1119458 (>300 m)
      10:06:48 Performance warning: Search for 1119458: pavement_wide_f.p3d was very large (12990 m)
      10:06:48 Performance warning: Very large search for 1119458 (>300 m)
      10:06:48 Performance warning: Search for 1119458: pavement_wide_f.p3d was very large (12990 m)
      10:06:48 Performance warning: Very large search for 1119457 (>300 m)
      10:06:48 Performance warning: Search for 1119457: pavement_wide_f.p3d was very large (12990 m)
      10:06:48 Performance warning: Very large search for 1119457 (>300 m)
      10:06:48 Performance warning: Search for 1119457: pavement_wide_f.p3d was very large (12990 m)
      10:06:48 Performance warning: Very large search for 1119457 (>300 m)
      10:06:48 Performance warning: Search for 1119457: pavement_wide_f.p3d was very large (12990 m)
      10:06:48 Performance warning: Very large search for 1119458 (>300 m)
      10:06:48 Performance warning: Search for 1119458: pavement_wide_f.p3d was very large (12990 m)
      10:06:48 Performance warning: Very large search for 1119892 (>300 m)
      10:06:48 Performance warning: Search for 42021d00# 1119892: dp_smallfactory_f.p3d was very large (12930 m)
      10:06:48 Performance warning: Very large search for 1119892 (>300 m)
      10:06:48 Performance warning: Search for 42021d00# 1119892: dp_smallfactory_f.p3d was very large (12930 m)
      10:06:48 Performance warning: Very large search for 1119904 (>300 m)
      10:06:48 Performance warning: Search for 41505d00# 1119904: u_addon_02_v1_f.p3d was very large (12930 m)
      10:06:48 Performance warning: Very large search for 1119904 (>300 m)
      10:06:49 Performance warning: Search for 41505d00# 1119904: u_addon_02_v1_f.p3d was very large (12930 m)
      10:06:49 "Martpreise generiert!"
      10:06:49 Error in expression <
      };


      if( isServer ) then {
      [] spawn DB_fnc_event_fuel_random;
      };>
      10:06:49 Error position: <DB_fnc_event_fuel_random;
      };>
      10:06:49 Error Undefined variable in expression: db_fnc_event_fuel_random
      10:06:49 File mpmissions\Altis_life.Altis\init.sqf, line 99
      10:06:49 Error: Object(2 : 5) not found
      10:06:49 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
      10:06:49 "::::::::: WETTER SYSTEM ::::::::: uG_ChanceN = 36 ::: uG_WMod = 1"
      10:06:49 "extDB2: Connected to Database"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.349"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.35"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:06:49 "extDB2: uiSleep [4]: 46.351"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "extDB2: uiSleep [4]: 97.648"
      10:07:40 "------------- Client Query Request -------------"
      10:07:40 "QUERY: SELECT playerid, name, cash, bankacc, adminlevel, donatorlvl, cop_licenses, coplevel, cop_gear, blacklist FROM players WHERE playerid='76561198114431668'"
      10:07:40 "Time to complete: 0.00299835 (in seconds)"
      10:07:40 "Result: ["76561198114431668","Laslo Nasja",135000,2.044e+006,"5","0","[[`license_cop_air`,0],[`license_cop_sek`,0],[`license_cop_cg`,0],[`license_cop_don`,0]]","7","[``,`V_Rangemaster_belt`,``,``,``,[`ItemMap`,`ItemCompass`,`ItemRadio`,`ItemGPS`],``,`hgun_P07_snds_F`,[],[],[],[],[],[`30Rnd_9x21_Mag`],[``,``,``,``],[`muzzle_snds_L`,``,``,``],[]]",0]"
      10:07:40 "------------------------------------------------"
      10:07:56 Error in expression <ions = [];
      gasstation1 = nearestObjects[batterie, ["Land_fs_feed_F"], 50];

      {
      ga>
      10:07:56 Error position: <batterie, ["Land_fs_feed_F"], 50];

      {
      ga>
      10:07:56 Error Undefined variable in expression: batterie
      10:07:56 File mpmissions\Altis_life.Altis\fueling\test.sqf, line 7
      10:08:03 Error in expression <tem\fn_wantedAdd.sqf"
      File: fn_wantedAdd.sqf
      Author: Bryan "Tonic" Boardwine

      De>
      10:08:03 Error position: <.sqf
      Author: Bryan "Tonic" Boardwine

      De>
      10:08:03 Error Missing ;
      10:08:03 File life_server\Functions\WantedSystem\fn_wantedAdd.sqf, line 1
      10:08:03 Error in expression <tem\fn_wantedAdd.sqf"
      File: fn_wantedAdd.sqf
      Author: Bryan "Tonic" Boardwine

      De>
      10:08:03 Error position: <.sqf
      Author: Bryan "Tonic" Boardwine

      De>
      10:08:03 Error Missing ;
      10:08:03 File life_server\Functions\WantedSystem\fn_wantedAdd.sqf, line 1
      10:08:03 Error in expression <unctions\WantedSystem\fn_wantedAdd.sqf"
      File: fn_wantedAdd.sqf
      Author: Bryan "To>
      10:08:03 Error position: <File: fn_wantedAdd.sqf
      Author: Bryan "To>
      10:08:03 Error Undefined variable in expression: file
      10:08:03 File life_server\Functions\WantedSystem\fn_wantedAdd.sqf, line 1
      10:08:24 Error in expression <niform player == "U_BG_Guerilla2_1" && (call life_coplevel) == 1) then {
      player >
      10:08:24 Error position: <call life_coplevel) == 1) then {
      player >
      10:08:24 Error call: Type Number, expected code
      10:08:24 File mpmissions\Altis_life.Altis\core\config\fn_updateClothing.sqf, line 9
      10:09:51 Admin logged in, player: Laslo Nasja, playerUID: 76561198114431668, IP: 192.168.0.16:2304.
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:57 "extDB2: uiSleep [4]: 354.431"
      10:11:59 Warning: Cleanup player - person 2:3 not found
      10:12:00 Admin logged out, player: Laslo Nasja, playerUID: 76561198114431668, IP: 192.168.0.16:2304.
      10:12:00 Warning: Cleanup player - person 2:3 not found
      10:12:04 EPE manager release (10|88|0)
      10:12:04 Number of actors in scene after release: 10
      10:12:04 EPE manager release (0|10|0)
      10:12:05 Deinitialized shape [Class: "B_medic_F"; Shape: "a3\characters_f\blufor\b_soldier_02.p3d";]
      10:12:05 Deinitialized shape [Class: "B_soldier_AR_F"; Shape: "a3\characters_f\blufor\b_soldier_02.p3d";]
      10:12:05 Deinitialized shape [Class: "Underwear_F"; Shape: "a3\characters_f\common\basicbody.p3d";]
      10:12:05 Deinitialized shape [Class: "C_man_1"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      10:12:05 Deinitialized shape [Class: "C_man_polo_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      10:12:05 Deinitialized shape [Class: "C_man_polo_2_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
      10:12:05 c:\w\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
      10:12:06 Extensions:
      10:12:06 extDB2 (C:\ArmA3\A3Master\@extDB2\extDB2.dll) [70.0.0.0] [70.0.0.0]

    • Wanted+ Version 4 BITTE

      • Toto
      • 28. Januar 2016 um 10:48
      Zitat von Shinji

      Irgendwelche Fehler in den RPT`s - client und serverside, sowie die logs von [lexicon]extdb[/lexicon] wären da schon sehr hilfreich.

      Spoiler anzeigen

      =====================================================================
      == C:\ArmA3\A3Master\arma3server.exe
      == "C:\ArmA3\A3Master\arma3server.exe" -mod=@life_server;@extDB2 -port=2302 -profiles=C:\ArmA3\A3Master -config=server.cfg -bepath=C:\ArmA3\A3Master\battleye

      Original output filename: Arma3Retail_Server
      Exe timestamp: 2015/12/15 16:30:43
      Current time: 2016/01/28 10:06:03

      Type: Public
      Build: Stable
      Version: 1.54.133741

      Allocator: C:\ArmA3\A3Master\dll\tbb4malloc_bi.dll
      =====================================================================

      10:06:03 SteamAPI initialization failed. Steam features wont's be accessible!
      10:06:05 Updating base class ->Base, by a3\dubbing_radio_f\http://config.bin/CfgHQIdentities/PAPA_BEAR/
      10:06:05 Updating base class ->Base, by a3\dubbing_radio_f\http://config.bin/CfgHQIdentities/AirBase/
      10:06:05 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayEditObject/Controls/B_OK/
      10:06:05 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\http://config.bin/RscDisplayEditObject/Slider/
      10:06:05 Updating base class RscText->RscPicture, by a3\editor_f\http://config.bin/RscDisplayEditObject/Preview/
      10:06:05 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayMissionLoad/Controls/B_OK/
      10:06:05 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayMissionSave/Controls/B_OK/
      10:06:05 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoScrollbars/
      10:06:05 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoHScrollbars/
      10:06:05 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoVScrollbars/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscLine/
      10:06:05 Updating base class ->RscActiveText, by a3\ui_f\http://config.bin/RscActivePicture/
      10:06:05 Updating base class ->RscButton, by a3\ui_f\http://config.bin/RscButtonTextOnly/
      10:06:05 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscShortcutButtonMain/
      10:06:05 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscButtonEditor/
      10:06:05 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscIGUIShortcutButton/
      10:06:05 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscGearShortcutButton/
      10:06:05 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscButtonMenu/
      10:06:05 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuOK/
      10:06:05 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuCancel/
      10:06:05 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuSteam/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscLoadingText/
      10:06:05 Updating base class ->RscListBox, by a3\ui_f\http://config.bin/RscIGUIListBox/
      10:06:05 Updating base class ->RscListNBox, by a3\ui_f\http://config.bin/RscIGUIListNBox/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackground/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUI/
      10:06:05 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUILeft/
      10:06:05 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUIRight/
      10:06:05 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUIBottom/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUITop/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUIDark/
      10:06:05 Updating base class ->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscBackgroundLogo/
      10:06:05 Updating base class ->RscMapControl, by a3\ui_f\http://config.bin/RscMapControlEmpty/
      10:06:05 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/CA_Mainback/
      10:06:05 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Back/
      10:06:05 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Title_Back/
      10:06:05 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Black_Back/
      10:06:05 Updating base class ->RscTitle, by a3\ui_f\http://config.bin/CA_Title/
      10:06:05 Updating base class ->RscPictureKeepAspect, by a3\ui_f\http://config.bin/CA_Logo/
      10:06:05 Updating base class ->CA_Logo, by a3\ui_f\http://config.bin/CA_Logo_Small/
      10:06:05 Updating base class ->RscButton, by a3\ui_f\http://config.bin/CA_RscButton/
      10:06:05 Updating base class ->CA_RscButton, by a3\ui_f\http://config.bin/CA_RscButton_dialog/
      10:06:05 Updating base class ->RscActiveText, by a3\ui_f\http://config.bin/CA_Ok/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_image/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_image2/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_text/
      10:06:05 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscVignette/
      10:06:05 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\http://config.bin/RscMapControlTooltip/
      10:06:05 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\http://config.bin/RscInGameUI/RscUnitInfoAir/
      10:06:05 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_OK/
      10:06:05 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_Cancel/
      10:06:05 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_Clear/
      10:06:05 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscDisplayCapture/controls/TimeLines/
      10:06:05 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapture/controls/ButtonAverages/
      10:06:05 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapt…vePreviousData/
      10:06:05 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapt…onPreviousData/
      10:06:05 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\http://config.bin/RscDisplayMain/controls/ModIcons/
      10:06:05 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/IconPicture/
      10:06:05 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/DlcOwnedIconPicture/
      10:06:05 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/DlcIconPicture/
      10:06:05 Updating base class RscListBox->RscCombo, by a3\ui_f\http://config.bin/RscDisplayCustomizeController/Steepness/
      10:06:05 Updating base class ->RscStandardDisplay, by a3\ui_f\http://config.bin/RscDisplayControlSchemes/
      10:06:05 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayCont…s/ButtonCancel/
      10:06:05 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\http://config.bin/RscDisplayCont…trols/ButtonOK/
      10:06:05 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayFile…verviewPicture/
      10:06:05 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayFiel…s/ButtonCancel/
      10:06:05 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
      10:06:05 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayPubl…s/ButtonCancel/
      10:06:05 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\http://config.bin/RscDisplayPubl…trols/ButtonOK/
      10:06:05 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayPubl…s/ButtonCancel/
      10:06:05 Updating base class ->RscSubmenu, by a3\ui_f\http://config.bin/RscMainMenu/
      10:06:05 Cannot update non class from class a3\ui_f\http://config.bin/RscCallSupport/Items/
      10:06:05 Cannot update non class from class a3\ui_f\http://config.bin/RscRadio/Items/
      10:06:05 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\http://config.bin/RscDisplayRespawn/
      10:06:05 Updating base class ->GrenadeLauncher, by a3\weapons_f\http://config.bin/cfgWeapons/UGL_F/
      10:06:05 Updating base class ->Rifle, by a3\weapons_f\http://config.bin/cfgWeapons/Rifle_Base_F/
      10:06:05 Updating base class ->SlotInfo, by a3\weapons_f_mark\http://config.bin/UnderBarrelSlot/
      10:06:06 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
      10:06:06 Initializing Steam Manager
      10:06:06 Steam Manager initialized.
      10:06:06
      10:06:06 ==== Loaded addons ====
      10:06:06
      10:06:06 dta\bin.pbo - unknown
      10:06:06 dta\core.pbo - 84186
      10:06:06 dta\languagecore_f.pbo - 90788
      10:06:06 C:\ArmA3\A3Master\@life_server\addons\life_server.pbo - unknown
      10:06:06 C:\ArmA3\A3Master\mark\addons\anims_f_mark.pbo - 87643
      10:06:06 C:\ArmA3\A3Master\mark\addons\characters_f_mark.pbo - 87766
      10:06:06 C:\ArmA3\A3Master\mark\addons\data_f_mark.pbo - 84958
      10:06:06 C:\ArmA3\A3Master\mark\addons\dubbing_f_mark.pbo - 81923
      10:06:06 C:\ArmA3\A3Master\mark\addons\dubbing_f_mp_mark.pbo - 81923
      10:06:06 C:\ArmA3\A3Master\mark\addons\functions_f_mark.pbo - 89836
      10:06:06 C:\ArmA3\A3Master\mark\addons\functions_f_mp_mark.pbo - 89727
      10:06:06 C:\ArmA3\A3Master\mark\addons\languagemissions_f_mark.pbo - 90154
      10:06:06 C:\ArmA3\A3Master\mark\addons\languagemissions_f_mp_mark.pbo - 90154
      10:06:06 C:\ArmA3\A3Master\mark\addons\language_f_mark.pbo - 90137
      10:06:06 C:\ArmA3\A3Master\mark\addons\language_f_mp_mark.pbo - 90137
      10:06:06 C:\ArmA3\A3Master\mark\addons\missions_f_mark.pbo - 86807
      10:06:06 C:\ArmA3\A3Master\mark\addons\missions_f_mark_data.pbo - 88838
      10:06:06 C:\ArmA3\A3Master\mark\addons\missions_f_mark_video.pbo - 81429
      10:06:06 C:\ArmA3\A3Master\mark\addons\missions_f_mp_mark.pbo - 89854
      10:06:06 C:\ArmA3\A3Master\mark\addons\missions_f_mp_mark_data.pbo - 90131
      10:06:06 C:\ArmA3\A3Master\mark\addons\modules_f_mark.pbo - 81710
      10:06:06 C:\ArmA3\A3Master\mark\addons\modules_f_mp_mark.pbo - 90253
      10:06:06 C:\ArmA3\A3Master\mark\addons\music_f_mark.pbo - 81958
      10:06:06 C:\ArmA3\A3Master\mark\addons\music_f_mark_music.pbo - 81930
      10:06:06 C:\ArmA3\A3Master\mark\addons\sounds_f_mark.pbo - 89184
      10:06:06 C:\ArmA3\A3Master\mark\addons\static_f_mark.pbo - 84104
      10:06:06 C:\ArmA3\A3Master\mark\addons\structures_f_mark.pbo - 88393
      10:06:06 C:\ArmA3\A3Master\mark\addons\supplies_f_mark.pbo - 79552
      10:06:06 C:\ArmA3\A3Master\mark\addons\ui_f_mark.pbo - 84397
      10:06:06 C:\ArmA3\A3Master\mark\addons\ui_f_mp_mark.pbo - 89077
      10:06:06 C:\ArmA3\A3Master\mark\addons\weapons_f_mark.pbo - 89288
      10:06:06 C:\ArmA3\A3Master\heli\addons\air_f_heli.pbo - 88401
      10:06:06 C:\ArmA3\A3Master\heli\addons\anims_f_heli.pbo - 80475
      10:06:06 C:\ArmA3\A3Master\heli\addons\boat_f_heli.pbo - 88261
      10:06:06 C:\ArmA3\A3Master\heli\addons\cargoposes_f_heli.pbo - 89489
      10:06:06 C:\ArmA3\A3Master\heli\addons\data_f_heli.pbo - 87643
      10:06:06 C:\ArmA3\A3Master\heli\addons\dubbing_f_heli.pbo - 75138
      10:06:06 C:\ArmA3\A3Master\heli\addons\functions_f_heli.pbo - 87176
      10:06:06 C:\ArmA3\A3Master\heli\addons\languagemissions_f_heli.pbo - 90151
      10:06:06 C:\ArmA3\A3Master\heli\addons\language_f_heli.pbo - 90135
      10:06:06 C:\ArmA3\A3Master\heli\addons\missions_f_heli.pbo - 89582
      10:06:06 C:\ArmA3\A3Master\heli\addons\missions_f_heli_data.pbo - 75977
      10:06:06 C:\ArmA3\A3Master\heli\addons\missions_f_heli_video.pbo - 75065
      10:06:06 C:\ArmA3\A3Master\heli\addons\modules_f_heli.pbo - 87759
      10:06:06 C:\ArmA3\A3Master\heli\addons\music_f_heli.pbo - 87643
      10:06:06 C:\ArmA3\A3Master\heli\addons\music_f_heli_music.pbo - 87643
      10:06:06 C:\ArmA3\A3Master\heli\addons\soft_f_heli.pbo - 82564
      10:06:06 C:\ArmA3\A3Master\heli\addons\sounds_f_heli.pbo - 79398
      10:06:06 C:\ArmA3\A3Master\heli\addons\structures_f_heli.pbo - 88707
      10:06:06 C:\ArmA3\A3Master\heli\addons\supplies_f_heli.pbo - 89173
      10:06:06 C:\ArmA3\A3Master\heli\addons\ui_f_heli.pbo - 76986
      10:06:06 C:\ArmA3\A3Master\kart\addons\anims_f_kart.pbo - 80475
      10:06:06 C:\ArmA3\A3Master\kart\addons\characters_f_kart.pbo - 87805
      10:06:06 C:\ArmA3\A3Master\kart\addons\data_f_kart.pbo - 84958
      10:06:06 C:\ArmA3\A3Master\kart\addons\languagemissions_f_kart.pbo - 90154
      10:06:06 C:\ArmA3\A3Master\kart\addons\language_f_kart.pbo - 90135
      10:06:06 C:\ArmA3\A3Master\kart\addons\missions_f_kart.pbo - 89758
      10:06:06 C:\ArmA3\A3Master\kart\addons\missions_f_kart_data.pbo - 75687
      10:06:06 C:\ArmA3\A3Master\kart\addons\modules_f_kart.pbo - 86933
      10:06:06 C:\ArmA3\A3Master\kart\addons\modules_f_kart_data.pbo - 74588
      10:06:06 C:\ArmA3\A3Master\kart\addons\soft_f_kart.pbo - 88426
      10:06:06 C:\ArmA3\A3Master\kart\addons\sounds_f_kart.pbo - 79398
      10:06:06 C:\ArmA3\A3Master\kart\addons\structures_f_kart.pbo - 88393
      10:06:06 C:\ArmA3\A3Master\kart\addons\ui_f_kart.pbo - 73106
      10:06:06 C:\ArmA3\A3Master\kart\addons\weapons_f_kart.pbo - 83573
      10:06:06 C:\ArmA3\A3Master\curator\addons\data_f_curator.pbo - 84958
      10:06:06 C:\ArmA3\A3Master\curator\addons\functions_f_curator.pbo - 86837
      10:06:06 C:\ArmA3\A3Master\curator\addons\language_f_curator.pbo - 90133
      10:06:06 C:\ArmA3\A3Master\curator\addons\missions_f_curator.pbo - 89107
      10:06:06 C:\ArmA3\A3Master\curator\addons\modules_f_curator.pbo - 90088
      10:06:06 C:\ArmA3\A3Master\curator\addons\ui_f_curator.pbo - 90180
      10:06:06 addons\a3.pbo - unknown
      10:06:06 addons\air_f.pbo - 88337
      10:06:06 addons\air_f_beta.pbo - 88256
      10:06:06 addons\air_f_epb.pbo - 86810
      10:06:06 addons\air_f_epc.pbo - 89315
      10:06:06 addons\air_f_gamma.pbo - 89315
      10:06:06 addons\animals_f.pbo - 88948
      10:06:06 addons\animals_f_beta.pbo - 88949
      10:06:06 addons\anims_f.pbo - 90876
      10:06:06 addons\anims_f_bootcamp.pbo - 88948
      10:06:06 addons\anims_f_data.pbo - 90994
      10:06:06 addons\anims_f_epa.pbo - 89360
      10:06:06 addons\anims_f_epc.pbo - 79126
      10:06:06 addons\anims_f_exp_a.pbo - 89148
      10:06:06 addons\armor_f.pbo - 82564
      10:06:06 addons\armor_f_beta.pbo - 86856
      10:06:06 addons\armor_f_epb.pbo - 86110
      10:06:06 addons\armor_f_epc.pbo - 86840
      10:06:06 addons\armor_f_gamma.pbo - 86121
      10:06:06 addons\baseconfig_f.pbo - 73106
      10:06:06 addons\boat_f.pbo - 88259
      10:06:06 addons\boat_f_beta.pbo - 88261
      10:06:06 addons\boat_f_epc.pbo - 89049
      10:06:06 addons\boat_f_gamma.pbo - 88260
      10:06:06 addons\cargoposes_f.pbo - 89336
      10:06:06 addons\characters_f.pbo - 90080
      10:06:06 addons\characters_f_beta.pbo - 87767
      10:06:06 addons\characters_f_bootcamp.pbo - 87769
      10:06:06 addons\characters_f_epa.pbo - 87767
      10:06:06 addons\characters_f_epb.pbo - 87767
      10:06:06 addons\characters_f_epc.pbo - 87767
      10:06:06 addons\characters_f_gamma.pbo - 87766
      10:06:06 addons\data_f.pbo - 91002
      10:06:06 addons\data_f_bootcamp.pbo - 88074
      10:06:06 addons\data_f_exp_a.pbo - 89062
      10:06:06 addons\data_f_exp_b.pbo - 86189
      10:06:06 addons\drones_f.pbo - 88544
      10:06:06 addons\dubbing_f.pbo - 73106
      10:06:06 addons\dubbing_f_beta.pbo - 73106
      10:06:06 addons\dubbing_f_bootcamp.pbo - 87093
      10:06:06 addons\dubbing_f_epa.pbo - 73106
      10:06:06 addons\dubbing_f_epb.pbo - 76110
      10:06:06 addons\dubbing_f_epc.pbo - 87001
      10:06:06 addons\dubbing_f_gamma.pbo - 73106
      10:06:06 addons\dubbing_radio_f.pbo - 89312
      10:06:06 addons\dubbing_radio_f_data_eng.pbo - 89121
      10:06:06 addons\dubbing_radio_f_data_engb.pbo - 89130
      10:06:06 addons\dubbing_radio_f_data_gre.pbo - 89130
      10:06:06 addons\dubbing_radio_f_data_per.pbo - 89130
      10:06:06 addons\dubbing_radio_f_data_vr.pbo - 89130
      10:06:06 addons\editor_f.pbo - 82563
      10:06:06 addons\functions_f.pbo - 90854
      10:06:06 addons\functions_f_bootcamp.pbo - 90131
      10:06:06 addons\functions_f_epa.pbo - 84402
      10:06:06 addons\functions_f_epc.pbo - 84400
      10:06:06 addons\functions_f_exp_a.pbo - 90131
      10:06:06 addons\languagemissions_f.pbo - 90138
      10:06:06 addons\languagemissions_f_beta.pbo - 90138
      10:06:06 addons\languagemissions_f_bootcamp.pbo - 90138
      10:06:06 addons\languagemissions_f_epa.pbo - 90138
      10:06:06 addons\languagemissions_f_epb.pbo - 90139
      10:06:06 addons\languagemissions_f_epc.pbo - 90143
      10:06:06 addons\languagemissions_f_exp_a.pbo - 90145
      10:06:06 addons\languagemissions_f_gamma.pbo - 90148
      10:06:06 addons\language_f.pbo - 90131
      10:06:06 addons\language_f_beta.pbo - 90133
      10:06:06 addons\language_f_bootcamp.pbo - 90133
      10:06:06 addons\language_f_epa.pbo - 90133
      10:06:06 addons\language_f_epb.pbo - 90134
      10:06:06 addons\language_f_epc.pbo - 90135
      10:06:06 addons\language_f_exp_a.pbo - 90135
      10:06:06 addons\language_f_gamma.pbo - 90135
      10:06:06 addons\map_altis.pbo - 90788
      10:06:06 addons\map_altis_data.pbo - 89494
      10:06:06 addons\map_altis_data_layers.pbo - 88773
      10:06:06 addons\map_altis_data_layers_00_00.pbo - 88773
      10:06:06 addons\map_altis_data_layers_00_01.pbo - 88773
      10:06:06 addons\map_altis_data_layers_01_00.pbo - 88773
      10:06:06 addons\map_altis_data_layers_01_01.pbo - 88773
      10:06:06 addons\map_altis_scenes_f.pbo - 73106
      10:06:06 addons\map_data.pbo - 89207
      10:06:06 addons\map_stratis.pbo - 89277
      10:06:06 addons\map_stratis_data.pbo - 89242
      10:06:06 addons\map_stratis_data_layers.pbo - 89343
      10:06:06 addons\map_stratis_scenes_f.pbo - 73106
      10:06:06 addons\map_vr.pbo - 90059
      10:06:06 addons\map_vr_scenes_f.pbo - 82252
      10:06:06 addons\misc_f.pbo - 85025
      10:06:06 addons\missions_f.pbo - 89118
      10:06:06 addons\missions_f_beta.pbo - 90059
      10:06:06 addons\missions_f_beta_data.pbo - 85005
      10:06:06 addons\missions_f_beta_video.pbo - 73106
      10:06:06 addons\missions_f_bootcamp.pbo - 89836
      10:06:06 addons\missions_f_bootcamp_data.pbo - 72362
      10:06:06 addons\missions_f_bootcamp_video.pbo - 75065
      10:06:06 addons\missions_f_data.pbo - 73106
      10:06:06 addons\missions_f_epa.pbo - 90317
      10:06:06 addons\missions_f_epa_data.pbo - 73106
      10:06:06 addons\missions_f_epa_video.pbo - 73106
      10:06:06 addons\missions_f_epb.pbo - 89713
      10:06:06 addons\missions_f_epb_data.pbo - 73106
      10:06:06 addons\missions_f_epb_video.pbo - 73106
      10:06:06 addons\missions_f_epc.pbo - 89644
      10:06:06 addons\missions_f_epc_data.pbo - 84724
      10:06:06 addons\missions_f_epc_video.pbo - 84725
      10:06:06 addons\missions_f_exp_a.pbo - 89975
      10:06:06 addons\missions_f_exp_a_data.pbo - 90131
      10:06:06 addons\missions_f_gamma.pbo - 87683
      10:06:06 addons\missions_f_gamma_data.pbo - 86243
      10:06:06 addons\missions_f_gamma_video.pbo - 73106
      10:06:06 addons\missions_f_video.pbo - 73106
      10:06:06 addons\modules_f.pbo - 88899
      10:06:06 addons\modules_f_beta.pbo - 86933
      10:06:06 addons\modules_f_beta_data.pbo - 80976
      10:06:06 addons\modules_f_bootcamp.pbo - 89147
      10:06:06 addons\modules_f_data.pbo - 85167
      10:06:06 addons\modules_f_epb.pbo - 87643
      10:06:06 addons\modules_f_exp_a.pbo - 88829
      10:06:06 addons\music_f.pbo - 73106
      10:06:06 addons\music_f_bootcamp.pbo - 73106
      10:06:06 addons\music_f_bootcamp_music.pbo - 73106
      10:06:06 addons\music_f_epa.pbo - 73106
      10:06:06 addons\music_f_epa_music.pbo - 73106
      10:06:06 addons\music_f_epb.pbo - 73106
      10:06:06 addons\music_f_epb_music.pbo - 73106
      10:06:06 addons\music_f_epc.pbo - 87643
      10:06:06 addons\music_f_epc_music.pbo - 73106
      10:06:06 addons\music_f_music.pbo - 73106
      10:06:06 addons\plants_f.pbo - 88907
      10:06:06 addons\props_f_exp_a.pbo - 88816
      10:06:06 addons\roads_f.pbo - 88389
      10:06:06 addons\rocks_f.pbo - 88391
      10:06:06 addons\signs_f.pbo - 88240
      10:06:06 addons\soft_f.pbo - 88735
      10:06:06 addons\soft_f_beta.pbo - 89976
      10:06:06 addons\soft_f_bootcamp.pbo - 85752
      10:06:06 addons\soft_f_epc.pbo - 88812
      10:06:06 addons\soft_f_gamma.pbo - 89836
      10:06:06 addons\sounds_f.pbo - 89836
      10:06:06 addons\sounds_f_arsenal.pbo - 90180
      10:06:06 addons\sounds_f_bootcamp.pbo - 82576
      10:06:06 addons\sounds_f_characters.pbo - 90106
      10:06:06 addons\sounds_f_environment.pbo - 88851
      10:06:06 addons\sounds_f_epb.pbo - 88761
      10:06:06 addons\sounds_f_epc.pbo - 86933
      10:06:06 addons\sounds_f_exp_a.pbo - 88829
      10:06:06 addons\sounds_f_sfx.pbo - 88881
      10:06:06 addons\sounds_f_vehicles.pbo - 89294
      10:06:06 addons\sounds_f_weapons.pbo - 84865
      10:06:06 addons\static_f.pbo - 85125
      10:06:06 addons\static_f_beta.pbo - 79398
      10:06:06 addons\static_f_gamma.pbo - 82090
      10:06:06 addons\structures_f.pbo - 89516
      10:06:06 addons\structures_f_bootcamp.pbo - 88393
      10:06:06 addons\structures_f_data.pbo - 88393
      10:06:06 addons\structures_f_epa.pbo - 88393
      10:06:06 addons\structures_f_epb.pbo - 88761
      10:06:06 addons\structures_f_epc.pbo - 88393
      10:06:06 addons\structures_f_exp_a.pbo - 88816
      10:06:06 addons\structures_f_households.pbo - 88393
      10:06:06 addons\structures_f_ind.pbo - 88393
      10:06:06 addons\structures_f_mil.pbo - 89836
      10:06:06 addons\structures_f_wrecks.pbo - 88393
      10:06:06 addons\uifonts_f.pbo - 87643
      10:06:06 addons\uifonts_f_data.pbo - 73106
      10:06:06 addons\ui_f.pbo - 90200
      10:06:06 addons\ui_f_bootcamp.pbo - 76325
      10:06:06 addons\ui_f_data.pbo - 90198
      10:06:06 addons\ui_f_exp_a.pbo - 89891
      10:06:06 addons\weapons_f.pbo - 90180
      10:06:06 addons\weapons_f_beta.pbo - 88797
      10:06:06 addons\weapons_f_bootcamp.pbo - 86841
      10:06:06 addons\weapons_f_epa.pbo - 83667
      10:06:06 addons\weapons_f_epb.pbo - 80958
      10:06:06 addons\weapons_f_epc.pbo - 80374
      10:06:06 addons\weapons_f_gamma.pbo - 89424
      10:06:06
      10:06:06 =======================
      10:06:06
      10:06:06 ============================================================================================= List of mods ===============================================================================================
      10:06:06 modsReadOnly = true
      10:06:06 safeModsActivated = false
      10:06:06 customMods = true
      10:06:06 hash = '7F286A7F08737C7DCAC7852E025C16996CDC59A7'
      10:06:06 hashShort = 'eda95fa9'
      10:06:06 name | modDir | default | origin | hash | hashShort | fullPath
      10:06:06 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      10:06:06 @extDB2 | @extDB2 | false | GAME DIR | | | C:\ArmA3\A3Master\@extDB2
      10:06:06 @life_server | @life_server | false | GAME DIR | 12a781ab08daf3b35ec7f626e10401d15c520c27 | 306041cd | C:\ArmA3\A3Master\@life_server
      10:06:06 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | |
      10:06:06 Arma 3 Marksmen | mark | true | GAME DIR | a3cb8bd430002971f7ecedb65aca970ce6a3e880 | 3021f00c | C:\ArmA3\A3Master\mark
      10:06:06 Arma 3 Helicopters | heli | true | GAME DIR | 21385ab46a1a725af129e211d3a9f73b047d1c83 | 5c1dd0e0 | C:\ArmA3\A3Master\heli
      10:06:06 Arma 3 Karts | kart | true | GAME DIR | fc0cb7d662348d9651bfc620aff863ad545e0346 | 4bdcb8a9 | C:\ArmA3\A3Master\kart
      10:06:06 [lexicon]Arma 3 Zeus[/lexicon] | curator | true | GAME DIR | 352756ce4c2c2b788be47fb754e3426ef3b8ba3d | c6890f55 | C:\ArmA3\A3Master\curator
      10:06:06 Arma 3 | A3 | true | NOT FOUND | | |
      10:06:06 ==========================================================================================================================================================================================================
      10:06:06 InitSound ...
      10:06:06 InitSound - complete
      10:06:06 PhysX3 SDK Init started ...
      10:06:06 PhysX3 SDK Init ended.
      10:06:06 Error in expression <tem\fn_wantedAdd.sqf"
      File: fn_wantedAdd.sqf
      Author: Bryan "Tonic" Boardwine

    • Wanted+ Version 4 BITTE

      • Toto
      • 28. Januar 2016 um 10:09

      Folgendes problem hab alles aus probiert mit wanted + aber ich bekomm es nicht hin es zeigt es zwar an alles aber wenn ich wen auf die wadet liste setzen will ist er bze erscheint er nicht darauf ??

      Wer eine ahnung warum das sein kann ?

    • Hilfe Purge Event

      • Toto
      • 28. Januar 2016 um 09:34

      Dank dir !

      So und jetzt warum was is an dem script schlecht weill du sagts der gehört verpügelt ?

    • Hilfe Purge Event

      • Toto
      • 28. Januar 2016 um 09:29

      Die 11 die da steht, ist der Mode mit welchen configs der Server die Message schickt bzw. an wen. Wenn du mal in die Serverfile - funtions.sqf - schaust, suchst du nach der
      case 11 :
      Wenn du die nicht hast, solltest du das eben umschreiben.

      So ich hab da drinnen folgendes :

      Spoiler anzeigen

      case 0 :
      {
      private[""_message""];
      _message = format["">>>MESSAGE FROM %1: %2"",_from,_msg];
      hint parseText format [""<t color='#FFCC00'><t size='2'><t align='center'>New Message<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>You<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%2"",_from,_msg];

      [""TextMessage"",[format[""You Received A New Private Message From %1"",_from]]] call bis_fnc_showNotification;
      systemChat _message;
      };

      case 1 :
      {
      if(side player != west) exitWith {};
      private[""_message""];
      _message = format[""---911 DISPATCH FROM %1: %2"",_from,_msg];
      hint parseText format [""<t color='#316dff'><t size='2'><t align='center'>New Dispatch<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>All Officers<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%2"",_from,_msg];

      [""PoliceDispatch"",[format[""A New Police Report From: %1"",_from]]] call bis_fnc_showNotification;
      systemChat _message;
      };

      case 2 :
      {
      if((call life_adminlevel) < 1) exitWith {};
      private[""_message""];
      _message = format[""???ADMIN REQUEST FROM %1: %2"",_from,_msg];
      hint parseText format [""<t color='#ffcefe'><t size='2'><t align='center'>Admin Request<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>Admins<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%2"",_from,_msg];

      [""AdminDispatch"",[format[""%1 Has Requested An Admin!"",_from]]] call bis_fnc_showNotification;
      systemChat _message;
      };

      case 3 :
      {
      private[""_message""];
      _message = format[""!!!ADMIN MESSAGE: %1"",_msg];
      _admin = format[""Sent by admin: %1"", _from];
      hint parseText format [""<t color='#FF0000'><t size='2'><t align='center'>Admin Message<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>You<br/><t color='#33CC33'>From: <t color='#ffffff'>An Admin<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%1"",_msg];

      [""AdminMessage"",[""You Have Received A Message From An Admin!""]] call bis_fnc_showNotification;
      systemChat _message;
      if((call life_adminlevel) > 0) then {systemChat _admin;};
      };

      case 4 :
      {
      private[""_message"",""_admin""];
      _message = format[""!!!ADMIN MESSAGE: %1"",_msg];
      _admin = format[""Sent by admin: %1"", _from];
      hint parseText format [""<t color='#FF0000'><t size='2'><t align='center'>Admin Message<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>All Players<br/><t color='#33CC33'>From: <t color='#ffffff'>The Admins<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%1"",_msg];

      [""AdminMessage"",[""You Have Received A Message From An Admin!""]] call bis_fnc_showNotification;
      systemChat _message;
      if((call life_adminlevel) > 0) then {systemChat _admin;};
      };

      case 5: {
      private[""_message""];
      _message = format[""!!!EMS REQUEST: %1"",_msg];
      hint parseText format [""<t color='#FFCC00'><t size='2'><t align='center'>EMS Request<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>You<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%2"",_from,_msg];

      [""TextMessage"",[format[""EMS Request from %1"",_from]]] call bis_fnc_showNotification;
      };
      };
      ";
      publicVariable "TON_fnc_clientMessage";

    • Hilfe Purge Event

      • Toto
      • 28. Januar 2016 um 09:11

      Hallo liebes Team habe das Purge nun auf dem Server aber wie bekomme ich es jetzt hin das wenn das purge los geht an ALLE spieler eine Nachricht raus geht !

      Hab es so in der \Altis_Life.Altis\core\functions

      Spoiler anzeigen

      #include <macro.h>
      /*
      Author: Demigod
      Description:
      Purge Server Event setup. Sends a faction announcement, plays a sound file from an object
      and toggles a variable.
      */
      private["_message"];
      if(__GETC__(life_adminlevel) < 2) exitWith {closeDialog 0; hint "Du musst Admin sein um diese Funktion nutzen zu duerfen!";};
      if(purge_active) exitWith {closeDialog 0; hint "Die Purge ist bereits im Gange, FAGGOT";};
      purge_active = true;
      publicVariable "purge_active";
      _message = "Dies ist kein Test! Hier spricht das Notfalluebrtragungssystem. Wir verkuenden den Beginn der diesjaehrigen Altis Life Saeuberung! Jegliche Morde werden in den folgenden 30 Minuten ignoiert und nicht gelistet!";[[_message,name player,11],"TON_fnc_clientMessage",true,false] spawn life_fnc_MP;
      [[Tower1, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower2, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower3, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower4, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower5, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower6, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower7, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower8, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower9, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower10, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower11, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      [[Tower12, "purge",5000],"life_fnc_playSound",true,false] spawn life_fnc_MP;
      sleep 70;
      _message = "Die Purge ist nun im Gange! Vertraue niemanden! Hier ist jeder dein Feind. Fliehe oder Kille, dies ist deine Entscheidung. Achtet darauf, das ALLE REGELN die kommenden 30 Minuten ausser Kraft gesetzt werden!<br/><br/>Lasst die Saeuberung....<br/><br/><t size='2.5'><t color='#FF1500'>BEGINNEN!!!!</t></t>";[[_message,name player,11],"TON_fnc_clientMessage",civilian,false] spawn life_fnc_MP;
      _message = "Die Purge ist nun im Gange! Vertraue niemanden! Hier ist jeder dein Feind. Fliehe oder Kille, dies ist deine Entscheidung. Achtet darauf, das ALLE REGELN die kommenden 30 Minuten ausser Kraft gesetzt werden!<br/><br/>Lasst die Saeuberung....<br/><br/><t size='2.5'><t color='#FF1500'>BEGINNEN!!!!</t></t>";[[_message,name player,11],"TON_fnc_clientMessage",west,false] spawn life_fnc_MP;
      _message = "Die Purge ist nun im Gange! Vertraue niemanden! Hier ist jeder dein Feind. Fliehe oder Kille, dies ist deine Entscheidung. Achtet darauf, das ALLE REGELN die kommenden 30 Minuten ausser Kraft gesetzt werden!<br/><br/>Lasst die Saeuberung....<br/><br/><t size='2.5'><t color='#FF1500'>BEGINNEN!!!!</t></t>";[[_message,name player,11],"TON_fnc_clientMessage",east,false] spawn life_fnc_MP;
      _message = "Die Purge ist nun im Gange! Vertraue niemanden! Hier ist jeder dein Feind. Fliehe oder Kille, dies ist deine Entscheidung. Achtet darauf, das ALLE REGELN die kommenden 30 Minuten ausser Kraft gesetzt werden!<br/><br/>Lasst die Saeuberung....<br/><br/><t size='2.5'><t color='#FF1500'>BEGINNEN!!!!</t></t>";[[_message,name player,11],"TON_fnc_clientMessage",Independent,false] spawn life_fnc_MP;
      sleep 180;
      sleep 180;
      sleep 180; //For some reason, anything over 250 wouldn't work, so i split them up.
      sleep 180;
      sleep 180;
      _message = "Die Purge bleibt weitere 15 Minuten bestehen!";[[_message,name player,11],"TON_fnc_clientMessage",civilian,false] spawn life_fnc_MP;
      _message = "Die Purge bleibt weitere 15 Minuten bestehen!";[[_message,name player,11],"TON_fnc_clientMessage",west,false] spawn life_fnc_MP;
      _message = "Die Purge bleibt weitere 15 Minuten bestehen!";[[_message,name player,11],"TON_fnc_clientMessage",east,false] spawn life_fnc_MP;
      _message = "Die Purge bleibt weitere 15 Minuten bestehen!";[[_message,name player,11],"TON_fnc_clientMessage",Independent,false] spawn life_fnc_MP;
      sleep 180;
      sleep 180;
      sleep 180;
      sleep 180;
      sleep 180;
      _message = "Die Purge endet in 5 Minuten!";[[_message,name player,11],"TON_fnc_clientMessage",civilian,false] spawn life_fnc_MP;
      _message = "Die Purge endet in 5 Minuten!";[[_message,name player,11],"TON_fnc_clientMessage",west,false] spawn life_fnc_MP;
      _message = "Die Purge endet in 5 Minuten!";[[_message,name player,11],"TON_fnc_clientMessage",east,false] spawn life_fnc_MP;
      _message = "Die Purge endet in 5 Minuten!";[[_message,name player,11],"TON_fnc_clientMessage",Independent,false] spawn life_fnc_MP;
      sleep 150;
      sleep 150;
      _message = "Die Purge ist nun offiziell beendet. Danke das ihr mitgeholfen habt, den Staat zu saeubern. Der Oeffentliche Dienst ist nun wieder aktiv und Morde werden absofort wieder als illegal eingestuft<br/><br/><t size='2.5'><t color='#FF1500'>Alle Serverregeln treten nun wieder in Kraft.</t></t>";[[_message,name player,11],"TON_fnc_clientMessage",civilian,false] spawn life_fnc_MP;
      _message = "Die Purge ist nun offiziell beendet. Danke das ihr mitgeholfen habt, den Staat zu saeubern. Der Oeffentliche Dienst ist nun wieder aktiv und Morde werden absofort wieder als illegal eingestuft<br/><br/><t size='2.5'><t color='#FF1500'>Alle Serverregeln treten nun wieder in Kraft.</t></t>";[[_message,name player,11],"TON_fnc_clientMessage",west,false] spawn life_fnc_MP;
      _message = "Die Purge ist nun offiziell beendet. Danke das ihr mitgeholfen habt, den Staat zu saeubern. Der Oeffentliche Dienst ist nun wieder aktiv und Morde werden absofort wieder als illegal eingestuft<br/><br/><t size='2.5'><t color='#FF1500'>Alle Serverregeln treten nun wieder in Kraft.</t></t>";[[_message,name player,11],"TON_fnc_clientMessage",east,false] spawn life_fnc_MP;
      _message = "Die Purge ist nun offiziell beendet. Danke das ihr mitgeholfen habt, den Staat zu saeubern. Der Oeffentliche Dienst ist nun wieder aktiv und Morde werden absofort wieder als illegal eingestuft<br/><br/><t size='2.5'><t color='#FF1500'>Alle Serverregeln treten nun wieder in Kraft.</t></t>";[[_message,name player,11],"TON_fnc_clientMessage",Independent,false] spawn life_fnc_MP;
      purge_active = false;
      //life_event = false;

      Wie bekomme ich es jetzt hin das er allen spielern auf dem server die nachricht oben schickt ??


      Ps was heisst oder was meint er mit ";[[_message,name player,11], schickt er das dann nur an den spieler der an Platz 11 ist ??

    • [Tutorial] Fahrzeugpreise/Skins/Inventarplatz ändern

      • Toto
      • 27. Januar 2016 um 20:49

      hm komisch hab die V4 und die datei gibt es bei mir nicht sry =)

    • The Purge

      • Toto
      • 27. Januar 2016 um 20:42

      Hallo eine frage ich möchte gern auf meinem server The Purge einfügen hab das grade auf einem youtube video gesehen ??

      Hatt vl wer ein DEUTSCHES Script ??

    • ArmA 3: Dedicated Server einrichten unter Windows (mit extDB3 & 64bit) (Altis Life & Tanoa Life) [2025 Tutorial / Guide]

      • Toto
      • 27. Januar 2016 um 16:50

      Ich dank dir nochmal ganz herzlich !

    • ArmA 3: Dedicated Server einrichten unter Windows (mit extDB3 & 64bit) (Altis Life & Tanoa Life) [2025 Tutorial / Guide]

      • Toto
      • 27. Januar 2016 um 14:50

      Navicat ! Ich bin echt überfragt ich weiss echt nimma weiter jetzt hab ich alles also fast aber wenn der server startet startet er aber er ladet nicht weiter ich seh nur die karte und weiter gehts nicht

    • ArmA 3: Dedicated Server einrichten unter Windows (mit extDB3 & 64bit) (Altis Life & Tanoa Life) [2025 Tutorial / Guide]

      • Toto
      • 27. Januar 2016 um 14:49

      ts daten ?? sind wie ?

    • ArmA 3: Dedicated Server einrichten unter Windows (mit extDB3 & 64bit) (Altis Life & Tanoa Life) [2025 Tutorial / Guide]

      • Toto
      • 27. Januar 2016 um 14:35

      in welchen ordner soll ich das einfügen ! sry bin ein völliger noob was das angeht lerne es gerade !

    • ArmA 3: Dedicated Server einrichten unter Windows (mit extDB3 & 64bit) (Altis Life & Tanoa Life) [2025 Tutorial / Guide]

      • Toto
      • 27. Januar 2016 um 14:28

      nein da hab ich nur deleteDeadVehicle und resetLifeVehicles drinnen

    • ArmA 3: Dedicated Server einrichten unter Windows (mit extDB3 & 64bit) (Altis Life & Tanoa Life) [2025 Tutorial / Guide]

      • Toto
      • 27. Januar 2016 um 14:24

      ja wenn ich auf tables klcke hab ich gang house player und vehicles drinnen !

    Registrieren oder Einloggen

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

    Registrieren

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™