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
Mi: 02 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. Xdarel2011

    Beiträge von Xdarel2011

    • Maverick Tuning Shop

      • Xdarel2011
      • 9. April 2020 um 16:06
      Zitat

      Hey Liebe Freunde habe dort ein Problem mit dem tuning shop undzwar versuche ich den Tuning shop so hinzukriegen das ich nur mit einer lizenz diesen nutzen kann habe bereits nur dieses gefunden Hier Aber werde aus diesen nicht ganz schlau Die lizenz ist class tuner { variable = "tuner"; displayName = "STR_License_Tuner"; price = 500; illegal = false; side = "civ"; };

      Bereits Probierte Codes im NPC

      if (license_tuner) then { npc_tuning_1 = true; };

      In der Fn_start

      Liegt dies so

      if (!license_tuner) exitWith {hint "Du hast keine Lizens!"};


      hat dort jemand ne idee wie ich das umsetzen kanndashdashdash

    • Maverick Tuning Shop

      • Xdarel2011
      • 24. Februar 2019 um 14:14

      habe ich warte seit fast 2 wochen auf eine Antwort

    • Maverick Tuning Shop

      • Xdarel2011
      • 24. Februar 2019 um 13:33

      Alles richtig auch in der DB Er sagt auf dem server auch das die Fahrzeuge nicht getunt werden Können stehen aber alle samt in der Config sowie die gleichen in der Vehicle_Config

    • Maverick Tuning Shop

      • Xdarel2011
      • 24. Februar 2019 um 13:19

      Bitte Sehr

      Dateien

      fn_spawnVehicle.sqf 7,32 kB – 194 Downloads
    • Maverick Tuning Shop

      • Xdarel2011
      • 24. Februar 2019 um 11:02

      Ich hab dir mal EXTDB Logs und die Server RPT

      Sowie 2 Screens

      1.jpg

      2.jpg

      Dateien

      arma3server_x64_2019-02-24_10-32-50.rpt 66,12 kB – 184 Downloads 10-35-27.log 923 Byte – 161 Downloads
    • Maverick Tuning Shop

      • Xdarel2011
      • 24. Februar 2019 um 09:58

      ja habe ich eingefügt selbst einmal als schild gehabt Funktioniert leider nicht

    • Maverick Tuning Shop

      • Xdarel2011
      • 23. Februar 2019 um 18:49

      Fahrzeuge sind drinne zb C_Offroad_01_F

      Code
      class Vehicles
          {
              class C_Offroad_01_F
              {
                  default[] = {{0,0,0,0,0},"",0,0,{-1,-1,-1}};
                  defaultMaterial = "a3\data_f\default.rvmat";
                  fetchDefaultFromVehicleState = 1;
      
                  class RawModifications
                  {
                      pool[] = {"HideDoors","HideBackpacks","HideBumper","HideConstruction","HideServices"};
                      class HideDoors
                      {
                          parts[] = {"HideDoor1","HideDoor2","HideDoor3"};
                          displayText = "Hide/Show Doors";
                          price = 4000;
                      };
                      class HideBackpacks
                      {
                          parts[] = {"HideBackpacks"};
                          displayText = "Hide/Show Backpacks";
                          price = 4000;
                      };
                      class HideBumper
                      {
                          parts[] = {"HideBumper1","HideBumper2"};
                          displayText = "Hide/Show Bumpers";
                          price = 4000;
                      };
                      class HideConstruction
                      {
                          parts[] = {"HideConstruction"};
                          displayText = "Hide/Show Construction";
                          price = 4000;
                      };
                      class HideServices
                      {
                          parts[] = {"HideServices"};
                          displayText = "Hide/Show Service Lights";
                          price = 20000;
                      };
                  };
                  class Colors
                  {
                      pool[] = {"RGB","Red","RedGlow","YellowMetallic","YellowFade","YellowGlow","BlueMetallic","Chrome"};
                      class RGB
                      {
                          displayText = "Custom RGB Vehicle Color";
                          price = 25000;
                          texture = "";
                      };
                      class Red
                      {
      
                          displayText = "Red (Metallic)";
                          price = 2000;
                          texture = "A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa";
                          material = "maverick\tuning\bin\materials\firered.rvmat";
                      };
                      class BlueMetallic
                      {
      
                          displayText = "Blue (Metallic)";
                          price = 2000;
                          texture = "a3\soft_f\offroad_01\data\offroad_01_ext_base03_co.paa";
                          material = "maverick\tuning\bin\materials\shine_blue.rvmat";
                      };
                      class GreenOcean
                      {
      
                          displayText = "Green/Blue Ocean Fade";
                          price = 2000;
                          texture = "a3\soft_f\offroad_01\data\offroad_01_ext_base03_co.paa";
                          material = "maverick\tuning\bin\materials\shine_blueocean.rvmat";
                      };
                      class RedGlow
                      {
      
                          displayText = "Red (Glow)";
                          price = 2000;
                          texture = "A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa";
                          material = "maverick\tuning\bin\materials\glow_red.rvmat";
                      };
                      class YellowMetallic
                      {
                          displayText = "Yellow (Metallic)";
                          price = 2000;
                          texture = "A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa";
                          material = "maverick\tuning\bin\materials\shine_gold.rvmat";
                      };
                      class YellowFade
                      {
                          displayText = "Yellow (Fade)";
                          price = 2000;
                          texture = "A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa";
                          material = "maverick\tuning\bin\materials\fade.rvmat";
                      };
                      class YellowGlow
                      {
                          displayText = "Yellow (Glow)";
                          price = 2000;
                          texture = "A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa";
                          material = "maverick\tuning\bin\materials\glow_yellow.rvmat";
                      };
                      class Chrome
                      {
                          displayText = "Chrome";
                          price = 2000;
                          texture = "A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa";
                          material = "maverick\tuning\bin\materials\chrome.rvmat";
                      };
                  };
                  /*class Wheels
                  {
                      pool[] = {"BulletProof"};
                      class BulletProof
                      {
                          displayText = "Bullet Proof Tires";
                          price = 50000;
                      };
                  };*/
                  class Nitro
                  {
                      pool[] = {"Nitro1","Nitro2","Nitro3"};
                      class Nitro1
                      {
                          displayText = "Nitro Stage 1";
                          timesUseable = 1;
                          price = 15000;
                      };
                      class Nitro2
                      {
                          displayText = "Nitro Stage 2";
                          timesUseable = 2;
                          price = 25000;
                      };
                      class Nitro3
                      {
                          displayText = "Nitro Stage 3";
                          timesUseable = 3;
                          price = 40000;
                      };
                  };
                  class Underglow
                  {
                      pool[] = {"UnderglowRGB"};
                      class UnderglowRGB
                      {
                          displayText = "Custom RGB Vehicle Underglow";
                          price = 100000;
                      };
                  };
              };
      Alles anzeigen
    • Maverick Tuning Shop

      • Xdarel2011
      • 23. Februar 2019 um 18:35

      Heyy freunde der Arma Gemeinde

      Habe dort ein Kleines problem mit dem Tuning shop und zwar steht leider in der Anleitung nicht drinne wie diese zeile eingefügt wird

      [vehicle player] spawn mav_tuning_fnc_start;


      Diese zeile ist im NPC Vorhanden nur er sacht mir immer das das fahrzeug nicht Getunt werden kann habe schon die classnames editiert

      npc_tuning_1 = this;

      Weiß da einer von euch Rat

    • MAX ATM Geld Abheben/Einzahlen

      • Xdarel2011
      • 5. Dezember 2017 um 21:24

      Habe Bereits die Lösung gefunden

      Spoiler anzeigen

      fn_bankDeposit.sqf

      #include "..\..\script_macros.hpp"

      /*

      File: fn_bankDeposit.sqf

      Author: Bryan "Tonic" Boardwine

      Description:

      Figure it out.

      */

      private ["_value"];

      _value = parseNumber(ctrlText 2702);

      //Series of stupid checks

      if (_value > 999999) exitWith {hint localize "STR_ATM_GreaterThan";};

      if (_value < 0) exitWith {};

      if (!([str(_value)] call TON_fnc_isnumber)) exitWith {hint localize "STR_ATM_notnumeric"};

      if (_value > CASH) exitWith {hint localize "STR_ATM_NotEnoughCash"};

      CASH = CASH - _value;

      BANK = BANK + _value;

      hint format [localize "STR_ATM_DepositSuccess",[_value] call life_fnc_numberText];

      [] call life_fnc_atmMenu;

      [6] call SOCK_fnc_updatePartial;

      if (LIFE_SETTINGS(getNumber,"player_moneyLog") isEqualTo 1) then {

      if (LIFE_SETTINGS(getNumber,"battlEye_friendlyLogging") isEqualTo 1) then {

      money_log = format [localize "STR_DL_ML_depositedBank_BEF",_value,[BANK] call life_fnc_numberText,[CASH] call life_fnc_numberText];

      } else {

      money_log = format [localize "STR_DL_ML_depositedBank",profileName,(getPlayerUID player),_value,[BANK] call life_fnc_numberText,[CASH] call life_fnc_numberText];

      };

      publicVariableServer "money_log";

      };


      in

      #include "..\..\script_macros.hpp"

      /*

      File: fn_bankDeposit.sqf

      Author: Bryan "Tonic" Boardwine

      Description:

      Figure it out.

      */

      private ["_value"];

      _value = parseNumber(ctrlText 2702);

      //Series of stupid checks

      if (_value > 1000000000) exitWith {hint localize "STR_ATM_GreaterThan";};

      if (_value < 0) exitWith {};

      //if (!([str(_value)] call TON_fnc_isnumber)) exitWith {hint localize "STR_ATM_notnumeric"};

      if (_value > CASH) exitWith {hint localize "STR_ATM_NotEnoughCash"};

      CASH = CASH - _value;

      BANK = BANK + _value;

      hint format [localize "STR_ATM_DepositSuccess",[_value] call life_fnc_numberText];

      [] call life_fnc_atmMenu;

      [6] call SOCK_fnc_updatePartial;

      if (LIFE_SETTINGS(getNumber,"player_moneyLog") isEqualTo 1) then {

      if (LIFE_SETTINGS(getNumber,"battlEye_friendlyLogging") isEqualTo 1) then {

      money_log = format [localize "STR_DL_ML_depositedBank_BEF",_value,[BANK] call life_fnc_numberText,[CASH] call life_fnc_numberText];

      } else {

      money_log = format [localize "STR_DL_ML_depositedBank",profileName,(getPlayerUID player),_value,[BANK] call life_fnc_numberText,[CASH] call life_fnc_numberText];

      };

      publicVariableServer "money_log";

      };

      und bei der fn_bankWithdraw.sqf

      #include "..\..\script_macros.hpp"

      /*

      File: fn_bankWithdraw.sqf

      Author: Bryan "Tonic" Boardwine

      Description:

      Withdraws money from the players account

      */

      private ["_value"];

      _value = parseNumber(ctrlText 2702);

      if (_value > 999999) exitWith {hint localize "STR_ATM_WithdrawMax";};

      if (_value < 0) exitWith {};

      if (!([str(_value)] call TON_fnc_isnumber)) exitWith {hint localize "STR_ATM_notnumeric"};

      if (_value > BANK) exitWith {hint localize "STR_ATM_NotEnoughFunds"};

      if (_value < 100 && BANK > 20000000) exitWith {hint localize "STR_ATM_WithdrawMin"}; //Temp fix for something.

      CASH = CASH + _value;

      BANK = BANK - _value;

      hint format [localize "STR_ATM_WithdrawSuccess",[_value] call life_fnc_numberText];

      [] call life_fnc_atmMenu;

      [6] call SOCK_fnc_updatePartial;

      if (LIFE_SETTINGS(getNumber,"player_moneyLog") isEqualTo 1) then {

      if (LIFE_SETTINGS(getNumber,"battlEye_friendlyLogging") isEqualTo 1) then {

      money_log = format [localize "STR_DL_ML_withdrewBank_BEF",_value,[BANK] call life_fnc_numberText,[CASH] call life_fnc_numberText];

      } else {

      money_log = format [localize "STR_DL_ML_withdrewBank",profileName,(getPlayerUID player),_value,[BANK] call life_fnc_numberText,[CASH] call life_fnc_numberText];

      };

      publicVariableServer "money_log";

      };


      In

      #include "..\..\script_macros.hpp"

      /*

      File: fn_bankWithdraw.sqf

      Author: Bryan "Tonic" Boardwine

      Description:

      Withdraws money from the players account

      */

      private ["_value"];

      _value = parseNumber(ctrlText 2702);

      //if (_value > 1000000000) exitWith {hint localize "STR_ATM_WithdrawMax";};

      if (_value < 0) exitWith {};

      //if (!([str(_value)] call TON_fnc_isnumber)) exitWith {hint localize "STR_ATM_notnumeric"};

      if (_value > BANK) exitWith {hint localize "STR_ATM_NotEnoughFunds"};

      if (_value < 100 && BANK > 20000000) exitWith {hint localize "STR_ATM_WithdrawMin"}; //Temp fix for something.

      CASH = CASH + _value;

      BANK = BANK - _value;

      hint format [localize "STR_ATM_WithdrawSuccess",[_value] call life_fnc_numberText];

      [] call life_fnc_atmMenu;

      [6] call SOCK_fnc_updatePartial;

      if (LIFE_SETTINGS(getNumber,"player_moneyLog") isEqualTo 1) then {

      if (LIFE_SETTINGS(getNumber,"battlEye_friendlyLogging") isEqualTo 1) then {

      money_log = format [localize "STR_DL_ML_withdrewBank_BEF",_value,[BANK] call life_fnc_numberText,[CASH] call life_fnc_numberText];

      } else {

      money_log = format [localize "STR_DL_ML_withdrewBank",profileName,(getPlayerUID player),_value,[BANK] call life_fnc_numberText,[CASH] call life_fnc_numberText];

      };

      publicVariableServer "money_log";

      };


    • MAX ATM Geld Abheben/Einzahlen

      • Xdarel2011
      • 5. Dezember 2017 um 20:13

      Hey Leute habe unter der suchfunktion nichts Gefunden zu Meinem Thema

      Und zwar suche ich eine Möglichkeit das Maximal Abhebare Geld Beim ATM Zu Ändern Sowie Das einzahlen

      Möchte den wert von 999.999 auf 1.000.000.000 Anheben

      Da ich Dieses auf meinem Fun Server Ändern möchte damit die Spieler nicht 5000x Drücken müssen für 5 Milliarden


      Diesen Codes Habe ich Bereits Zum Testen Geändert

      Spoiler anzeigen

      fn_bankWithdraw.sqf


      if (_value > 999999) exitWith {hint localize "STR_ATM_WithdrawMax";};

      fn_bankDeposit.sqf

      if (_value > 999999) exitWith {hint localize "STR_ATM_GreaterThan";};

      Geädert zu

      fn_bankWithdraw.sqf

      if (_value > 1000000000) exitWith {hint localize "STR_ATM_WithdrawMax";};

      fn_bankDeposit.sqf

      if (_value > 1000000000) exitWith {hint localize "STR_ATM_GreaterThan";};

      Nur er Sagt mir den es Sei Keine Richtige Zahl wen ich auf dem server das geld abheben Möchte


      Hoffe ich Könntet mir Helfen

    • ARMA 3 Upate Server Problem

      • Xdarel2011
      • 3. Dezember 2017 um 20:35

      danke für deine hilfe hat geklappt

    • ARMA 3 Upate Server Problem

      • Xdarel2011
      • 2. Dezember 2017 um 13:20

      Um Mit epm zu verbinden ist es 2313 und freigeschaltet habe ich alles TCP sowie UDP

      Hab den port nun mal auf 2306 geändert so funktioniert er auch nicht

    • ARMA 3 Upate Server Problem

      • Xdarel2011
      • 2. Dezember 2017 um 13:08

      Bei mir Sacht der Server wenn ich Connecte Diesen ERROR AN

      BEServer: cannot find channel #1062195017, users.card=0

      Weis einer rat von ech

    • Altis Life Datenbank Anderer Name

      • Xdarel2011
      • 31. Juli 2017 um 23:48

      er hat ja alles an rechten die er benötigt das ist es ja

    • Altis Life Datenbank Anderer Name

      • Xdarel2011
      • 31. Juli 2017 um 21:28


      Hay Freunde die ist mein erstes Problem mit Altis Life


      Also ich besitze auf dem root bereits einen altis life server mit DB Name altislife & User arma3

      so nun möchte ich dort einen tanoa life server aufsetzen


      Nun mein problem die datenbanken sollen getrennt werden von ein ander


      Schaut es euch mal


      Spoiler anzeigen

      SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";


      SET time_zone = "+00:00";


      --


      -- Compatible with newer MySQL versions. (After MySQL-5.5)


      -- This SQL uses utf8mb4 and has CURRENT_TIMESTAMP function.


      --



      /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;


      /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;


      /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;


      /*!40101 SET NAMES utf8mb4 */;


      --


      -- Database: `altislife`


      -- Default Schema


      --


      CREATE DATABASE IF NOT EXISTS `altislife` DEFAULT CHARACTER SET utf8mb4;


      USE `altislife`;


      --


      -- Drop procedures to ensure no conflicts


      --


      DROP PROCEDURE IF EXISTS `resetLifeVehicles`;


      DROP PROCEDURE IF EXISTS `deleteDeadVehicles`;


      DROP PROCEDURE IF EXISTS `deleteOldHouses`;


      DROP PROCEDURE IF EXISTS `deleteOldGangs`;


      DROP PROCEDURE IF EXISTS `deleteOldContainers`;


      DROP PROCEDURE IF EXISTS `deleteOldWanted`;


      DELIMITER $$


      --


      -- Procedures


      -- Edit arma3 to match a user in MySQL


      -- For external databases: Edit localhost to match arma3server IP


      --


      CREATE DEFINER=`arma3`@`localhost` PROCEDURE `resetLifeVehicles`()


      BEGIN


      UPDATE `vehicles` SET `active`= 0;


      END$$


      CREATE DEFINER=`arma3`@`localhost` PROCEDURE `deleteDeadVehicles`()


      BEGIN


      DELETE FROM `vehicles` WHERE `alive` = 0;


      END$$


      CREATE DEFINER=`arma3`@`localhost` PROCEDURE `deleteOldHouses`()


      BEGIN


      DELETE FROM `houses` WHERE `owned` = 0;


      END$$


      CREATE DEFINER=`arma3`@`localhost` PROCEDURE `deleteOldGangs`()


      BEGIN


      DELETE FROM `gangs` WHERE `active` = 0;


      END$$


      CREATE DEFINER=`arma3`@`localhost` PROCEDURE `deleteOldContainers`()


      BEGIN


      DELETE FROM `containers` WHERE `owned` = 0;


      END$$


      CREATE DEFINER=`arma3`@`localhost` PROCEDURE `deleteOldWanted`()


      BEGIN


      DELETE FROM `wanted` WHERE `active` = 0;


      END$$


      DELIMITER ;


      -- --------------------------------------------------------


      --


      -- Table structure for table `players`


      --


      CREATE TABLE IF NOT EXISTS `players` (


      `uid` int(6) NOT NULL AUTO_INCREMENT,


      `name` varchar(32) NOT NULL,


      `aliases` text NOT NULL,


      `pid` varchar(17) NOT NULL,


      `cash` int(100) NOT NULL DEFAULT '0',


      `bankacc` int(100) NOT NULL DEFAULT '0',


      `coplevel` enum('0','1','2','3','4','5','6','7') NOT NULL DEFAULT '0',


      `mediclevel` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',


      `civ_licenses` text NOT NULL,


      `cop_licenses` text NOT NULL,


      `med_licenses` text NOT NULL,


      `civ_gear` text NOT NULL,


      `cop_gear` text NOT NULL,


      `med_gear` text NOT NULL,


      `civ_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"',


      `cop_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"',


      `med_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"',


      `arrested` tinyint(1) NOT NULL DEFAULT '0',


      `adminlevel` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',


      `donorlevel` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',


      `blacklist` tinyint(1) NOT NULL DEFAULT '0',


      `civ_alive` tinyint(1) NOT NULL DEFAULT '0',


      `civ_position` varchar(64) NOT NULL DEFAULT '"[]"',


      `playtime` varchar(32) NOT NULL DEFAULT '"[0,0,0]"',


      `insert_time` timestamp DEFAULT CURRENT_TIMESTAMP,


      `last_seen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,


      PRIMARY KEY (`uid`),


      UNIQUE KEY `pid` (`pid`),


      KEY `name` (`name`),


      KEY `blacklist` (`blacklist`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=12 ;


      -- --------------------------------------------------------


      --


      -- Table structure for table `vehicles`


      --


      CREATE TABLE IF NOT EXISTS `vehicles` (


      `id` int(6) NOT NULL AUTO_INCREMENT,


      `side` varchar(16) NOT NULL,


      `classname` varchar(64) NOT NULL,


      `type` varchar(16) NOT NULL,


      `pid` varchar(17) NOT NULL,


      `alive` tinyint(1) NOT NULL DEFAULT '1',


      `blacklist` tinyint(1) NOT NULL DEFAULT '0',


      `active` tinyint(1) NOT NULL DEFAULT '0',


      `plate` int(20) NOT NULL,


      `color` int(20) NOT NULL,


      `inventory` text NOT NULL,


      `gear` text NOT NULL,


      `fuel` double NOT NULL DEFAULT '1',


      `damage` varchar(256) NOT NULL,


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`id`),


      KEY `side` (`side`),


      KEY `pid` (`pid`),


      KEY `type` (`type`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ;


      -- --------------------------------------------------------


      --


      -- Table structure for table `houses`


      -- Needed for extDB latest update on git


      --


      CREATE TABLE IF NOT EXISTS `houses` (


      `id` int(6) NOT NULL AUTO_INCREMENT,


      `pid` varchar(17) NOT NULL,


      `pos` varchar(64) DEFAULT NULL,


      `owned` tinyint(1) DEFAULT '0',


      `garage` tinyint(1) NOT NULL DEFAULT '0',


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`id`,`pid`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=4 ;


      -- --------------------------------------------------------


      --


      -- Table structure for table `gangs`


      -- Needed for extDB latest update on git


      --


      CREATE TABLE IF NOT EXISTS `gangs` (


      `id` int(6) NOT NULL AUTO_INCREMENT,


      `owner` varchar(32) DEFAULT NULL,


      `name` varchar(32) DEFAULT NULL,


      `members` text,


      `maxmembers` int(3) DEFAULT '8',


      `bank` int(100) DEFAULT '0',


      `active` tinyint(1) DEFAULT '1',


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`id`),


      UNIQUE KEY `name_UNIQUE` (`name`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;


      -- --------------------------------------------------------


      --


      -- Table structure for table `containers`


      -- Needed for extDB latest update on git


      --


      CREATE TABLE IF NOT EXISTS `containers` (


      `id` int(6) NOT NULL AUTO_INCREMENT,


      `pid` varchar(17) NOT NULL,


      `classname` varchar(32) NOT NULL,


      `pos` varchar(64) DEFAULT NULL,


      `inventory` text NOT NULL,


      `gear` text NOT NULL,


      `dir` varchar(128) DEFAULT NULL,


      `active` tinyint(1) NOT NULL DEFAULT '0',


      `owned` tinyint(1) DEFAULT '0',


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`id`,`pid`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=4;


      -- --------------------------------------------------------


      --


      -- Table structure for table `wanted`


      -- Needed for extDB latest update on git


      --


      CREATE TABLE IF NOT EXISTS `wanted` (


      `wantedID` varchar(64) NOT NULL,


      `wantedName` varchar(32) NOT NULL,


      `wantedCrimes` text NOT NULL,


      `wantedBounty` int(100) NOT NULL,


      `active` tinyint(1) NOT NULL DEFAULT '0',


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`wantedID`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;


      -- --------------------------------------------------------


      /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;


      /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;


      /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;


      IN

      Spoiler anzeigen

      SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";


      SET time_zone = "+00:00";


      --


      -- Compatible with newer MySQL versions. (After MySQL-5.5)


      -- This SQL uses utf8mb4 and has CURRENT_TIMESTAMP function.


      --



      /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;


      /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;


      /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;


      /*!40101 SET NAMES utf8mb4 */;


      --


      -- Database: `altislife`


      -- Default Schema


      --


      CREATE DATABASE IF NOT EXISTS `altislife2` DEFAULT CHARACTER SET utf8mb4;


      USE `altislife2`;


      --


      -- Drop procedures to ensure no conflicts


      --


      DROP PROCEDURE IF EXISTS `resetLifeVehicles`;


      DROP PROCEDURE IF EXISTS `deleteDeadVehicles`;


      DROP PROCEDURE IF EXISTS `deleteOldHouses`;


      DROP PROCEDURE IF EXISTS `deleteOldGangs`;


      DROP PROCEDURE IF EXISTS `deleteOldContainers`;


      DROP PROCEDURE IF EXISTS `deleteOldWanted`;


      DELIMITER $$


      --


      -- Procedures


      -- Edit arma4 to match a user in MySQL


      -- For external databases: Edit localhost to match arma4server IP


      --


      CREATE DEFINER=`arma4`@`localhost` PROCEDURE `resetLifeVehicles`()


      BEGIN


      UPDATE `vehicles` SET `active`= 0;


      END$$


      CREATE DEFINER=`arma4`@`localhost` PROCEDURE `deleteDeadVehicles`()


      BEGIN


      DELETE FROM `vehicles` WHERE `alive` = 0;


      END$$


      CREATE DEFINER=`arma4`@`localhost` PROCEDURE `deleteOldHouses`()


      BEGIN


      DELETE FROM `houses` WHERE `owned` = 0;


      END$$


      CREATE DEFINER=`arma4`@`localhost` PROCEDURE `deleteOldGangs`()


      BEGIN


      DELETE FROM `gangs` WHERE `active` = 0;


      END$$


      CREATE DEFINER=`arma4`@`localhost` PROCEDURE `deleteOldContainers`()


      BEGIN


      DELETE FROM `containers` WHERE `owned` = 0;


      END$$


      CREATE DEFINER=`arma4`@`localhost` PROCEDURE `deleteOldWanted`()


      BEGIN


      DELETE FROM `wanted` WHERE `active` = 0;


      END$$


      DELIMITER ;


      -- --------------------------------------------------------


      --


      -- Table structure for table `players`


      --


      CREATE TABLE IF NOT EXISTS `players` (


      `uid` int(6) NOT NULL AUTO_INCREMENT,


      `name` varchar(32) NOT NULL,


      `aliases` text NOT NULL,


      `pid` varchar(17) NOT NULL,


      `cash` int(100) NOT NULL DEFAULT '0',


      `bankacc` int(100) NOT NULL DEFAULT '0',


      `coplevel` enum('0','1','2','3','4','5','6','7') NOT NULL DEFAULT '0',


      `mediclevel` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',


      `civ_licenses` text NOT NULL,


      `cop_licenses` text NOT NULL,


      `med_licenses` text NOT NULL,


      `civ_gear` text NOT NULL,


      `cop_gear` text NOT NULL,


      `med_gear` text NOT NULL,


      `civ_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"',


      `cop_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"',


      `med_stats` varchar(32) NOT NULL DEFAULT '"[100,100,0]"',


      `arrested` tinyint(1) NOT NULL DEFAULT '0',


      `adminlevel` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',


      `donorlevel` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',


      `blacklist` tinyint(1) NOT NULL DEFAULT '0',


      `civ_alive` tinyint(1) NOT NULL DEFAULT '0',


      `civ_position` varchar(64) NOT NULL DEFAULT '"[]"',


      `playtime` varchar(32) NOT NULL DEFAULT '"[0,0,0]"',


      `insert_time` timestamp DEFAULT CURRENT_TIMESTAMP,


      `last_seen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,


      PRIMARY KEY (`uid`),


      UNIQUE KEY `pid` (`pid`),


      KEY `name` (`name`),


      KEY `blacklist` (`blacklist`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=12 ;


      -- --------------------------------------------------------


      --


      -- Table structure for table `vehicles`


      --


      CREATE TABLE IF NOT EXISTS `vehicles` (


      `id` int(6) NOT NULL AUTO_INCREMENT,


      `side` varchar(16) NOT NULL,


      `classname` varchar(64) NOT NULL,


      `type` varchar(16) NOT NULL,


      `pid` varchar(17) NOT NULL,


      `alive` tinyint(1) NOT NULL DEFAULT '1',


      `blacklist` tinyint(1) NOT NULL DEFAULT '0',


      `active` tinyint(1) NOT NULL DEFAULT '0',


      `plate` int(20) NOT NULL,


      `color` int(20) NOT NULL,


      `inventory` text NOT NULL,


      `gear` text NOT NULL,


      `fuel` double NOT NULL DEFAULT '1',


      `damage` varchar(256) NOT NULL,


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`id`),


      KEY `side` (`side`),


      KEY `pid` (`pid`),


      KEY `type` (`type`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ;


      -- --------------------------------------------------------


      --


      -- Table structure for table `houses`


      -- Needed for extDB latest update on git


      --


      CREATE TABLE IF NOT EXISTS `houses` (


      `id` int(6) NOT NULL AUTO_INCREMENT,


      `pid` varchar(17) NOT NULL,


      `pos` varchar(64) DEFAULT NULL,


      `owned` tinyint(1) DEFAULT '0',


      `garage` tinyint(1) NOT NULL DEFAULT '0',


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`id`,`pid`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=4 ;


      -- --------------------------------------------------------


      --


      -- Table structure for table `gangs`


      -- Needed for extDB latest update on git


      --


      CREATE TABLE IF NOT EXISTS `gangs` (


      `id` int(6) NOT NULL AUTO_INCREMENT,


      `owner` varchar(32) DEFAULT NULL,


      `name` varchar(32) DEFAULT NULL,


      `members` text,


      `maxmembers` int(3) DEFAULT '8',


      `bank` int(100) DEFAULT '0',


      `active` tinyint(1) DEFAULT '1',


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`id`),


      UNIQUE KEY `name_UNIQUE` (`name`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;


      -- --------------------------------------------------------


      --


      -- Table structure for table `containers`


      -- Needed for extDB latest update on git


      --


      CREATE TABLE IF NOT EXISTS `containers` (


      `id` int(6) NOT NULL AUTO_INCREMENT,


      `pid` varchar(17) NOT NULL,


      `classname` varchar(32) NOT NULL,


      `pos` varchar(64) DEFAULT NULL,


      `inventory` text NOT NULL,


      `gear` text NOT NULL,


      `dir` varchar(128) DEFAULT NULL,


      `active` tinyint(1) NOT NULL DEFAULT '0',


      `owned` tinyint(1) DEFAULT '0',


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`id`,`pid`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=4;


      -- --------------------------------------------------------


      --


      -- Table structure for table `wanted`


      -- Needed for extDB latest update on git


      --


      CREATE TABLE IF NOT EXISTS `wanted` (


      `wantedID` varchar(64) NOT NULL,


      `wantedName` varchar(32) NOT NULL,


      `wantedCrimes` text NOT NULL,


      `wantedBounty` int(100) NOT NULL,


      `active` tinyint(1) NOT NULL DEFAULT '0',


      `insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,


      PRIMARY KEY (`wantedID`)


      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;


      -- --------------------------------------------------------


      /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;


      /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;


      /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;




      Er sacht mir jedes mal hat diesen einen fehler das


      Code
      CREATE DEFINER=`arma4`@`localhost` PROCEDURE `resetLifeVehicles`()
      BEGIN  UPDATE `vehicles` SET `active`= 0;
      END

      MySQL meldet: Dokumentation

      #1227 - Kein Zugriff. Hierfür wird die Berechtigung SUPER benötigt


      Dabei sind alle Rechte Vorhanden


      Vielleicht habt ihr eine Lösung wäre sehr hilfreich

    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™