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
Sa: 19 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. MILLER-CONTROLS

    Beiträge von MILLER-CONTROLS

    • Altis Life 4.4r2 - Spyglass sees you

      • MILLER-CONTROLS
      • 23. März 2016 um 17:17

      Hallo Leute :/
      nachdem ich jetzt mit dem Moderator von euch gesprochen habe, werde ich Altis Life 4.4r2 installieren. Das habe ich gemacht. Starte den Server alles gemacht, komme ich die Lobby.
      Ich lade die Mission runter......

      Spyglass sees you.

      Ja erster Gedanke schmeiß den scheiß runter.
      Witzig. Functions.hpp gibt es kein class Spyglass. Ordner löschen ist Blödsinn.

      Bitte um hilfe.

      gez
      Rene

    • Fehler in Description? Oder LicenseShop?

      • MILLER-CONTROLS
      • 23. März 2016 um 13:36

      Hay Leute,
      habe gerade ein Script eingefügt aber es kommt der Fehle

      File mpmissions\Altis_Life.Altis\description.ext line 258;
      /LicenseShop/controls/RscTitleBackground/: Missiong }

      Ich poste beide Dateien. Habe keinen Fehler gefunden. Und da fehlt auch kein }.
      Im RPT steht nichts ausser JailSys.sqf Line 1. Falsche Zahl oder so. 5

      Hier die Dateien:

      Code
      author = "Altis Life 4.0";
      onLoadName = "deinRudel | Open Beta v1.0";
      onLoadMission = "entwickelt von Christopher Müller";
      loadScreen = "textures\logo.jpg";
      joinUnassigned = 1;
      respawn = BASE;
      respawndelay = 5;
      disabledAI = true;
      disableChannels[]={0,1,2};
      enableDebugConsole = 1;
      respawnDialog = 0;
      
      
      
      
      class Header
      {
      	gameType = RPG;
      	minPlayers = 1;
      	maxPlayers = 75;
      };
      
      
      
      
      wreckLimit = 3;
      wreckRemovalMinTime = 60;
      wreckRemovalMaxTime = 320;
      corpseLimit = 150;
      corpseRemovalMinTime = 999;
      corpseRemovalMaxTime = 9999;
      
      
      
      
      //SpyGlass configuration
      SPY_Enable = true;
      
      
      
      
      #include "Config_Spyglass.hpp"
      
      
      
      
      #include "dialog\MasterHandler.h"
      #include "Config_Master.hpp"
      
      
      
      
      class RscTitles
      {
          #include "dialog\statusBar.hpp"
      	#include "dialog\ui.hpp"
      	#include "dialog\progress.hpp"
      	#include "dialog\hud_nameTags.h"
      };
      
      
      
      
      class CfgFunctions
      {
      	#include "Functions.h"
      };
      
      
      
      
      class CfgSounds
      {
      	sounds[] = {};
      	class SirenLong
      	{
      		name = "SirenLong";
      		sound[] = {"\sounds\Siren_Long.ogg", 1.0, 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 Introsound
      	{
      		name = "Introsound";
      		sound[] = {"\sounds\intro.ogg", 5.0, 1};
      		titles[] = {};
      	};
      
      
      
      
      	class alert
      	{
      		name = "alert";
      		sound[] = {"\sounds\alert.ogg", 4.0, 1};
      		titles[] = {};
      	};	
      	class tazersound
      	{
      		name = "Tazersound";
      		sound[] = {"\sounds\tazer.ogg", 0.5, 1};
      		titles[] = {};
      	};
      
      
      
      
      	class flashbang
      	{
      		name = "flashbang";
      		sound[] = {"\sounds\flashbang.ogg", 0.3, 1};
      		titles[] = {};
      	};
      	class blinkerklick
      	{
      		name = "blinkerklick";
      		sound[] = {"\sounds\blinkerklick.ogg", 1.0, 1};
      		titles[] = {};
      	};
      	class blinkerstart
      	{
      		name = "blinkerstart";
      		sound[] = {"\sounds\blinkerstart.ogg", 1.0, 1};
      		titles[] = {};
      	};
      	class car_alarm
            {
              name = "car_alarm";
              sound[] = {"\sounds\car_alarm.ogg", 1.0, 1};
              titles[] = {};
            };
      	class MedicSiren
      {
      name = "MedicSiren";
      sound[] = {"\sounds\Medic.ogg", 1.0, 1};
      titles[] = {};
      }; 
      	  class eat
        {
          name="eat";
          sound[] = {"\sounds\eat.ogg", 4.0, 1};
          titles[] = {0, " "};
        };
      };
      
      
      
      
      class CfgDebriefing
      {
      	class NotWhitelisted
      	{
      		title = "Das tut mir leid!";
      		subtitle = "Du bist leider nicht für den ausgewählten Slot freigeschaltet!";
      		description = "Bitte benutz doch einen anderen bzw. eine andere Fraktion. Ansonsten besuche uns auf www.deinRudel.eu";
      		pictureBackground = "textures\logo.jpg";
      		picture = "";
      		pictureColor[] = {0,0.3,0.6,1};
      	};
      
      
      
      
      	class Blacklisted
      	{
      		title = "Das tut mir leid!";
      		subtitle = "Du bist leider nicht erwünscht hier!";
      		description = "Bitte benutz doch eine andere Fraktion. Ansonsten besuche uns auf www.deinRudel.eu";
      		pictureBackground = "textures\logo.jpg";
      		picture = "";
      		pictureColor[] = {0,0.3,0.6,1};
      	};
      
      
      
      
      	class SpyGlass
      	{
      		title = "The SpyGlass sees you";
      		subTitle = "You were detected by the SpyGlass";
      		description = "You were detected for cheating and have been reported to the server. Enjoy your day.";
      		pictureBackground = "textures\logo.jpg";
      		picture = "";
      		pictureColor[] = {0,0.3,0.6,1};
      	};
      	class Bye
      	{
      	  title = "Auf Wiedersehen!";
      	  subTitle = "Deine Daten wurden Gespeichert!";
      	  description = "Besuche uns auf www.deinRudel.eu";
      	  pictureBackground = "textures\logo.jpg";
      	  picture = "";
      	  pictureColor[] = {0,0.3,0.6,1};
      	};
      };
      
      
      
      
      class CfgNotifications
      {
      	class MedicalRequestEmerg
      	{
      		title = "THW Anfrage";
      		iconPicture = "";
      		description = "%1";
      		duration = 5;
      		priority = 7;
      	};
      
      
      
      
      	class DeliveryAssigned
      	{
      		title = "Delivery Job Accepted";
      		iconPicture = "";
      		description = "%1";
      		duration = 10;
      		priority = 7;
      	};
      
      
      
      
      	class DeliveryFailed
      	{
      		title = "Delivery Job Failed";
      		iconPicture = "";
      		description = "%1";
      		duration = 7;
      		priority = 7;
      	};
      
      
      
      
      	class DeliverySucceeded
      	{
      		title = "Delivery Job Completed";
      		iconPicture = "";
      		description = "%1";
      		duration = 6;
      		priority = 6;
      	};
      
      
      
      
      	class TextMessage
      	{
      		title = "Nachricht erhalten";
      		iconPicture = "";
      		description = "%1";
      		duration = 10;
      		priority = 6;
      	};
      
      
      
      
      	class PoliceDispatch
      	{
      		title = "Polizei Anfrage";
      		iconPicture = "";
      		description = "%1";
      		duration = 10;
      		priority = 6;
      	};
      
      
      
      
      	class AdminDispatch
      	{
      		title = "Admin Dispatch Center";
      		iconPicture = "";
      		description = "%1";
      		duration = 10;
      		priority = 6;
      	};
      
      
      
      
      	class AdminMessage
      	{
      		title = "Administrator Nachricht";
      		iconPicture = "";
      		description = "%1";
      		duration = 10;
      		priority = 5;
      	};
      	class AdacMessage
          {
              title = "Adac Message";
              iconPicture = "icons\messagenew.paa";
              description = "%1";
              duration = 10;
              priority = 5;
          };
      };
      Alles anzeigen


      Code: LicenseDialog.hpp
      class LicenseShop {
      idd = 5546;
      name= "life_license_shop";
      movingEnable = false;
      enableSimulation = true;
      onLoad = "uiNamespace setVariable [""LicenseShop"", _this select 0];";
      objects[] = { };
      class controls {
      class fondtablet: Life_RscPicture
        {
         idc = 9090909;
         text = "textures\ipad\pad.paa";
         x = 0;
         y = -0.12;
         w = 1;
         h = 1.28;
        };
      class Mainbackground : Life_RscText
      {
      colorBackground[] = {0,0,0,0.7};
      idc = -1;
      x = 0.1;
      y = 0.244;
      w = 0.775;
      h = 0.52;
      };
      class listbox: Life_RscListBox
      {
      idc = 55126;
      sizeEx = 0.035;
      x = 0.1125;
      y = 0.3;
      w = 0.3125;
      h = 0.4;
      };
      class ShowLicenseslistbox: Life_RscListBox
      {
      idc = 55131;
      x = 0.55;
      y = 0.3;
      w = 0.3125;
      h = 0.4;
      };
      class MyLicenses : Life_RscText
      {
      idc = 55130;
      text = "Available "; //--- ToDo: Localize;
      x = 0.1875;
      y = 0.24;
      w = 0.1375;
      h = 0.04;
      };
      class ShowLicenses : Life_RscText
      {
      idc = 55129;
      text = "My Licenses"; //--- ToDo: Localize;
      x = 0.65;
      y = 0.24;
      w = 0.1375;
      h = 0.04;
      };
      class buybutton: Life_RscButtonMenu
      {
      idc = 55127;
      text = "$STR_Global_Buy";
      x = 0.4125;
      y = 0.72;
      w = 0.15;
      h = 0.04;
      colorText[] = {1,1,1,1};
      colorBackground[] = {0,0,0,0.8};
      action = "if( (lbData[55126,lbCurSel (55126)] != """") ) then { [false, false, false, lbData[55126,lbCurSel (55126)]] call life_fnc_buyLicense; closeDialog 0; };";
      };
      };
      };
      Alles anzeigen
    • Opfor eingefügt, jetzt Frage Spielerinformationen ab...

      • MILLER-CONTROLS
      • 21. März 2016 um 15:45

      einfach deinstallieren

    • Opfor eingefügt, jetzt Frage Spielerinformationen ab...

      • MILLER-CONTROLS
      • 20. März 2016 um 14:14

      Super großes Lob an
      @xjoniassx

      der mir wieder geholfen hat <3!

    • Opfor eingefügt, jetzt Frage Spielerinformationen ab...

      • MILLER-CONTROLS
      • 20. März 2016 um 14:06

      //EDIT

      FEHLER IN [lexicon]EXTDB[/lexicon]

      [13:50:23:741 +02:00] [Thread 5748] extDB2: SQL_CUSTOM_V2: Error No Custom Call Not Found: Input String SELECT playerid, name, cash, bankacc, adminlevel, donatorlvl, adac_licenses, adaclevel, adac_gear FROM players WHERE playerid='76561198250937300',
      ,

      wie behebe ich den?

    • Opfor eingefügt, jetzt Frage Spielerinformationen ab...

      • MILLER-CONTROLS
      • 20. März 2016 um 13:24

      Hay,


      habe das Problem das ich nach dem ich das Tutorial befolgt habe:
      [How To] Add ADAC (Opfor) in Altis Life 4.0 - Page 3 - Script Releases - Altis Life RPG

      auch alles richtig eingefügt. Jetzt kommt Frage Spielerinformationen zu UID ab, danach Versuche einzutragen. Live Server ist in eine pbo gepackt.
      RPT füge ich hier bei:

      Spoiler anzeigen

      13:10:35 InitSound ...
      13:10:35 InitSound - complete
      13:10:35 PhysX3 SDK Init started ...
      13:10:35 PhysX3 SDK Init ended.
      13:10:37 Warning Message: Script \life_server\Functions\DynMarket\fn_calculatePrices.sqf not found
      13:10:37 Warning Message: Script \life_server\Functions\DynMarket\fn_config.sqf not found
      13:10:37 Warning Message: Script \life_server\Functions\DynMarket\fn_getUpdate.sqf not found
      13:10:37 Warning Message: Script \life_server\Functions\DynMarket\fn_HandleDB.sqf not found
      13:10:37 Warning Message: Script \life_server\Functions\DynMarket\fn_playerLogged.sqf not found
      13:10:37 Warning Message: Script \life_server\Functions\DynMarket\fn_sleeper.sqf not found
      13:10:37 Attempt to override final function - rscminimap_script
      13:10:37 Attempt to override final function - rscdisplayloading_script
      13:10:37 Attempt to override final function - rscdisplayloading_script
      13:10:37 Attempt to override final function - rscdisplayloading_script
      13:10:37 Attempt to override final function - rscdiary_script
      13:10:37 Attempt to override final function - rscdisplaysinglemission_script
      13:10:37 Attempt to override final function - rscdiary_script
      13:10:37 Attempt to override final function - rscdisplayremotemissions_script
      13:10:37 Attempt to override final function - rscdisplayloading_script
      13:10:37 Attempt to override final function - rscdiary_script
      13:10:37 Attempt to override final function - rscdiary_script
      13:10:37 Attempt to override final function - rscdisplaystrategicmap_script
      13:10:37 Attempt to override final function - rscdisplaycommon_script
      13:10:37 Attempt to override final function - rscdisplaygarage_script
      13:10:37 Attempt to override final function - rscdisplayloading_script
      13:10:38 Attempt to override final function - rscdisplaycurator_script
      13:10:38 Attempt to override final function - rscdisplayattributes_script
      13:10:38 Attempt to override final function - rscdisplayattributes_script
      13:10:38 Attempt to override final function - rscdisplayattributes_script
      13:10:38 Attempt to override final function - display3deneditattributes_script
      13:10:38 Attempt to override final function - display3deneditattributes_script
      13:10:38 Attempt to override final function - rscdisplayhostsettings_script
      13:10:38 Attempt to override final function - rscdisplaycommon_script
      13:10:38 Attempt to override final function - rscdisplaydebriefing_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - rscunitinfo_script
      13:10:38 Attempt to override final function - slidertime_script
      13:10:38 Attempt to override final function - slidertime_script
      13:10:38 Attempt to override final function - slidertime_script
      13:10:40 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
      13:10:40 Version: 2
      13:10:40 GlobalFlags: 0
      13:10:40 DLCFlags: 7
      13:10:40 DLCHashes:
      13:10:40 1636478954
      13:10:40 -1247962422
      13:10:40 1197120697
      13:10:40 Mods(2):
      13:10:40 Hash: 0
      13:10:40 PublishedId: 0
      13:10:40 Name: @extDB2
      13:10:40 Hash: 591375074
      13:10:40 PublishedId: 0
      13:10:40 Name: @life_server
      13:10:40 Difficulty: 0
      13:10:40 AILevel: 0
      13:10:40 FlightModel: 0
      13:10:40 ThirdPersonCamera: 0
      13:10:40 WeaponCrosshair: 0
      13:10:40 Signatures:
      13:10:40 a3
      13:10:40 encodedStream length: 69
      13:10:40 encodedStream: ꯊaʚݵٜZG@extDB2⪿#@life_servera3
      13:10:40 parts size:1)
      13:10:40 part(69): ꯊaʚݵٜZG@extDB2⪿#@life_servera3
      13:10:41 Connected to Steam servers
      13:11:28 Unsupported language English in stringtable
      13:11:28 Unsupported language English in stringtable
      13:11:35 Mission Altis_Life.Altis: Number of roles (104) is different from 'description.ext::Header::maxPlayer' (75)
      13:11:37 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:37 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:37 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:37 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:37 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:37 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:37 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:38 Server error: Player without identity Peter Petersen (id 970588906)
      13:11:42 Starting mission:
      13:11:42 Mission file: Altis_Life
      13:11:42 Mission world: Altis
      13:11:42 Mission directory: mpmissions\Altis_Life.Altis\
      13:12:00 Attempt to override final function - life_fnc_licenses
      13:12:00 Attempt to override final function - life_fnc_licenses_meta
      13:12:00 Attempt to override final function - bis_functions_list
      13:12:00 Attempt to override final function - bis_functions_listpreinit
      13:12:00 Attempt to override final function - bis_functions_listpostinit
      13:12:00 Attempt to override final function - bis_functions_listrecompile
      13:12:00 Attempt to override final function - bis_fnc_missiontaskslocal
      13:12:00 Attempt to override final function - bis_fnc_missionconversationslocal
      13:12:00 Attempt to override final function - bis_fnc_missionflow
      13:12:00 MovesType CfgGesturesMale load time 56 ms
      13:12:02 Animation a3\cargoposes_f_heli\anim\passenger_inside_5aim_obstructed.rtm not found or empty
      13:12:02 Animation a3\cargoposes_f_heli\anim\passenger_inside_5aim_fromobstructed.rtm not found or empty
      13:12:02 Animation a3\cargoposes_f_heli\anim\passenger_inside_5aim_toobstructed.rtm not found or empty
      13:12:02 Animation a3\cargoposes_f_heli\anim\passenger_inside_5aimpistol_obstructed.rtm not found or empty
      13:12:02 Animation a3\cargoposes_f_heli\anim\passenger_inside_5aimpistol_fromobstructed.rtm not found or empty
      13:12:02 Animation a3\cargoposes_f_heli\anim\passenger_inside_5aimpistol_toobstructed.rtm not found or empty
      13:12:07 MovesType CfgMovesMaleSdr load time 7190 ms
      13:12:08 No speaker given for Spencer Santorum
      13:12:08 No speaker given for Luke Thompson
      13:12:08 No speaker given for Spencer Davis
      13:12:08 No speaker given for Imre Ibori
      13:12:08 No speaker given for Oringo Ekwensi
      13:12:08 No speaker given for Shaan Igwe
      13:12:08 No speaker given for Callum Bennett
      13:12:08 No speaker given for Hamidi Okonkwo
      13:12:08 No speaker given for Pan Han
      13:12:08 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      13:12:09 No speaker given for Lucas Clarke
      13:12:09 No speaker given for Ian Lee
      13:12:09 No speaker given for Max Robertson
      13:12:09 No speaker given for Jack Jones
      13:12:09 No speaker given for Teshi Osmani
      13:12:09 No speaker given for Adam Anderson
      13:12:09 No speaker given for George Bennett
      13:12:09 No speaker given for Shawn Martinez
      13:12:09 No speaker given for Wu Yeung
      13:12:09 No speaker given for Liang Sun
      13:12:09 No speaker given for Ryan White
      13:12:09 No speaker given for Oliver Taylor
      13:12:09 No speaker given for David Bennett
      13:12:09 No speaker given for Tan Sun
      13:12:09 No speaker given for Luke Halliwell
      13:12:09 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      13:12:09 No speaker given for Quinton Bayh
      13:12:09 No speaker given for Omari Azikiwe
      13:12:09 No speaker given for Ewan Walker
      13:12:09 No speaker given for Michael Young
      13:12:09 No speaker given for Colin Johnson
      13:12:09 No speaker given for Paul Taylor
      13:12:09 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      13:12:09 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      13:12:09 class HitPoints::HitFuel not found in Land_Camping_Light_F
      13:12:10 class HitPoints::HitFuel not found in RoadCone_L_F
      13:12:10 class HitPoints::HitFuel not found in PortableHelipadLight_01_green_F
      13:12:10 class HitPoints::HitFuel not found in RoadBarrier_small_F
      13:12:11 class HitPoints::HitFuel not found in Land_BuoyBig_F
      13:12:11 Error: Object(2 : 20) not found
      13:12:11 Error: Object(2 : 22) not found
      13:12:11 Error: Object(2 : 24) not found
      13:12:11 Error: Object(2 : 26) not found
      13:12:11 Error: Object(2 : 135) not found
      13:12:11 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
      13:12:11 "[lexicon]extDB[/lexicon]: Version: 63"
      13:12:11 "[lexicon]extDB[/lexicon]: Connected to the Database"
      13:12:11 Warning Message: Script \life_server\Functions\DynMarket\fn_config.sqf not found
      13:12:11 "extDB2: uisleep [4]: 107.092"
      13:12:12 "extDB2: uisleep [4]: 107.201"
      13:15:06 "extDB2: uisleep [4]: 281.212"
      13:15:06 "extDB2: uisleep [4]: 281.433"
      13:15:06 "extDB2: uisleep [4]: 281.699"
      13:15:06 "extDB2: uisleep [4]: 281.942"
      13:15:07 "extDB2: uisleep [4]: 282.205"
      13:15:07 Mission id: c61ee484ff00320da5f310a16887361bdc6d04f6
      13:15:07 "extDB2: uisleep [4]: 282.521"
      13:15:07 "extDB2: uisleep [4]: 282.835"
      13:15:07 "extDB2: uisleep [4]: 283.055"
      13:15:08 "extDB2: uisleep [4]: 283.305"
      13:15:08 "extDB2: uisleep [4]: 283.521"
      13:15:08 "extDB2: uisleep [4]: 283.752"
      13:15:08 "extDB2: uisleep [4]: 283.982"
      13:15:09 "extDB2: uisleep [4]: 284.233"
      13:15:09 "extDB2: uisleep [4]: 284.467"
      13:15:09 "extDB2: uisleep [4]: 284.72"
      13:15:09 "extDB2: uisleep [4]: 284.932"
      13:15:10 "extDB2: uisleep [4]: 285.166"
      13:15:10 "extDB2: uisleep [4]: 285.401"
      13:15:10 "extDB2: uisleep [4]: 285.635"
      13:15:10 "extDB2: uisleep [4]: 285.861"
      13:15:11 "extDB2: uisleep [4]: 286.11"
      13:15:11 "extDB2: uisleep [4]: 286.345"
      13:15:11 "extDB2: uisleep [4]: 286.599"
      13:15:11 "extDB2: uisleep [4]: 286.836"
      13:15:11 "extDB2: uisleep [4]: 287.069"
      13:15:12 "extDB2: uisleep [4]: 287.299"
      13:15:12 "extDB2: uisleep [4]: 287.531"
      13:15:12 "extDB2: uisleep [4]: 287.766"
      13:15:12 "extDB2: uisleep [4]: 288.001"
      13:15:13 "extDB2: uisleep [4]: 288.237"
      13:15:13 "extDB2: uisleep [4]: 288.468"
      13:15:13 "extDB2: uisleep [4]: 288.706"
      13:15:13 "extDB2: uisleep [4]: 288.939"
      13:15:14 "extDB2: uisleep [4]: 289.188"
      13:15:14 "extDB2: uisleep [4]: 289.441"
      13:15:14 "extDB2: uisleep [4]: 289.677"
      13:15:14 "extDB2: uisleep [4]: 289.928"
      13:15:15 "extDB2: uisleep [4]: 290.159"
      13:15:15 "extDB2: uisleep [4]: 290.41"
      13:15:15 "extDB2: uisleep [4]: 290.642"
      13:15:15 "extDB2: uisleep [4]: 290.874"
      13:15:16 "extDB2: uisleep [4]: 291.108"
      13:15:16 "extDB2: uisleep [4]: 291.358"
      13:15:16 "extDB2: uisleep [4]: 291.587"
      13:15:16 "extDB2: uisleep [4]: 291.842"
      13:15:16 "extDB2: uisleep [4]: 292.079"
      13:15:17 "extDB2: uisleep [4]: 292.326"
      13:15:17 "extDB2: uisleep [4]: 292.56"
      13:15:17 "extDB2: uisleep [4]: 292.807"
      13:15:17 "extDB2: uisleep [4]: 293.04"
      13:15:18 "extDB2: uisleep [4]: 293.297"
      13:15:18 "extDB2: uisleep [4]: 293.526"
      13:15:18 "extDB2: uisleep [4]: 293.76"
      13:15:18 "extDB2: uisleep [4]: 293.988"
      13:15:19 "extDB2: uisleep [4]: 294.242"
      13:15:19 "extDB2: uisleep [4]: 294.473"
      13:15:19 "extDB2: uisleep [4]: 294.724"
      13:15:19 "extDB2: uisleep [4]: 294.959"
      13:15:20 "extDB2: uisleep [4]: 295.206"
      13:15:20 "extDB2: uisleep [4]: 295.444"
      13:15:20 "extDB2: uisleep [4]: 295.699"
      13:15:20 "extDB2: uisleep [4]: 295.927"
      13:15:21 "extDB2: uisleep [4]: 296.158"
      13:15:21 "extDB2: uisleep [4]: 296.391"
      13:15:21 "extDB2: uisleep [4]: 296.641"
      13:15:21 "extDB2: uisleep [4]: 296.876"
      13:15:22 "extDB2: uisleep [4]: 297.147"
      13:15:22 "extDB2: uisleep [4]: 297.403"
      13:15:22 "extDB2: uisleep [4]: 297.718"
      13:15:22 "extDB2: uisleep [4]: 297.988"
      13:15:23 "extDB2: uisleep [4]: 298.284"
      13:15:23 "extDB2: uisleep [4]: 298.538"
      13:15:23 "extDB2: uisleep [4]: 298.853"
      13:15:24 "extDB2: uisleep [4]: 299.108"
      13:15:24 "extDB2: uisleep [4]: 299.42"
      13:15:24 "extDB2: uisleep [4]: 299.671"
      13:15:24 "extDB2: uisleep [4]: 299.988"
      13:15:25 "extDB2: uisleep [4]: 300.243"
      13:15:25 "extDB2: uisleep [4]: 300.539"
      13:15:25 "extDB2: uisleep [4]: 300.795"
      13:15:26 "extDB2: uisleep [4]: 301.109"
      13:15:26 "extDB2: uisleep [4]: 301.366"
      13:15:26 "extDB2: uisleep [4]: 301.679"
      13:15:26 "extDB2: uisleep [4]: 301.954"
      13:15:27 "extDB2: uisleep [4]: 302.249"
      13:15:27 "extDB2: uisleep [4]: 302.523"
      13:15:27 "extDB2: uisleep [4]: 302.816"
      13:15:27 "extDB2: uisleep [4]: 303.07"
      13:15:28 "extDB2: uisleep [4]: 303.387"
      13:15:28 "extDB2: uisleep [4]: 303.642"
      13:15:28 "extDB2: uisleep [4]: 303.954"
      13:15:29 "extDB2: uisleep [4]: 304.204"
      13:15:29 "extDB2: uisleep [4]: 304.521"
      13:15:29 "extDB2: uisleep [4]: 304.777"
      13:15:29 "extDB2: uisleep [4]: 305.09"
      13:15:30 "extDB2: uisleep [4]: 305.349"
      13:15:30 "extDB2: uisleep [4]: 305.661"
      13:15:30 "extDB2: uisleep [4]: 305.916"
      13:15:31 "extDB2: uisleep [4]: 306.232"
      13:15:31 "extDB2: uisleep [4]: 306.486"
      13:15:31 "extDB2: uisleep [4]: 306.781"
      13:15:31 "extDB2: uisleep [4]: 307.057"
      13:15:32 "extDB2: uisleep [4]: 307.347"
      13:15:32 "extDB2: uisleep [4]: 307.622"
      13:15:32 "extDB2: uisleep [4]: 307.917"
      13:15:33 "extDB2: uisleep [4]: 308.172"
      13:15:33 "extDB2: uisleep [4]: 308.489"
      13:15:33 "extDB2: uisleep [4]: 308.741"
      13:15:33 "extDB2: uisleep [4]: 309.04"
      13:15:34 "extDB2: uisleep [4]: 309.315"
      13:15:34 "extDB2: uisleep [4]: 309.61"
      13:15:34 "extDB2: uisleep [4]: 309.888"
      13:15:35 "extDB2: uisleep [4]: 310.185"
      13:15:35 "extDB2: uisleep [4]: 310.435"
      13:15:35 "extDB2: uisleep [4]: 310.753"
      13:15:35 "extDB2: uisleep [4]: 311.007"
      13:15:36 "extDB2: uisleep [4]: 311.303"
      13:15:36 "extDB2: uisleep [4]: 311.513"
      13:15:36 "extDB2: uisleep [4]: 311.833"
      13:15:36 "extDB2: uisleep [4]: 312.083"
      13:15:37 "extDB2: uisleep [4]: 312.403"
      13:15:37 "extDB2: uisleep [4]: 312.655"
      13:15:37 "extDB2: uisleep [4]: 312.971"
      13:15:38 "extDB2: uisleep [4]: 313.227"
      13:15:38 "extDB2: uisleep [4]: 313.524"
      13:15:38 "extDB2: uisleep [4]: 313.793"
      13:15:38 "extDB2: uisleep [4]: 314.092"
      13:15:39 "extDB2: uisleep [4]: 314.351"
      13:15:39 "extDB2: uisleep [4]: 314.666"
      13:15:39 "extDB2: uisleep [4]: 314.921"
      13:15:40 "extDB2: uisleep [4]: 315.242"
      13:15:40 "extDB2: uisleep [4]: 315.49"
      13:15:40 "extDB2: uisleep [4]: 315.804"
      13:15:40 "extDB2: uisleep [4]: 316.057"
      13:15:41 "extDB2: uisleep [4]: 316.374"
      13:15:41 "extDB2: uisleep [4]: 316.626"
      13:15:41 "extDB2: uisleep [4]: 316.928"
      13:15:42 "extDB2: uisleep [4]: 317.203"
      13:15:42 "extDB2: uisleep [4]: 317.506"
      13:15:42 "extDB2: uisleep [4]: 317.759"
      13:15:42 "extDB2: uisleep [4]: 318.058"
      13:15:43 "extDB2: uisleep [4]: 318.329"
      13:15:43 "extDB2: uisleep [4]: 318.626"
      13:15:43 "extDB2: uisleep [4]: 318.878"
      13:15:44 "extDB2: uisleep [4]: 319.195"
      13:15:44 "extDB2: uisleep [4]: 319.449"
      13:15:44 "extDB2: uisleep [4]: 319.769"
      13:15:44 "extDB2: uisleep [4]: 320.019"
      13:15:45 "extDB2: uisleep [4]: 320.337"
      13:15:45 "extDB2: uisleep [4]: 320.587"
      13:15:45 "extDB2: uisleep [4]: 320.881"
      13:15:46 "extDB2: uisleep [4]: 321.16"
      13:15:46 "extDB2: uisleep [4]: 321.455"
      13:15:46 "extDB2: uisleep [4]: 321.708"
      13:15:46 "extDB2: uisleep [4]: 322.035"
      13:15:47 "extDB2: uisleep [4]: 322.284"
      13:15:47 "extDB2: uisleep [4]: 322.58"
      13:15:47 "extDB2: uisleep [4]: 322.857"
      13:15:48 "extDB2: uisleep [4]: 323.156"
      13:15:48 "extDB2: uisleep [4]: 323.404"
      13:15:48 "extDB2: uisleep [4]: 323.714"
      13:15:48 "extDB2: uisleep [4]: 323.99"
      13:15:49 "extDB2: uisleep [4]: 324.289"
      13:15:49 "extDB2: uisleep [4]: 324.539"
      13:15:49 "extDB2: uisleep [4]: 324.858"
      13:15:50 "extDB2: uisleep [4]: 325.114"
      13:15:50 "extDB2: uisleep [4]: 325.408"
      13:15:50 "extDB2: uisleep [4]: 325.625"
      13:15:50 "extDB2: uisleep [4]: 325.936"
      13:15:51 "extDB2: uisleep [4]: 326.405"
      13:15:51 "extDB2: uisleep [4]: 326.656"
      13:15:51 "extDB2: uisleep [4]: 326.933"
      13:15:52 "extDB2: uisleep [4]: 327.141"
      13:15:52 "extDB2: uisleep [4]: 327.375"
      13:15:52 "extDB2: uisleep [4]: 327.608"
      13:15:52 "extDB2: uisleep [4]: 327.851"
      13:15:52 "extDB2: uisleep [4]: 328.077"
      13:15:53 "extDB2: uisleep [4]: 328.312"
      13:15:53 "extDB2: uisleep [4]: 328.528"
      13:15:53 "extDB2: uisleep [4]: 328.759"
      13:15:53 "extDB2: uisleep [4]: 328.99"
      13:15:54 "extDB2: uisleep [4]: 329.25"
      13:15:54 "extDB2: uisleep [4]: 329.484"
      13:15:54 "extDB2: uisleep [4]: 329.737"
      13:15:54 "extDB2: uisleep [4]: 329.971"
      13:15:55 "extDB2: uisleep [4]: 330.22"
      13:15:55 "extDB2: uisleep [4]: 330.454"
      13:15:55 "extDB2: uisleep [4]: 330.708"
      13:15:55 "extDB2: uisleep [4]: 330.937"
      13:15:56 "extDB2: uisleep [4]: 331.193"
      13:15:56 "extDB2: uisleep [4]: 331.424"
      13:15:56 "extDB2: uisleep [4]: 331.656"
      13:15:56 "extDB2: uisleep [4]: 331.891"
      13:15:57 "extDB2: uisleep [4]: 332.119"
      13:15:57 "extDB2: uisleep [4]: 332.354"
      13:15:57 "extDB2: uisleep [4]: 332.608"
      13:15:57 "extDB2: uisleep [4]: 332.839"
      13:15:57 "extDB2: uisleep [4]: 333.091"
      13:15:58 "extDB2: uisleep [4]: 333.324"
      13:15:58 "extDB2: uisleep [4]: 333.557"
      13:15:58 "extDB2: uisleep [4]: 333.789"
      13:15:58 "extDB2: uisleep [4]: 334.023"
      13:15:59 "extDB2: uisleep [4]: 334.254"
      13:15:59 "extDB2: uisleep [4]: 334.506"
      13:15:59 "extDB2: uisleep [4]: 334.739"
      13:15:59 "extDB2: uisleep [4]: 334.993"
      13:16:00 "extDB2: uisleep [4]: 335.227"
      13:16:00 "extDB2: uisleep [4]: 335.464"
      13:16:00 "extDB2: uisleep [4]: 335.698"
      13:16:00 "extDB2: uisleep [4]: 335.926"
      13:16:01 "extDB2: uisleep [4]: 336.147"
      13:16:01 "extDB2: uisleep [4]: 336.39"
      13:16:01 "extDB2: uisleep [4]: 336.626"
      13:16:01 "extDB2: uisleep [4]: 336.86"
      13:16:02 "extDB2: uisleep [4]: 337.103"
      13:16:02 "extDB2: uisleep [4]: 337.337"
      13:16:02 "extDB2: uisleep [4]: 337.593"
      13:16:02 "extDB2: uisleep [4]: 337.891"
      13:16:03 "extDB2: uisleep [4]: 338.249"
      13:16:03 "extDB2: uisleep [4]: 338.666"
      13:16:03 "extDB2: uisleep [4]: 338.948"
      13:16:04 "extDB2: uisleep [4]: 339.298"
      13:16:04 "extDB2: uisleep [4]: 339.551"
      13:16:04 "extDB2: uisleep [4]: 339.87"
      13:16:05 "extDB2: uisleep [4]: 340.115"
      13:16:05 "extDB2: uisleep [4]: 340.432"
      13:16:05 "extDB2: uisleep [4]: 340.689"
      13:16:05 "extDB2: uisleep [4]: 340.998"
      13:16:06 "extDB2: uisleep [4]: 341.258"
      13:16:06 "extDB2: uisleep [4]: 341.572"
      13:16:06 "extDB2: uisleep [4]: 341.825"
      13:16:07 "extDB2: uisleep [4]: 342.14"
      13:16:07 "extDB2: uisleep [4]: 342.394"
      13:16:07 "extDB2: uisleep [4]: 342.708"
      13:16:07 "extDB2: uisleep [4]: 342.962"
      13:16:08 "extDB2: uisleep [4]: 343.273"
      13:16:08 "extDB2: uisleep [4]: 343.53"
      13:16:08 "extDB2: uisleep [4]: 343.823"
      13:16:08 "extDB2: uisleep [4]: 344.098"
      13:16:09 "extDB2: uisleep [4]: 344.386"
      13:16:09 "extDB2: uisleep [4]: 344.661"
      13:16:09 "extDB2: uisleep [4]: 344.958"
      13:16:10 "extDB2: uisleep [4]: 345.231"
      13:16:10 "extDB2: uisleep [4]: 345.525"
      13:16:10 "extDB2: uisleep [4]: 345.78"
      13:16:10 "extDB2: uisleep [4]: 346.097"
      13:16:11 "extDB2: uisleep [4]: 346.35"
      13:16:11 "extDB2: uisleep [4]: 346.664"
      13:16:11 "extDB2: uisleep [4]: 346.917"
      13:16:12 "extDB2: uisleep [4]: 347.231"
      13:16:12 "extDB2: uisleep [4]: 347.505"
      13:16:12 "extDB2: uisleep [4]: 347.801"
      13:16:12 "extDB2: uisleep [4]: 348.074"
      13:16:13 "extDB2: uisleep [4]: 348.367"
      13:16:13 "extDB2: uisleep [4]: 348.621"
      13:16:13 "extDB2: uisleep [4]: 348.936"
      13:16:14 "extDB2: uisleep [4]: 349.189"
      13:16:14 "extDB2: uisleep [4]: 349.507"
      13:16:14 "extDB2: uisleep [4]: 349.76"
      13:16:14 "extDB2: uisleep [4]: 350.076"
      13:16:15 "extDB2: uisleep [4]: 350.332"
      13:16:15 "extDB2: uisleep [4]: 350.623"
      13:16:15 "extDB2: uisleep [4]: 350.831"
      13:16:16 "extDB2: uisleep [4]: 351.147"
      13:16:16 "extDB2: uisleep [4]: 351.402"
      13:16:16 "extDB2: uisleep [4]: 351.716"
      13:16:16 "extDB2: uisleep [4]: 351.967"
      13:16:17 "extDB2: uisleep [4]: 352.277"
      13:16:17 "extDB2: uisleep [4]: 352.526"
      13:16:17 "extDB2: uisleep [4]: 352.839"
      13:16:17 "extDB2: uisleep [4]: 353.092"

      Danke im vorraus!
      gez
      Rene

    • Medic Clothing Shop ( Medic Uniform )

      • MILLER-CONTROLS
      • 18. März 2016 um 20:13

      Hay,

      Ich habe zurzeit das Problem das wenn ich mich als THW (Medic) einlogge und dann spawne bekomme ich meinen U_Rangemaster angezogen. Will ich aber nicht. Ich möchte den Overall.
      Der dann mit nem Skin bezogen wird. Ich habe aus dem Forum das equipGear Script. Wie kann ich unter 4.0 entweder einen Clothing Shop einfügen? Oder direkt den Anzug und einen Rucksack?
      Danke im vorraus! RPT ist kein Fehler.

      gez.
      Rene

    • Gefängniszeit frei wählbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 18:53

      Was ist falsch?

      Code
      /*
      	File: fn_jailMe.sqf
      	Author Bryan "Tonic" Boardwine
      
      	Description:
      	Once word is received by the server the rest of the jail execution is completed.
      */
      private["_ret","_bad","_time","_bail","_esc","_countDown","_time"];
      _ret = [_this,0,[],[[]]] call BIS_fnc_param;
      _bad = [_this,1,false,[false]] call BIS_fnc_param;
      _time = [_this,2,15,[0]] call BIS_fnc_param; //##80
      
      
      
      
      _time = time + (_time * 60); //x Minutes
      
      
      
      
      //if(_bad) then { _time = time + 1100; } else { _time = time + (15 * 60); }; //##80 (time loaded from DB)
      
      
      
      
      if(count _ret > 0) then { life_bail_amount = (_ret select 3); } else { life_bail_amount = 20000; /*_time = time + (10 * 60); */};
      _esc = false;
      _bail = false;
      
      
      
      
      if(_time <= 0) then { _time = time + (15 * 60); hintC "Please Report to Admin: JAIL_FALLBACK_15, time is zero!"; };
      
      
      
      
      [true,"waterbottle",5] call life_fnc_handleInv;
      [true,"tbacon",5] call life_fnc_handleInv;
      
      
      
      
      [_bad,_time] spawn
      {
      	life_canpay_bail = false;
      	life_bail_amount = life_bail_amount * 5;
      	if(_this select 0) then
      	{
      		//sleep (10 * 60);
      		//50% of time
      		sleep ( (_this select 1) * 0.5 );
      	}
      		else
      	{
      		//sleep (5 * 60);
      		//20% of time
      		sleep ( (_this select 1) * 0.2 );
      	};
      	life_canpay_bail = nil;
      };
      
      
      
      
      while {true} do
      {
      	if((round(_time - time)) > 0) then
      	{
      		_countDown = if(round (_time - time) > 60) then {format["%1 Minute(n)",round(round(_time - time) / 60)]} else {format["%1 Sekunde(n)",round(_time - time)]};
      		if(isNil "life_canpay_bail") then
      		{
      			hintSilent format["==Gefängis==\n\nZeit verbleibend:\n %1\n\nKann Kaution bezahlen: %3\nKaution Preis: €%2",_countDown,[life_bail_amount] call life_fnc_numberText];
      		}
      		else
      		{
      			hintSilent format["==Gefängis==\n\nZeit verbleibend:\n %1\n",_countDown];
      		};
      	};
      
      	if (player getVariable ["breakout",false]) exitWith {_esc = true; hint "Du wurdest Befreit!"};
      
      	if(player distance (getMarkerPos "jail_marker") > 50) then {
      		player setPos (getMarkerPos "jail_marker");
      		["Versuche nicht dich raus zu glitchen!!!", -1, 0.7, 10, 0, 0, 11126] spawn BIS_fnc_dynamicText;
      	};
      
      	if(life_bail_paid) exitWith
      	{
      		_bail = true;
      	};
      
      	if((round(_time - time)) < 1) exitWith {hint ""};
      	if(!alive player && ((round(_time - time)) > 0)) exitWith
      	{
      
      	};
      	sleep 1;
      };
      
      
      
      
      
      
      
      switch (true) do
      {
      	case (_bail) :
      	{
      		life_is_arrested = false;
      		life_bail_paid = false;
      		titleText["Du hast deine Kaution bezahlt und bist jetzt frei.","PLAIN"];
      		serv_wanted_remove = [player];
      		player setPos (getMarkerPos "jail_release");
      		[[getPlayerUID player],"life_fnc_wantedRemove",false,false] spawn life_fnc_MP;
      		[1] call life_fnc_removeLicenses;
      		[5] call SOCK_fnc_updatePartial;
      	};
      
      	case (_esc) :
      	{
      		life_is_arrested = false;
      		player setPos (getMarkerPos "jail_breakout");
      		hint "Du bist aus dem Gefaengnis geflohen, und bist deswegen immernoch gesucht. Ausserdem wirst du jetzt auch wegen Flucht gesucht.";
      		[[0,format["%1 has escaped from jail!",profileName]],"life_fnc_broadcast",nil,false] spawn life_fnc_MP;
      		[[getPlayerUID player,profileName,"901"],"life_fnc_wantedAdd",false,false] spawn life_fnc_MP;
      		player setObjectTextureGlobal [0,"#(argb,8,8,3)color(1,0.1,0,1)"];
      		[5] call SOCK_fnc_updatePartial;
      	};
      
      	case (alive player && !_esc && !_bail) :
      	{
      		life_is_arrested = false;
      		titleText["Du hast deine Zeit abgesessen und bist jetzt frei.","PLAIN"];
      		[[getPlayerUID player],"life_fnc_wantedRemove",false,false] spawn life_fnc_MP;
      		player setPos (getMarkerPos "jail_release");
      		player setVariable ["breakout",false,true];
      		[1] call life_fnc_removeLicenses;
      		[5] call SOCK_fnc_updatePartial;
      	};
      };
      Alles anzeigen
    • Gefängniszeit frei wählbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 18:28

      Alles aufgeräumt! :P

      //EDIT
      trotzdem nicht :(

    • Gefängniszeit frei wählbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 18:17

      Hat geklappt, jetzt sind die in der JVA, habe eingestellt zwischen 1 Minute und 60. Die wollen aber nach einer Minute nicht mehr raus?

    • Gefängniszeit frei wählbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 17:47

      :(
      ok ich schaue mal

    • Gefängniszeit frei wählbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 17:44

      xD ok kennst du so nen Aufräumer? Hab gehört da gibt es so webseiten.!

    • Gefängniszeit frei wählbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 17:41

      Bei mir ist alles so komisch, durch das Forum:

      /* Player clicked arrest/ok*/private ["_time"];if(playerSide != west) exitWith {};if(isNil "life_pInact_curTarget") exitWith {hint "Invalid destination."};//Get minutes_time = ctrlText 1400;if(! ([_time] call TON_fnc_isnumber)) exitWith{ hint "You have to enter a number.";};_time = parseNumber _time; //requested number_time = round _time;if(_time < 1 || _time > 60) exitWith { hint hint "Du kannst nur zwischen 1 und 60 Minuten wählen!"; };closeDialog 0; [life_pInact_curTarget, _time] call life_fnc_arrestAction;

      Kann das zu Problemen führen?

    • Gefängniszeit frei wählbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 17:38

      Keine Meldung. Aber habe alles eingefügt? Verstehe ich nicht.

    • Gefängniszeit frei wählbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 17:24

      Hay,

      ich mal wieder :p!
      Heute habe ich das Script eingefügt: [HOWTO] Set Jail Time 3.1.4.8 EXTDB - Script Releases - Altis Life RPG
      Bei mir klappt alles. Keine Fehler aber wenn ich dann den Dialog vom Gefängnis aufrufen möchte und ihn für sage ich mal 1 Minute reinknaste. Aber wenn
      ich dann auf "OK" klicke passiert nichts. Einfach nichts? Ich weiß nicht woran es liegt. RPT keine Fehler. :/

      pls help! dash

      gez
      Rene

    • Gefängnis nicht verfügbar?

      • MILLER-CONTROLS
      • 17. März 2016 um 15:45

      <3 dankeschön :)!

      Kann geclosed werden! Bei mir stand nämlich cop_hq_1 und es heißt aber cop_spawn_1


      gez
      Rene

    • Bewerte den Track über dir !

      • MILLER-CONTROLS
      • 15. März 2016 um 17:54

      Naja also :P Ich sag mal 9/10 weil der so geile Dance Moves macht xD <3 lol

      Gönnt euch das: Dat Adam auf Chinesisch SCURRR

      Spoiler anzeigen

      Externer Inhalt www.youtube.com
      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.

    • [Tutorial] Notarzt Sirene einfügen

      • MILLER-CONTROLS
      • 15. März 2016 um 12:03

      In der fn_MedicSiren.sqf

      noch

      while {true} do
      {
      if(!(_vehicle getVariable "siren")) exitWith {};
      if(count (crew (_vehicle)) == 0) then {_vehicle setVariable["siren",false,true]};
      if(!alive _vehicle) exitWith {};
      if(isNull _vehicle) exitWith {};
      _vehicle say3D "MedicSirenLong"; <------------------ Das einfügen ansonsten nimmt er die SirenLong - Polizei
      sleep 4.7;
      if(!(_vehicle getVariable "siren")) exitWith {};
      };

    • Gefängnis nicht verfügbar?

      • MILLER-CONTROLS
      • 14. März 2016 um 21:29

      Hay,

      ich habe das Problem das ich niemanden als Cop in den Knast schieben kann. Ich bin im Kavala HQ und es geht einfach nicht. Der button ist nicht anklickbar!

      Mein Marker heißt Jail_Marker. Trotz alle dem geht es nicht! dash
      Und kann man vielleicht sagen ja ich will den für 17 Minuten reinknasten? Also von 1-60 Minuten frei wählbar?
      Danke im vorraus.
      RPT sagt nichts :)!

      MFG
      Rene

    • Manuelle Wanted Liste geht nicht ._.

      • MILLER-CONTROLS
      • 14. März 2016 um 21:25

      Er möchte mich nicht hinzufügen? Verstehe ich nicht! xD Habe das wie du gemacht:

      Code
      //What is the crime?
      switch(_type) do
      {
      	case 1 : {_type = ["Fahren ohne Führerschein",30000]};
      	case 2 : {_type = ["Versuchter Diebstahl e.Zivilfahrzeugs",30000]};
      	case 3 : {_type = ["Diebstahl/Führen e.fremden Zivilfahrzeugs",30000]};
      	case 4 : {_type = ["Fahren ohne Licht",30000]};
      	case 5 : {_type = ["Überhöhte Geschwindigkeit",30000]};
      	case 6 : {_type = ["Gefährliche Fahrweise",30000]};
      	case 7 : {_type = ["Versuchter Diebstahl e.Polizeifahrzeugs",30000]};
      	case 8 : {_type = ["Diebstahl von Polizeifahrzeugen",30000]};
      	case 9 : {_type = ["Landen in einer Flugverbotszone",30000]};
      	case 10 : {_type = ["Fahren von illegalen Fahrzeugen",30000]};
      	case 11 : {_type = ["Unfallverursacher/Fahrerflucht nach Unfall",30000]};
      	case 12 : {_type = ["Fahrerflucht vor der Polizei",30000]};
      	case 13 : {_type = ["Überfahren eines anderen Spielers",30000]};
      	case 14 : {_type = ["Illegale Strassensperren",30000]};
      	case 15 : {_type = ["Widerstand gegen die Staatsgewalt",30000]};
      	case 16 : {_type = ["Nicht befolgen e.pol.Anordnung",30000]};
      	case 17 : {_type = ["Beamtenbeleidigung",30000]};
      	case 18 : {_type = ["Belästigung eines Polizisten",30000]};
      	case 19 : {_type = ["Betreten der pol.Sperrzone",30000]};
      	case 20 : {_type = ["Töten eines Polizisten",30000]};
      	case 21 : {_type = ["Beschuss auf Polizei/Beamte/Eigentum",30000]};
      	case 22 : {_type = ["Zerstörung von Polizeieigentum",30000]};
      	case 23 : {_type = ["Drogendelikte",30000]};
      	case 24 : {_type = ["Waffenbesitz ohne Lizenz",30000]};
      	case 25 : {_type = ["Mit gez.Waffe durch Stadt",30000]};
      	case 26 : {_type = ["Besitz einer verbotenen Waffe",30000]};
      	case 27 : {_type = ["Schusswaffengebrauch innerhalb Städte",30000]};
      	case 28 : {_type = ["Geiselnahme",30000]};
      	case 29 : {_type = ["Überfall auf Personen/Fahrzeuge",30000]};
      	case 30 : {_type = ["Bankraub",30000]};
      	case 31 : {_type = ["Mord",30000]};
      	case 32 : {_type = ["Aufstand",30000]};
      	case 33 : {_type = ["Angriff durch Rebellen",30000]};
      	case 34 : {_type = ["Angriff/Belagerung von Hauptstädten",30000]};
      	case 35 : {_type = ["Vers.Landung in einer Flugverbotszone",30000]};
      	case 36 : {_type = ["Fliegen/Schweben unterhalb 150m ü.Stadt",30000]};
      	case 37 : {_type = ["Ausbruch aus dem Gefaengnis",30000]};
      	case 38 : {_type = ["Fliegen ohne Fluglizenz",30000]};
      	case 39 : {_type = ["Dauerhaft störendes Hupen",30000]};
      	case 40 : {_type = ["Handel mit exotischen Gütern",30000]};
      };
      Alles anzeigen

      //EDIT

      Habe 2 Button Fahndungsliste. Die WantedAdd2 geht nicht. Der fügt ihn dann in der Liste nicht hinzu? Und kann man das per Datenbank für immer festhalten?
      Danke im vorraus!

    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™