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: 18 August 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. SlimRF

    Beiträge von SlimRF

    • Wipe characters

      • SlimRF
      • 2. August 2016 um 15:51
      Zitat von blackfisch

      @Blackwolf99 in der 3.1.4.8 kann man das nicht so einfach einstellen wie in der 4.4 ^^

      Please check your fn_inventoryOpened.sqf located in your functions folder and compare/replace it with this one (raw 3.1.4.8)

      C: fn_inventoryOpened.sqf
      /*
      	Author: Bryan "Tonic" Boardwine
      	Description:
      	For the mean time it blocks the player from opening another persons backpack
      */
      private["_container","_unit"];
      if(count _this == 1) exitWith {false};
      _unit = _this select 0;
      _container = _this select 1;
      
      
      
      
      _isPack = getNumber(configFile >> "CfgVehicles" >> (typeOf _container) >> "isBackpack");
      if(_isPack == 1) then {
      	hint localize "STR_MISC_Backpack";
      	[] spawn {
      		waitUntil {!isNull (findDisplay 602)};
      		closeDialog 0;
      	};
      };
      
      
      
      
      if((typeOf _container) in ["Box_IND_Grenades_F","B_supplyCrate_F"]) exitWith {
      	_house = nearestBuilding (getPosATL player);
      	if(!(_house in life_vehicles) && {(_house getVariable ["locked",false])}) then {
      		hint localize "STR_House_ContainerDeny";
      		[] spawn {
      			waitUntil {!isNull (findDisplay 602)};
      			closeDialog 0;
      		};
      	};
      };
      
      
      
      
      if(_container isKindOf "LandVehicle" OR _container isKindOf "Ship" OR _container isKindOf "Air") exitWith {
      	if(!(_container in life_vehicles) && {(locked _container) == 2}) exitWith {
      		hint localize "STR_MISC_VehInventory";
      		[] spawn {
      			waitUntil {!isNull (findDisplay 602)};
      			closeDialog 0;
      		};
      	};
      };
      
      
      
      
      //Allow alive players who've been knocked out to be looted, just not the dead ones
      if(_container isKindOf "Man" && !alive _container) exitWith {
      	hint localize "STR_NOTF_NoLootingPerson";
      	[] spawn {
      		waitUntil {!isNull (findDisplay 602)};
      		closeDialog 0;
      	};
      };
      Alles anzeigen

      Yes all OK!
      If the player logout (altf4 or kick battleeye) NOT dead! his character dupe!
      I have a clear Altis Life 3.1.4.8

    • Wipe characters

      • SlimRF
      • 2. August 2016 um 15:11

      If the player logout (altf4 or kick battleeye) his character dies and lies on the ground. Player comes into game again and can loot the dead body.
      All equipment after a relog remains on plays.
      Sorry for my english.
      Im install clear Altis Life 3.1.4.8

    • Save Weapon after death

      • SlimRF
      • 13. Juli 2016 um 11:51

      Hello. Please help. After death weapon disappears and weapon can't be picked up. How to correct it?

    • help extdb sending request to server...

      • SlimRF
      • 12. Juli 2016 um 14:56

      Help me please. I instal this pack https://gitlab.com/Pentax/3.1.4.8-AltisLife but i have error "sending request to server for player information uid" (((
      config

      [AltisLife] (im paste Database2 nothing)
      ;; Example of MySQL
      ;; AtlisLifeRPG uses Database2 by default
      Type = MySQL
      Name = arma3life
      Username = root
      Password =
      IP = localhost
      Port = 3306
      minSessions = 1
      ;maxSessions = 4
      idleTime = 60
      compress = false
      ; Should only use this if MySQL server is external. Also only for MySQL
      Secure Auth = false
      ; Recommend you turn this on

      [13:42:41 +00:-1] [Thread 655258306] extDB: Version: 35 [13:42:41 +00:-1] [Thre - Pastebin.com
      13:42:57 Warning Message: Picture loadscreen.jpg not found 13:43:00 EPE manager - Pastebin.com

      Helpp me please!!!((((

    • [Tutorial] - GPS Tracker für Fahrzeuge

      • SlimRF
      • 29. Juni 2016 um 21:03

      dont save tracker after itake car from the garage

    • Farming/Abbau Massenproduktion

      • SlimRF
      • 28. Juni 2016 um 13:51
      Zitat von Shinji

      This Thread and this Tutorial doesnt need any progressbars. Your file is modified with it, so my tutorial wont work for you at all. Sorry but deal with it.

      But i deleted my script and install your script

    • Farming/Abbau Massenproduktion

      • SlimRF
      • 28. Juni 2016 um 13:46

      Paste in your script progress bar. It would be great

    • Farming/Abbau Massenproduktion

      • SlimRF
      • 28. Juni 2016 um 12:44

      I have this sript. but he dosent work! Do you have ideas?

    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™