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
Mo: 29 September 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. NotFckingFex

    Beiträge von NotFckingFex

    • Cops swanen auf spawninsel (2.0)

      • NotFckingFex
      • 6. April 2018 um 14:10

      Hab wat gefunden

      Code
      Error in expression <n {
      
      if (((call life_coplevel) isEqualTo < 1) && ((call life_adminlevel) isEqualT>
      
        Error position: << 1) && ((call life_adminlevel) isEqualT>
      
        Error Invalid number in expression
      
      File core\fn_initCop.sqf [life_fnc_initCop], line 73
      
      Error in expression <n {
      
      if (((call life_coplevel) isEqualTo < 1) && ((call life_adminlevel) isEqualT>
      
        Error position: << 1) && ((call life_adminlevel) isEqualT>
      
        Error Invalid number in expression
      
      File core\fn_initCop.sqf [life_fnc_initCop], line 73
      Alles anzeigen
    • Cops swanen auf spawninsel (2.0)

      • NotFckingFex
      • 6. April 2018 um 14:06

      Dateianhang: Log , InitCops.sqf

      Dateien

      arma3server_2018-04-06_13-50-17.rpt 64,26 kB – 221 Downloads fn_initCop.sqf 838 Byte – 208 Downloads
    • Cops swanen auf spawninsel (2.0)

      • NotFckingFex
      • 6. April 2018 um 12:51

      Hey , bei uns spawnen die cops auf der spawninsel , hier ein video

      Externer Inhalt youtu.be
      Inhalte von externen Seiten werden ohne deine Zustimmung nicht automatisch geladen und angezeigt.
      Durch die Aktivierung der externen Inhalte erklärst du dich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.

      welche dateien soll ich anhängen?

      Windows root 2012 R2

      Altisliife 5.0

    • Cops swanen auf spawninsel

      • NotFckingFex
      • 6. April 2018 um 11:38

      Hey , wenn ich als cop joine spawne ich auf der spawninsel , (Altislife 5.0.0).

    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 16:30

      habe jz die normale 4.0 drauf , trzdm danke!

    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 16:10

      Ist das normal das die datenbank mich nicht einträgt? hab die console noch hinzugefügt

      7ee06b-1522850881.jpg

    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:55
      Zitat von BeFreezy

      Oh, 3.1.4.8..

      ? was soll mir das sagen? (ich weiß das Altislife 3.1.4.8 gemeint ist)

    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:51

      Description.ext

      C
      author = "Tonic | Edit by SealDrop";
      onLoadName = "٠٠•● S E A L D R O P ●•٠";
      onLoadMission = "AltisLife 3.1.4.8 | SealDrop ScriptPack";
      wreckManagerMode = 1;
      wreckLimit = 0;
      wreckRemovalMinTime = 60;
      wreckRemovalMaxTime = 360;
      corpseManagerMode = 1;
      corpseLimit = 10;
      corpseRemovalMinTime = 1800;
      corpseRemovalMaxTime = 3600;
      scriptedPlayer = 1;
      joinUnassigned = 0;
      disabledAI = true;
      allowFunctionsLog = 0;
      disableChannels[]= {2};
      enableDebugConsole = 1;
      forceRotorLibSimulation = 0;
      enableItemsDropping = 0;
      respawnDialog = 0;
      respawn = BASE;
      respawndelay = 15;
      debriefing = 0;
      briefing = 0;
      loadScreen = "logo.jpg";
      
      class Header
      {
          gameType = RPG;
          minPlayers = 1;
          maxPlayers = 115;
      };
      
      #include "dialog\MasterHandler.h"
      
      class RscTitles
      {
          #include "dialog\ui.hpp"
          #include "dialog\progress.hpp"
          #include "dialog\hud_nameTags.h"
          #include "dialog\statusBar.hpp"
      };
      
      class CfgFunctions
      {
          #include "Functions.h"
      };
      
      class CfgSounds
      {
          sounds[] = {};
          class SirenLong
          {
              name = "SirenLong";
              sound[] = {"\sounds\Siren_Long.ogg", 1.0, 1};
              titles[] = {};
          };
          
          class tazersound
          {
              name = "Tazersound";
              sound[] = {"\sounds\tazer.ogg", 0.25, 1};
              titles[] = {};
          };
          
          class flashbang
          {
              name = "flashbang";
              sound[] = {"\sounds\flashbang.ogg", 0.75, 1};
              titles[] = {};
          };
          
          class car_lock
          {
              name = "car_lock";
              sound[] = {"\sounds\car_lock.ogg", 1.0, 1};
              titles[] = {};
          };
          class unlock
          {
              name = "unlock";
              sound[] = {"\sounds\unlock.ogg", 1.0, 1};
              titles[] = {};
          };
          class cuff
          {
              name = "cuff";
              sound[] = {"\sounds\cuff.ogg", 0.95, 0.95};
              titles[] = {};
          };
          class empwarn
          {
              name = "empwarn";
              sound[] = {"\sounds\empwarn.ogg", 1.0, 1};
              titles[] = {};
          };
          class empacsound
          {
              name = "empacsound";
              sound[] = {"sounds\empac.ogg", db-5, 1};
              titles[] = {};
          };
          class welcome
          {
              name = "welcome";
              sound[] = {"sounds\welcome.ogg", 1.0, 1};
              titles[] = {};
          };
          class knockout
          {
              name = "knockout";
              sound[] = {"sounds\knockout.ogg", 1.0, 1};
              titles[] = {};
          };
            class MedicSirenLong
          {
              name = "MedicSirenLong";
              sound[] = {"sounds\MedicSirenLong.ogg", 1.0, 1};
              titles[] = {};
          };
          class speech
          {
              name = "speech";
              sound[] = {"sounds\speech.ogg", 1.0, 1};
              titles[] = {};
          };
          class spraycan
          {
              name = "spraycan";    
              sound[] = {"sounds\spraycan.ogg", db-20, 1};
              titles[] = {};
          };
          class alert
          {
              name= "alert";
              sound[] = {"sounds\alert.ogg", 1.0, 1};
              titles[] = {};
          };
          class mari
          {
              name= "mari";
              sound[] = {"sounds\mari.ogg", 1.0, 1};
              titles[] = {};
          };
          class PhotoSound
          {
              name = "PhotoSound";
              sound[] = {"\sounds\camera_shot.ogg",0.5011872,1.0};
              titles[] = {};
          };
          class caralarm
          {
              name= "caralarm";
              sound[] = {"sounds\caralarm.ogg", 1.0, 1};
              titles[] = {};
          };
      };
      
      class CfgDebriefing
      {
          class NotWhitelisted
          {
              title = "Mission Fehlgeschlagen";
              subtitle = "Du wurdest vom Dienst suspendiert";
              description = "You are not allowed to use this slot because you do not have the appropriate permissions, try another slot.";
              pictureBackground = "";
              picture = "";
              pictureColor[] = {0,0.3,0.6,1};
          };
          
          class Blacklisted
          {
              title = "Mission Fehlgeschlagen";
              subtitle = "Du stehst auf der Polizei Blacklist";
              description = "You are not allowed to be a cop due to previous actions and the admins have removed you from being a cop.";
              pictureBackground = "";
              picture = "";
              pictureColor[] = {0,0.3,0.6,1};
          };
          
          class SpyGlass
          {
              title = "SpyGlass hat dich gesehen";
              subTitle = "You were detected by the SpyGlass";
              description = "You were detected for cheating and have been reported to the server. Enjoy your day.";
              pictureBackground = "";
              picture = "";
              pictureColor[] = {0,0.3,0.6,1};
          };
      };
      
      class CfgNotifications
      {
          class MedicalRequestEmerg
          {
              title = "Notruf";
              iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
              description = "%1";
              duration = 5;
              priority = 7;
          };
          
          class DeliveryAssigned
          {
              title = "Delivery Job Accepted";
              iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
              description = "%1";
              duration = 10;
              priority = 7;
          };
          
          class DeliveryFailed
          {
              title = "Delivery Job Failed";
              iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
              description = "%1";
              duration = 7;
              priority = 7;
          };
          
          class DeliverySucceeded
          {
              title = "Delivery Job Completed";
              iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
              description = "%1";
              duration = 6;
              priority = 6;
          };
          
          class TextMessage
          {
              title = "Neue Textnachricht";
              iconPicture = "icons\messagenew.paa";
              description = "%1";
              duration = 10;
              priority = 6;
          };
          
          class PoliceDispatch
          {
              title = "Polizei Notruf";
              iconPicture = "icons\messagepolice.paa";
              description = "%1";
              duration = 10;
              priority = 6;
          };
          
          class AdminDispatch
          {
              title = "Admin Nachrichten Center";
              iconPicture = "icons\messageadmin.paa";
              description = "%1";
              duration = 10;
              priority = 6;
          };
          
          class AdminMessage
          {
              title = "Admin Nachricht";
              iconPicture = "icons\messageadmin.paa";
              description = "%1";
              duration = 10;
              priority = 5;
          };
      };
      Alles anzeigen
    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:42

      Nein Windows server 2012 r2

    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:37

      Neuer LOG

      Code
      extDB2: Found extdb-conf.ini
      extDB2: Detected 4 Cores, Setting up 4 Worker Threads
      
      
      [16:40:09:803683 +02:00] [Thread 680] extDB2: No Config Option Found: LIFE
      [16:40:09:803720 +02:00] [Thread 680] extDB2: SQL_RAW_V2: No Database Connection ID: LIFE
      [16:40:09:803768 +02:00] [Thread 680] extDB2: Failed to Load Protocol: SQL_RAW_v2
      [16:40:09:833294 +02:00] [Thread 680] extDB2: Error Unknown Protocol: 425299  Input String: 2:425299:SELECT COUNT(*) FROM houses WHERE owned='1'
      [16:40:09:833394 +02:00] [Thread 680] extDB2: Error: Syntax error: Not a valid integer: Error Unknown Protocol
      [16:40:09:833404 +02:00] [Thread 680] extDB2: Error: Input String 4:Error Unknown Protocol
      [16:40:24:016471 +02:00] [Thread 680] extDB2: Error Unknown Protocol: 425299  Input String: 2:425299:SELECT playerid, name, cash, bankacc, adminlevel, donatorlvl, civ_licenses, arrested, civ_gear FROM players WHERE playerid='76561198133382881'
      [16:40:24:016561 +02:00] [Thread 680] extDB2: Error: Syntax error: Not a valid integer: Error Unknown Protocol
      [16:40:24:016571 +02:00] [Thread 680] extDB2: Error: Input String 4:Error Unknown Protocol
      [16:43:28:533100 +02:00] [Thread 680] extDB2: Stopping ...
      Alles anzeigen
    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:36

      Hatt leider nichs gebracht, hänge neuen exdb log gleich an

      1. [altislife]
      2. Type = MySQL
      3. Name = arma
      4. Username = root
      5. Password = gtmp
    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:30

      Ok werde ich probieren , danke ob es funk kann ich gleich sagen ;)

    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:27

      Im Code

      |

      |

      \/

      Code
      [DB]
      Type = MySQL
      Name = arma
      Username = root
      Password = gtmp
      IP = localhost
      Port = 3306
      ;minSessions = 2
      idleTime = 60
      compress = false
      ; Really should only use this if MySQL server is external. Also only for MySQL
      Secure Auth = true
      ; Recommend you turn this on http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth
      Alles anzeigen
    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:21

      Log (EXDB2)

      Spoiler anzeigen

      extDB2: Version: 71

      extDB2: https://github.com/Torndeco/extDB2

      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…d=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 extdb-conf.ini

      extDB2: Detected 4 Cores, Setting up 4 Worker Threads


      [15:51:16:663492 +02:00] [Thread 5240] extDB2: No Config Option Found: LIFE

      [15:51:16:663532 +02:00] [Thread 5240] extDB2: SQL_RAW_V2: No Database Connection ID: LIFE

      [15:51:16:663574 +02:00] [Thread 5240] extDB2: Failed to Load Protocol: SQL_RAW_v2

      [15:51:16:694578 +02:00] [Thread 5240] extDB2: Error Unknown Protocol: 364733 Input String: 2:364733:SELECT COUNT(*) FROM houses WHERE owned='1'

      [15:51:16:694719 +02:00] [Thread 5240] extDB2: Error: Syntax error: Not a valid integer: Error Unknown Protocol

      [15:51:16:694730 +02:00] [Thread 5240] extDB2: Error: Input String 4:Error Unknown Protocol

      [15:51:55:126243 +02:00] [Thread 5240] extDB2: Error Unknown Protocol: 364733 Input String: 2:364733:SELECT playerid, name, cash, bankacc, adminlevel, donatorlvl, civ_licenses, arrested, civ_gear FROM players WHERE playerid='76561198133382881'

      [15:51:55:126398 +02:00] [Thread 5240] extDB2: Error: Syntax error: Not a valid integer: Error Unknown Protocol

      [15:51:55:126414 +02:00] [Thread 5240] extDB2: Error: Input String 4:Error Unknown Protocol

    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:20

      mach ich gleich ;)

    • Der bekannte fehler "Frage Spieler Informationen zu UID [........] ab.

      • NotFckingFex
      • 4. April 2018 um 15:01

      Hallo , ich habe 2 probleme ;)

      1)

      Wenn ich den Server Starte kommt folgende Meldung : https://www2.pic-upload.de/img/35113413/Unbenannt.jpg

      Ich vermute das ist ein Datenbank Problem , ich verwende Sealdrop und Extdb2 (darum hier die config der DB)

      Code
      [DB]
      Type = MySQL
      Name = arma
      
      Username = root
      Password = gtmp
      
      IP = localhost
      Port = 3306
      
      ;minSessions = 2
      idleTime = 60
      
      compress = false
      ; Really should only use this if MySQL server is external. Also only for MySQL
      
      Secure Auth = true
      ; Recommend you turn this on  http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth
      Alles anzeigen

      2)

      Nun habe ich eine frage ist das [DB] Richtig?

    • SKINS NACH AUSPARKEN "HALB" UNSICHTBAR.

      • NotFckingFex
      • 20. Oktober 2017 um 12:16

      Skins nach ausparken "halb" unsichtbar.

      Hallo, wie in der überschrift gesagt werden die Skins nach dem ausparken halb unsichtbar, um besser zu verstehen hier ein bild:

      paa. und jpg beide das gleiche problem!

      (skins wurden nur mit Photoshop bearbeitet)


      20171020100529_1.jpg.html

    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™