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: 17 Mai 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. trischi

    Beiträge von trischi

    • Eden Editor Problem

      • trischi
      • 17. Juli 2016 um 11:23

      #Close hat sich erledigt.

    • Eden Editor Problem

      • trischi
      • 16. Juli 2016 um 22:30

      Wer helfen kann immer helfen es ist wichtig :(

    • [FIX] 3D EDEN EDITOR "Error Loading Mission" v.4.4

      • trischi
      • 16. Juli 2016 um 22:26

      Das geht bei mir nicht bei mir ist kein Marker doppelt bitte um hilfe :(

    • Eden Editor Problem

      • trischi
      • 16. Juli 2016 um 21:46

      Guten Tag, ich habe im Eden Editor meine Mission bearbeitet bzw ein Objekt hinzugefügt. Ich lade die bearbeitte Mission auf den Server hoch joine und im Chat steht Error Loading Mission.
      Bitte um hilfe!
      Danke im voraus!
      MfG. Leon:)

    • [Tutorial] Altis Life 4.4 ADAC (OPFOR) einfügen

      • trischi
      • 15. Juli 2016 um 19:30
      Zitat von AmaZiinG

      class Adac {
      class east: {
      displayName = "ADAC-Leitstelle";
      spawnMarker = "adac_spawn_1";
      icon = "\a3\ui_f\data\map\MapControl\watertower_ca.paa";
      licenses[] = { { "", true } };
      level[] = { "", "", -1 };
      };
      };
      };

      Alles anzeigen

      Mach mal oben bei class east: { den Doppelpunkt weg.

    • Blaulicht ist unter Auto

      • trischi
      • 15. Juli 2016 um 19:20

      Guten Tag, ich habe das Blaulicht bei Medic bei der Limousine eingetragen und die Koordinaten aus dem Forum genommen aber das Blaulicht ist trotzdem unter dem Auto wenn ich es anmache. Aber die gleichen Koordinaten habe ich auch bei der Polizei und da gehen sie aber bei Medic nicht.
      Bite um Hilfe, danke im voraus :)
      MfG. Leon :)

    • [Tutorial] Altis Life 4.4 ADAC (OPFOR) einfügen

      • trischi
      • 15. Juli 2016 um 19:15

      @AmaZiinG Ja genau so. Blos du musst halt einen hinzufügen und spawnMarker = ... ändern in adac_spawn_2 und dann noch den Displaynamen wie du ihn haben möchtest.

    • ADAC Notruf funktioniert nicht!

      • trischi
      • 13. Juli 2016 um 13:04
      Zitat von ProjeltLife

      So schau mal hier

      • Spoiler anzeigen
      • Spoiler anzeigen

        class AdacRequest : life_RscButtonMenu

      • Spoiler anzeigen

        {

      • Spoiler anzeigen

        idc = 3023;

      • Spoiler anzeigen

        text = "$STR_CELL_AdacRequest";

      • Spoiler anzeigen

        colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};

      • Spoiler anzeigen

        onButtonClick = "[] call TON_fnc_cell_adacrequest";

      • Spoiler anzeigen

        x = 0.32;

      • Spoiler anzeigen

        y = 0.45;

      • Spoiler anzeigen

        w = 0.2;

      • Spoiler anzeigen

        h = (1 / 25);

      • Spoiler anzeigen

        };

      Spoiler anzeigen


      • Spoiler anzeigen
      • Spoiler anzeigen

        //Zum ADAC

      • Spoiler anzeigen

        TON_fnc_cell_adacrequest =

      • Spoiler anzeigen

        compileFinal "

      • Spoiler anzeigen

        private[""_msg"",""_to""];

      • Spoiler anzeigen

        ctrlShow[3023,false];

      • Spoiler anzeigen

        _msg = ctrlText 3003;

      • Spoiler anzeigen

        _to = ""The ADAC"";

      • Spoiler anzeigen

        if(_msg == """") exitWith {hint ""Du must eine Nachricht erst eine Nachricht schreiben!"";ctrlShow[3023,true];};

      • Spoiler anzeigen

        [_msg,name player,6,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",east];

      • Spoiler anzeigen

        [] call life_fnc_cellphone;

      • Spoiler anzeigen

        hint format[""Notruf abgesendet"",_to,_msg];

      • Spoiler anzeigen

        ctrlShow[3023,true];

      • Spoiler anzeigen

        ";

      Spoiler anzeigen

      Das passt soweit du musst in der functions.sqf nur noch

      • Spoiler anzeigen
      • Spoiler anzeigen

        publicVariable "TON_fnc_cell_textmsg";

      • Spoiler anzeigen

        publicVariable "TON_fnc_cell_textcop";

      • Spoiler anzeigen

        publicVariable "TON_fnc_cell_textadmin";

      • Spoiler anzeigen

        publicVariable "TON_fnc_cell_adminmsg";

      • Spoiler anzeigen

        publicVariable "TON_fnc_cell_adminmsgall";

      • Spoiler anzeigen

        publicVariable "TON_fnc_cell_emsrequest";

      • Spoiler anzeigen

        publicVariable "TON_fnc_cell_adacequest";

      Spoiler anzeigen

      adden


      Probier mal

      Alles anzeigen

      Geht leider immer noch nicht :/ Bitte um weitere hilfe!

    • ADAC Notruf funktioniert nicht!

      • trischi
      • 13. Juli 2016 um 11:23
      Zitat von ProjeltLife

      Da muss auch nichts im RTP stehen, weil man da vielleicht Fehler machen kann aber Sie nicht unbedingt für SQF falsch sein müssen. (Logikfehler)

      Bitte cell_phone.hpp posten sowie functions.sqf (life_server)

      Lg

      cell_phone.hpp

      Code
      class Life_cell_phone {
      idd = 3000;
      name= "life_cell_phone";
      movingEnable = 0;
      enableSimulation = 1;
      onLoad = "[] spawn life_fnc_cellphone";
      class controlsBackground {
      class Life_RscTitleBackground:Life_RscText {
      colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A',0.7])"};
      idc = -1;
      x = 0.1;
      y = 0.2;
      w = 0.64;
      h = (1 / 25);
      };
      
      
      
      
      class MainBackground:Life_RscText {
      colorBackground[] = {0, 0, 0, 0.7};
      idc = -1;
      x = 0.1;
      y = 0.2 + (11 / 250);
      w = 0.64;
      h = 0.3 - (5 / 250);
      };
      };
      class controls {
      
      
      
      
      
      
      
      class Title : Life_RscTitle {
      colorBackground[] = {0, 0, 0, 0};
      idc = 3001;
      text = "$STR_CELL_Title";
      x = 0.1;
      y = 0.2;
      w = 0.6;
      h = (1 / 25);
      };
      
      
      
      
      class TextToSend : Life_RscTitle {
      colorBackground[] = {0, 0, 0, 0};
      idc = 3002;
      text = "$STR_CELL_TextToSend";
      x = 0.1;
      y = 0.25;
      w = 0.6;
      h = (1 / 25);
      };
      
      
      
      
      class textEdit : Life_RscEdit {
      
      
      
      
      idc = 3003;
      
      
      
      
      text = "";
      sizeEx = 0.030;
      x = 0.11; y = 0.3;
      w = 0.62; h = 0.03;
      
      
      
      
      };
      
      
      
      
      class TextMsgButton : life_RscButtonMenu 
      {
      idc = 3015;
      text = "$STR_CELL_TextMSGBtn";
      colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
      onButtonClick = "[] call TON_fnc_cell_textmsg";
      
      
      
      
      x = 0.11;
      y = 0.35;
      w = 0.2;
      h = (1 / 25);
      };
      
      
      
      
      class PlayerList : Life_RscCombo 
      {
      idc = 3004;
      
      
      
      
      x = 0.11; y = 0.4;
      w = 0.2; h = (1 / 25);
      };
      
      
      
      
      class TextCopButton : life_RscButtonMenu 
      {
      idc = 3016;
      text = "$STR_CELL_TextPolice";
      colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
      onButtonClick = "[] call TON_fnc_cell_textcop";
      
      
      
      
      x = 0.32;
      y = 0.35;
      w = 0.2;
      h = (1 / 25);
      };
      
      
      
      
      class TextAdminButton : life_RscButtonMenu 
      {
      idc = 3017;
      text = "$STR_CELL_TextAdmins";
      colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
      onButtonClick = "[] call TON_fnc_cell_textadmin";
      
      
      
      
      x = 0.53;
      y = 0.35;
      w = 0.2;
      h = (1 / 25);
      };
      
      
      
      
      class AdminMsgButton : life_RscButtonMenu 
      {
      idc = 3020;
      text = "$STR_CELL_AdminMsg";
      colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
      onButtonClick = "[] call TON_fnc_cell_adminmsg";
      
      
      
      
      x = 0.32;
      y = 0.4;
      w = 0.2;
      h = (1 / 25);
      };
      
      
      
      
      class AdminMsgAllButton : life_RscButtonMenu 
      {
      idc = 3021;
      text = "$STR_CELL_AdminMSGAll";
      colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
      onButtonClick = "[] call TON_fnc_cell_adminmsgall";
      
      
      
      
      x = 0.53;
      y = 0.4;
      w = 0.2;
      h = (1 / 25);
      };
      
      
      
      
      class EMSRequest : life_RscButtonMenu
      {
      idc = 3022;
      text = "$STR_CELL_EMSRequest";
      colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
      onButtonClick = "[] call TON_fnc_cell_emsrequest";
      
      
      
      
      x = 0.11;
      y = 0.45;
      w = 0.2;
      h = (1 / 25);
      };
      
      
      
      
      class AdacRequest : life_RscButtonMenu
      {
       idc = 3023;
       text = "$STR_CELL_AdacRequest";
       colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
       onButtonClick = "[] call TON_fnc_cell_adacrequest";
       x = 0.32;
       y = 0.45;
       w = 0.2;
       h = (1 / 25);
      };
      
      
      
      
      class CloseButtonKey : Life_RscButtonMenu {
      idc = -1;
      text = "$STR_Global_Close";
      onButtonClick = "closeDialog 0;";
      x = -0.06 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH));
      y = 0.51 + (1 / 50);
      w = (6.25 / 40);
      h = (1 / 25);
      };
      };
      };
      Alles anzeigen


      functions.sqf

      Code
      #include "script_macros.hpp"
      TON_fnc_index =
      compileFinal "
      	private[""_item"",""_stack""];
      	_item = _this select 0;
      	_stack = _this select 1;
      	_return = -1;
      
      
      
      
      	{
      		if(_item in _x) exitWith
      		{
      			_return = _forEachIndex;
      		};
      	} foreach _stack;
      
      
      
      
      	_return;
      ";
      
      
      
      
      TON_fnc_player_query =
      compileFinal "
      	private[""_ret""];
      	_ret = _this select 0;
      	if(isNull _ret) exitWith {};
      	if(isNil ""_ret"") exitWith {};
      
      
      
      
      	[life_atmbank,life_cash,owner player,player,profileNameSteam,getPlayerUID player,playerSide] remoteExecCall [""life_fnc_admininfo"",_ret];
      ";
      publicVariable "TON_fnc_player_query";
      publicVariable "TON_fnc_index";
      
      
      
      
      TON_fnc_isnumber =
      compileFinal "
      	private[""_valid"",""_value"",""_compare""];
      	_value = _this select 0;
      	_valid = [""0"",""1"",""2"",""3"",""4"",""5"",""6"",""7"",""8"",""9""];
      	_array = [_value] call KRON_StrToArray;
      	_return = true;
      
      
      
      
      	{
      		if(_x in _valid) then
      		{}
      		else
      		{
      			_return = false;
      		};
      	} foreach _array;
      	_return;
      ";
      
      
      
      
      publicVariable "TON_fnc_isnumber";
      
      
      
      
      TON_fnc_clientGangKick =
      compileFinal "
      	private[""_unit"",""_group""];
      	_unit = _this select 0;
      	_group = _this select 1;
      	if(isNil ""_unit"" OR isNil ""_group"") exitWith {};
      	if(player == _unit && (group player) == _group) then
      	{
      		life_my_gang = ObjNull;
      		[player] joinSilent (createGroup civilian);
      		hint ""You have been kicked out of the gang."";
      	};
      ";
      
      
      
      
      publicVariable "TON_fnc_clientGangKick";
      
      
      
      
      TON_fnc_clientGetKey =
      compileFinal "
      	private[""_vehicle"",""_unit"",""_giver""];
      	_vehicle = _this select 0;
      	_unit = _this select 1;
      	_giver = _this select 2;
      	if(isNil ""_unit"" OR isNil ""_giver"") exitWith {};
      	if(player == _unit && !(_vehicle in life_vehicles)) then
      	{
      		_name = getText(configFile >> ""CfgVehicles"" >> (typeOf _vehicle) >> ""displayName"");
      		hint format[""%1 has gave you keys for a %2"",_giver,_name];
      		life_vehicles pushBack _vehicle;
      		[getPlayerUID player,playerSide,_vehicle,1] remoteExecCall [""TON_fnc_keyManagement"",2];
      	};
      ";
      
      
      
      
      publicVariable "TON_fnc_clientGetKey";
      
      
      
      
      TON_fnc_clientGangLeader =
      compileFinal "
      	private[""_unit"",""_group""];
      	_unit = _this select 0;
      	_group = _this select 1;
      	if(isNil ""_unit"" OR isNil ""_group"") exitWith {};
      	if(player == _unit && (group player) == _group) then
      	{
      		player setRank ""COLONEL"";
      		_group selectLeader _unit;
      		hint ""You have been made the new leader."";
      	};
      ";
      
      
      
      
      publicVariable "TON_fnc_clientGangLeader";
      
      
      
      
      TON_fnc_clientGangLeft =
      compileFinal "
      	private[""_unit"",""_group""];
      	_unit = _this select 0;
      	_group = _this select 1;
      	if(isNil ""_unit"" OR isNil ""_group"") exitWith {};
      	if(player == _unit && (group player) == _group) then
      	{
      		life_my_gang = ObjNull;
      		[player] joinSilent (createGroup civilian);
      		hint ""You have quit the gang."";
      	};
      ";
      
      
      
      
      publicVariable "TON_fnc_clientGangLeft";
      
      
      
      
      //Cell Phone Messaging
      /*
      	-fnc_cell_textmsg
      	-fnc_cell_textcop
      	-fnc_cell_textadmin
      	-fnc_cell_adminmsg
      	-fnc_cell_adminmsgall
      */
      
      
      
      
      //To EMS
      TON_fnc_cell_emsrequest =
      compileFinal "
      private[""_msg"",""_to""];
      	ctrlShow[3022,false];
      	_msg = ctrlText 3003;
      	_to = ""EMS Units"";
      	if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3022,true];};
      
      
      
      
      	[_msg,name player,5,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",independent];
      	[] call life_fnc_cellphone;
      	hint format[""You have sent a message to all EMS Units."",_to,_msg];
      	ctrlShow[3022,true];
      ";
      //To One Person
      TON_fnc_cell_textmsg =
      compileFinal "
      	private[""_msg"",""_to""];
      	ctrlShow[3015,false];
      	_msg = ctrlText 3003;
      	if(lbCurSel 3004 == -1) exitWith {hint ""You must select a player you are sending the text to!""; ctrlShow[3015,true];};
      	_to = call compile format[""%1"",(lbData[3004,(lbCurSel 3004)])];
      	if(isNull _to) exitWith {ctrlShow[3015,true];};
      	if(isNil ""_to"") exitWith {ctrlShow[3015,true];};
      	if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3015,true];};
      
      
      
      
      	[_msg,name player,0] remoteExecCall [""TON_fnc_clientMessage"",_to];
      	[] call life_fnc_cellphone;
      	hint format[""You sent %1 a message: %2"",name _to,_msg];
      	ctrlShow[3015,true];
      ";
      //To All Cops
      TON_fnc_cell_textcop =
      compileFinal "
      	private[""_msg"",""_to""];
      	ctrlShow[3016,false];
      	_msg = ctrlText 3003;
      	_to = ""The Police"";
      	if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3016,true];};
      
      
      
      
      	[_msg,name player,1,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",-2];
      	[] call life_fnc_cellphone;
      	hint format[""You sent %1 a message: %2"",_to,_msg];
      	ctrlShow[3016,true];
      ";
      
      
      
      
      //Zum ADAC
      TON_fnc_cell_adacrequest =
      compileFinal "
      private[""_msg"",""_to""];
       ctrlShow[3023,false];
       _msg = ctrlText 3003;
       _to = ""The ADAC"";
       if(_msg == """") exitWith {hint ""Du must eine Nachricht erst eine Nachricht schreiben!"";ctrlShow[3023,true];};
       [_msg,name player,6,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",east];
       [] call life_fnc_cellphone;
       hint format[""Notruf abgesendet"",_to,_msg];
       ctrlShow[3023,true];
      ";
      
      
      
      
      //To All Admins
      TON_fnc_cell_textadmin =
      compileFinal "
      	private[""_msg"",""_to"",""_from""];
      	ctrlShow[3017,false];
      	_msg = ctrlText 3003;
      	_to = ""The Admins"";
      	if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3017,true];};
      
      
      
      
      	[_msg,name player,2,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",-2];
      	[] call life_fnc_cellphone;
      	hint format[""You sent %1 a message: %2"",_to,_msg];
      	ctrlShow[3017,true];
      ";
      //Admin To One Person
      TON_fnc_cell_adminmsg =
      compileFinal "
      	if(isServer) exitWith {};
      	if((call life_adminlevel) < 1) exitWith {hint ""You are not an admin!"";};
      	private[""_msg"",""_to""];
      	ctrlShow[3020,false];
      	_msg = ctrlText 3003;
      	_to = call compile format[""%1"",(lbData[3004,(lbCurSel 3004)])];
      	if(isNull _to) exitWith {ctrlShow[3020,true];};
      	if(isNil ""_to"") exitWith {ctrlShow[3020,true];};
      	if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3020,true];};
      
      
      
      
      	[_msg,name player,3] remoteExecCall [""TON_fnc_clientMessage"",_to];
      	[] call life_fnc_cellphone;
      	hint format[""Admin Message Sent To: %1 - Message: %2"",name _to,_msg];
      	ctrlShow[3020,true];
      ";
      
      
      
      
      TON_fnc_cell_adminmsgall =
      compileFinal "
      	if(isServer) exitWith {};
      	if((call life_adminlevel) < 1) exitWith {hint ""You are not an admin!"";};
      	private[""_msg"",""_from""];
      	ctrlShow[3021,false];
      	_msg = ctrlText 3003;
      	if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3021,true];};
      
      
      
      
      	[_msg,name player,4] remoteExecCall [""TON_fnc_clientMessage"",-2];
      	[] call life_fnc_cellphone;
      	hint format[""Admin Message Sent To All: %1"",_msg];
      	ctrlShow[3021,true];
      ";
      
      
      
      
      publicVariable "TON_fnc_cell_textmsg";
      publicVariable "TON_fnc_cell_textcop";
      publicVariable "TON_fnc_cell_textadmin";
      publicVariable "TON_fnc_cell_adminmsg";
      publicVariable "TON_fnc_cell_adminmsgall";
      publicVariable "TON_fnc_cell_emsrequest";
      //Client Message
      /*
      	0 = private message
      	1 = police message
      	2 = message to admin
      	3 = message from admin
      	4 = admin message to all
      */
      TON_fnc_clientMessage =
      compileFinal "
      	if(isServer) exitWith {};
      	private[""_msg"",""_from"", ""_type""];
      	_msg = _this select 0;
      	_from = _this select 1;
      	_type = _this select 2;
      	if(_from == """") exitWith {};
      	switch (_type) do
      	{
      		case 0 :
      		{
      			private[""_message""];
      			_message = format["">>>MESSAGE FROM %1: %2"",_from,_msg];
      			hint parseText format [""<t color='#FFCC00'><t size='2'><t align='center'>New Message<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>You<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%2"",_from,_msg];
      
      
      
      
      			[""TextMessage"",[format[""You Received A New Private Message From %1"",_from]]] call bis_fnc_showNotification;
      			systemChat _message;
      		};
      
      
      
      
      		case 1 :
      		{
      			if(side player != west) exitWith {};
      			private[""_message"",""_loc"",""_unit""];
      			_loc = _this select 3;
      			_unit = _this select 4;
      			_message = format[""--- 911 DISPATCH FROM %1: %2"",_from,_msg];
      			if(isNil ""_loc"") then {_loc = ""Unknown"";};
      			hint parseText format [""<t color='#316dff'><t size='2'><t align='center'>New Dispatch<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>All Officers<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><t color='#33CC33'>Coords: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%3"",_from,_loc,_msg];
      
      
      
      
      			[""PoliceDispatch"",[format[""A New Police Report From: %1"",_from]]] call bis_fnc_showNotification;
      			systemChat _message;
      		};
      
      
      
      
      		case 2 :
      		{
      			if((call life_adminlevel) < 1) exitWith {};
      			private[""_message"",""_loc"",""_unit""];
      			_loc = _this select 3;
      			_unit = _this select 4;
      			_message = format[""!!! ADMIN REQUEST FROM %1: %2"",_from,_msg];
      			if(isNil ""_loc"") then {_loc = ""Unknown"";};
      			hint parseText format [""<t color='#ffcefe'><t size='2'><t align='center'>Admin Request<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>Admins<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><t color='#33CC33'>Coords: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%3"",_from,_loc,_msg];
      
      
      
      
      			[""AdminDispatch"",[format[""%1 Has Requested An Admin!"",_from]]] call bis_fnc_showNotification;
      			systemChat _message;
      		};
      
      
      
      
      		case 3 :
      		{
      			private[""_message""];
      			_message = format[""!!! ADMIN MESSAGE: %1"",_msg];
      			_admin = format[""Sent by admin: %1"", _from];
      			hint parseText format [""<t color='#FF0000'><t size='2'><t align='center'>Admin Message<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>You<br/><t color='#33CC33'>From: <t color='#ffffff'>An Admin<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%1"",_msg];
      
      
      
      
      			[""AdminMessage"",[""You Have Received A Message From An Admin!""]] call bis_fnc_showNotification;
      			systemChat _message;
      			if((call life_adminlevel) > 0) then {systemChat _admin;};
      		};
      
      
      
      
      		case 4 :
      		{
      			private[""_message"",""_admin""];
      			_message = format[""!!!ADMIN MESSAGE: %1"",_msg];
      			_admin = format[""Sent by admin: %1"", _from];
      			hint parseText format [""<t color='#FF0000'><t size='2'><t align='center'>Admin Message<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>All Players<br/><t color='#33CC33'>From: <t color='#ffffff'>The Admins<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%1"",_msg];
      
      
      
      
      			[""AdminMessage"",[""You Have Received A Message From An Admin!""]] call bis_fnc_showNotification;
      			systemChat _message;
      			if((call life_adminlevel) > 0) then {systemChat _admin;};
      		};
      
      
      
      
      		case 5: {
      			if(side player != independent) exitWith {};
      			private[""_message"",""_loc"",""_unit""];
      			_loc = _this select 3;
      			_unit = _this select 4;
      			_message = format[""!!! EMS REQUEST: %1"",_msg];
      			hint parseText format [""<t color='#FFCC00'><t size='2'><t align='center'>EMS Request<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>You<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><t color='#33CC33'>Coords: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%3"",_from,_loc,_msg];
      
      
      
      
      			[""TextMessage"",[format[""EMS Request from %1"",_from]]] call bis_fnc_showNotification;
      		};
      case 6: {
       if(side player != east) exitWith {};
       private[""_message"",""_loc"",""_unit""];
       _loc = _this select 3;
       _unit = _this select 4;
       _message = format[""!!! ADAC NOTRUF: %1"",_msg];
       hint parseText format [""<t color='#FFCC00'><t size='2'><t align='center'>Eingehender Notruf<br/><br/><t color='#33CC33'><t align='left'><t size='1'>Von: <t color='#ffffff'>%1<br/><t color='#33CC33'>Koordinaten: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Nachricht:<br/><t color='#ffffff'>%3"",_from,_loc,_msg];
      
      
      
      
       [""AdacMessage"",[format[""Notruf von %1"",_from]]] call bis_fnc_showNotification;
      };
      	";
      publicVariable "TON_fnc_clientMessage";
      Alles anzeigen
    • ADAC Notruf funktioniert nicht!

      • trischi
      • 13. Juli 2016 um 11:08
      Zitat von Big Mike

      Das Problem ist, ich erkenne so keinen Fehler. Die RPT weist aktuell nur die von mir angesprochene Fehlermeldung. Versuch mal ADAC message zu schreiben und dann mal die RPT hier rein zustellen. Ansonsten mal start -> Ausführung %appdate% und einen Ordner darüber gehen in Local und dort unter arma3 schauen und dort die clientseitige RPT zusenden.

      Hatte vorher auch eine Nachricht gesendet und dann den Log geschickt.

      Hier der User RPT Log:

      Spoiler anzeigen

      20:55:32 InitSound ...
      20:55:32 InitSound - complete
      20:55:32 PhysX3 SDK Init started ...
      20:55:32 PhysX3 SDK Init ended.
      20:55:34 Attempt to override final function - rscminimap_script
      20:55:34 Attempt to override final function - rscdisplayloading_script
      20:55:34 Attempt to override final function - rscdisplayloading_script
      20:55:34 Attempt to override final function - rscdisplayloading_script
      20:55:34 Attempt to override final function - rscdiary_script
      20:55:34 Attempt to override final function - rscdisplaysinglemission_script
      20:55:34 Attempt to override final function - rscdiary_script
      20:55:34 Attempt to override final function - rscdisplayremotemissions_script
      20:55:34 Attempt to override final function - rscdisplayloading_script
      20:55:34 Attempt to override final function - rscdiary_script
      20:55:34 Attempt to override final function - rscdiary_script
      20:55:34 Attempt to override final function - rscdisplaystrategicmap_script
      20:55:34 Attempt to override final function - rscdisplaycommon_script
      20:55:34 Attempt to override final function - rscdisplayloading_script
      20:55:35 Attempt to override final function - rscdisplaycurator_script
      20:55:35 Attempt to override final function - rscdisplayattributes_script
      20:55:35 Attempt to override final function - rscdisplayattributes_script
      20:55:35 Attempt to override final function - rscdisplayattributes_script
      20:55:35 Attempt to override final function - rscdisplaycommon_script
      20:55:35 Attempt to override final function - rscdisplaydebriefing_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:35 Attempt to override final function - rscunitinfo_script
      20:55:36 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
      20:55:37 Connected to Steam servers
      20:56:43 Unsupported language English in stringtable
      20:56:47 Unsupported language English in stringtable
      20:57:41 Unsupported language English in stringtable
      20:57:41 Unsupported language English in stringtable
      20:57:45 Mission Altis_Life.Altis: Number of roles (99) is different from 'description.ext::Header::maxPlayer' (75)
      20:57:49 Starting mission:
      20:57:49 Mission file: Altis_Life
      20:57:49 Mission world: Altis
      20:57:49 Mission directory: mpmissions\Altis_Life.Altis\
      20:58:06 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      20:58:06 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      20:58:23 Attempt to override final function - bis_functions_list
      20:58:23 Attempt to override final function - bis_functions_listpreinit
      20:58:23 Attempt to override final function - bis_functions_listpostinit
      20:58:23 Attempt to override final function - bis_functions_listrecompile
      20:58:23 Attempt to override final function - bis_fnc_missiontaskslocal
      20:58:23 Attempt to override final function - bis_fnc_missionconversationslocal
      20:58:23 Attempt to override final function - bis_fnc_missionflow
      20:58:33 No speaker given for Teshi Azikiwe
      20:58:34 No speaker given for Katungi Sesse-Seko
      20:58:34 No speaker given for Katungi Azikiwe
      20:58:34 No speaker given for Gillis Griffiths
      20:58:34 No speaker given for Kwame Awolowo
      20:58:34 No speaker given for Lin Wu
      20:58:34 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      20:58:34 No speaker given for Ian Lee
      20:58:35 No speaker given for Max Robertson
      20:58:35 No speaker given for Jack Jones
      20:58:35 No speaker given for Alfie Young
      20:58:35 No speaker given for Kofi Ibori
      20:58:35 No speaker given for George Bennett
      20:58:35 No speaker given for Shawn Martinez
      20:58:35 No speaker given for Joseph Smith
      20:58:35 No speaker given for Pan Ng
      20:58:35 No speaker given for Kong Il
      20:58:35 No speaker given for Oliver Taylor
      20:58:35 No speaker given for Thomas Morgan
      20:58:35 No speaker given for Harry Faulkner
      20:58:35 No speaker given for Kuang Lee
      20:58:35 No speaker given for Luke Halliwell
      20:58:35 No speaker given for Sean Abbey
      20:58:35 No speaker given for Conor Stewart
      20:58:35 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      20:58:35 No speaker given for Tyler Moore
      20:58:35 No speaker given for Davu Tinibu
      20:58:35 No speaker given for Keith MacDonald
      20:58:35 No speaker given for Geoff Faulkner
      20:58:35 No speaker given for Toby Lewis
      20:58:35 No speaker given for Charlie Wood
      20:58:36 No speaker given for Jack Campbell
      20:58:36 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      20:58:36 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      20:58:37 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
      20:58:37 Warning Message: Script life_server\init.sqf not found

    • Lizenzen speichern nicht!

      • trischi
      • 13. Juli 2016 um 10:56
      Zitat von Shinji

      Immer schön zu sehen dass niemand den Helfern helfen will... -> wäre gut zu wissen woher du die OPFOR hast. bzw. welches Tut

      Dann wären RPT`s sinnvoll, sowie [lexicon]extdb[/lexicon] logs.
      Wie hast du denn die Lizenzen eingebunden.

      Hat sich erledigt lag an der Datenbank. Jetzt besteht mir nur noch das Problem ADAC Notruf funktioniert nicht!
      MfG. Leon

      #Close

    • ADAC Notruf funktioniert nicht!

      • trischi
      • 10. Juli 2016 um 10:40
      Zitat von Big Mike

      Am besten gehst du nach und nach nochmal alles durch.

      Habe ich getan aber leider ohne Erfolg bitte um weitere hilfe.
      MfG. Leon

    • ADAC Notruf funktioniert nicht!

      • trischi
      • 9. Juli 2016 um 23:01

      Ich muss das unbedingt mit den ADAC Nachrichten hinbekommen :(

    • ADAC Notruf funktioniert nicht!

      • trischi
      • 9. Juli 2016 um 23:01
      Zitat von Big Mike

      Ahoi, an sich sieht es soweit normal aus, bis auf das da. STR_NEWS. Schick mir mal den Link zu dem Tutorial und ich wühle mich mal da durch.

      Also das Adac Tutorial:
      https://native-network.net/thread/2474-tu…-einf%C3%BCgen/

      Und das mit der Stringtable gehört zu dem Tutorial:
      https://native-network.net/thread/2581-tu…undnachrichten/

    • ADAC Notruf funktioniert nicht!

      • trischi
      • 9. Juli 2016 um 22:35
      Zitat von Big Mike

      bitte die rpt log mit einfügen! Danke

      RPT log

      Spoiler anzeigen

      =====================================================================

      22:26:48 addons\language_f_bootcamp.pbo - 99992
      22:26:48 addons\structures_f_households.pbo - 98423
      22:26:48 addons\ui_f.pbo - 100111
      22:26:48 addons\sounds_f_epb.pbo - 98423
      22:26:48 addons\missions_f_epa_data.pbo - 98436
      22:26:48 addons\map_altis_data_layers_00_01.pbo - 99901
      22:26:48 addons\missions_f_gamma.pbo - 98436
      22:26:48 addons\dubbing_f_bootcamp.pbo - 98398
      22:26:48 addons\sounds_f_vehicles.pbo - 98423
      22:26:48 addons\modules_f_exp_a.pbo - 98459
      22:26:48 addons\missions_f_epb_video.pbo - 73106
      22:26:48 addons\missions_f_video.pbo - 98436
      22:26:48 addons\structures_f_exp_a.pbo - 98423
      22:26:48 addons\languagemissions_f_bootcamp.pbo - 99993
      22:26:48 addons\cargoposes_f.pbo - 98395
      22:26:48 addons\characters_f_bootcamp.pbo - 98395
      22:26:48 addons\missions_f_beta.pbo - 98436
      22:26:48 addons\soft_f_gamma.pbo - 99007
      22:26:48 addons\functions_f_exp_a.pbo - 98403
      22:26:48 addons\language_f_gamma.pbo - 99993
      22:26:48 addons\languagemissions_f_exp_a.pbo - 99996
      22:26:48 addons\missions_f_beta_data.pbo - 98436
      22:26:48 addons\sounds_f_epc.pbo - 98423
      22:26:48 addons\languagemissions_f.pbo - 99993
      22:26:48 addons\uifonts_f.pbo - 98423
      22:26:48 addons\language_f_exp_a.pbo - 99993
      22:26:48 addons\structures_f_bootcamp.pbo - 98423
      22:26:48 addons\armor_f_epb.pbo - 98395
      22:26:48 addons\missions_f_epb_data.pbo - 92728
      22:26:48 addons\static_f_gamma.pbo - 98423
      22:26:48 addons\animals_f_beta.pbo - 98395
      22:26:48 addons\functions_f.pbo - 100265
      22:26:48 addons\baseconfig_f.pbo - 99080
      22:26:48 addons\map_stratis_data_layers.pbo - 98581
      22:26:48 addons\missions_f_gamma_data.pbo - 98436
      22:26:48 addons\dubbing_radio_f.pbo - 99982
      22:26:48 addons\missions_f_epa_video.pbo - 98436
      22:26:48 addons\missions_f_data.pbo - 98436
      22:26:48 addons\missions_f_gamma_video.pbo - 98436
      22:26:48 addons\props_f_exp_a.pbo - 98443
      22:26:48 addons\sounds_f_characters.pbo - 98423
      22:26:48 addons\languagemissions_f_beta.pbo - 99993
      22:26:48 addons\modules_f.pbo - 98663
      22:26:48 addons\modules_f_bootcamp.pbo - 98422
      22:26:48 addons\languagemissions_f_epb.pbo - 99993
      22:26:48 addons\sounds_f_exp_a.pbo - 98443
      22:26:48 addons\missions_f_epc.pbo - 98420
      22:26:48 addons\weapons_f_beta.pbo - 98423
      22:26:48 addons\soft_f_beta.pbo - 98423
      22:26:48 addons\rocks_f.pbo - 99030
      22:26:48 addons\editorpreviews_f.pbo - 99556
      22:26:48 addons\ui_f_data.pbo - 99905
      22:26:48 addons\dubbing_radio_f_data_vr.pbo - 99078
      22:26:48 addons\characters_f_beta.pbo - 98395
      22:26:48 addons\anims_f_epc.pbo - 98397
      22:26:48 addons\armor_f_beta.pbo - 99591
      22:26:48 addons\language_f_epb.pbo - 99992
      22:26:48 addons\data_f_bootcamp.pbo - 98437
      22:26:48 addons\music_f_epc.pbo - 98423
      22:26:48 addons\air_f_epc.pbo - 98395
      22:26:48 addons\weapons_f_epa.pbo - 98423
      22:26:48 addons\dubbing_radio_f_data_per.pbo - 99078
      22:26:48 addons\characters_f_epc.pbo - 98395
      22:26:48 addons\music_f_bootcamp_music.pbo - 98422
      22:26:48 addons\anims_f_epa.pbo - 98397
      22:26:48 addons\functions_f_bootcamp.pbo - 98790
      22:26:48 addons\structures_f_epa.pbo - 99891
      22:26:48 addons\soft_f.pbo - 98851
      22:26:48 addons\sounds_f_sfx.pbo - 98423
      22:26:48 addons\weapons_f_epb.pbo - 98423
      22:26:48 addons\music_f_epa_music.pbo - 98422
      22:26:48 addons\map_altis_data.pbo - 99740
      22:26:48 addons\characters_f_gamma.pbo - 99374
      22:26:48 addons\ui_f_exp_a.pbo - 98443
      22:26:48 addons\map_altis_data_layers.pbo - 99901
      22:26:48 addons\armor_f_epc.pbo - 98395
      22:26:48 addons\music_f_epa.pbo - 98422
      22:26:48 addons\structures_f.pbo - 98423
      22:26:48 addons\map_stratis_data.pbo - 98435
      22:26:48 addons\sounds_f_environment.pbo - 98459
      22:26:48 addons\plants_f.pbo - 98423
      22:26:48 addons\modules_f_beta.pbo - 98422
      22:26:48 addons\ui_f_bootcamp.pbo - 98423
      22:26:48 addons\characters_f_epa.pbo - 98395
      22:26:48 addons\boat_f.pbo - 98395
      22:26:48 addons\data_f.pbo - 99713
      22:26:48 addons\map_vr.pbo - 98784
      22:26:48 addons\language_f_epa.pbo - 99992
      22:26:48 addons\dubbing_radio_f_data_eng.pbo - 99078
      22:26:48 addons\music_f_epc_music.pbo - 98422
      22:26:48 addons\soft_f_bootcamp.pbo - 98423
      22:26:48 addons\map_altis_scenes_f.pbo - 98766
      22:26:48 addons\weapons_f_epc.pbo - 98424
      22:26:48 addons\dubbing_f_epa.pbo - 98398
      22:26:48 addons\sounds_f_arsenal.pbo - 98423
      22:26:48 addons\static_f_beta.pbo - 98423
      22:26:48 addons\drones_f.pbo - 99942
      22:26:48 addons\animals_f.pbo - 98453
      22:26:48 addons\map_altis.pbo - 100239
      22:26:48 addons\map_altis_data_layers_00_00.pbo - 99901
      22:26:48 addons\roads_f.pbo - 98423
      22:26:48 addons\air_f.pbo - 99988
      22:26:48 addons\armor_f.pbo - 98395
      22:26:48 addons\missions_f_epb.pbo - 98420
      22:26:48 addons\static_f.pbo - 99943
      22:26:48 addons\missions_f_beta_video.pbo - 98436
      22:26:48 addons\language_f.pbo - 100046
      22:26:48 addons\characters_f.pbo - 99496
      22:26:48 addons\boat_f_gamma.pbo - 98395
      22:26:48 addons\missions_f_bootcamp_data.pbo - 98436
      22:26:48 addons\dubbing_f.pbo - 98398
      22:26:48 addons\air_f_gamma.pbo - 98395
      22:26:48 addons\map_stratis.pbo - 100234
      22:26:48 addons\missions_f_exp_a_data.pbo - 98702
      22:26:48 addons\music_f.pbo - 98422
      22:26:48 addons\map_vr_scenes_f.pbo - 98782
      22:26:48 addons\3den.pbo - 99525
      22:26:48 addons\anims_f_bootcamp.pbo - 98395
      22:26:48 addons\languagemissions_f_epa.pbo - 99993
      22:26:48 addons\functions_f_epa.pbo - 98406
      22:26:48 addons\structures_f_epc.pbo - 98423
      22:26:48 addons\missions_f.pbo - 98436
      22:26:48 addons\functions_f_epc.pbo - 98406
      22:26:48 addons\music_f_epb.pbo - 98422
      22:26:48 addons\structures_f_mil.pbo - 99557
      22:26:48 addons\soft_f_epc.pbo - 98423
      22:26:48 addons\boat_f_epc.pbo - 98395
      22:26:48 addons\language_f_epc.pbo - 99992
      22:26:48 addons\modules_f_data.pbo - 98422
      22:26:48 addons\structures_f_epb.pbo - 98423
      22:26:48 addons\armor_f_gamma.pbo - 98395
      22:26:48 addons\missions_f_epc_data.pbo - 84724
      22:26:48 addons\weapons_f.pbo - 99719
      22:26:48 addons\uifonts_f_data.pbo - 98423
      22:26:48 addons\air_f_beta.pbo - 98395
      22:26:48 addons\music_f_music.pbo - 98423
      22:26:48 addons\anims_f.pbo - 100288
      22:26:48 addons\structures_f_ind.pbo - 98423
      22:26:48 addons\air_f_epb.pbo - 99941
      22:26:48 addons\dubbing_radio_f_data_gre.pbo - 99078
      22:26:48 addons\modules_f_beta_data.pbo - 98422
      22:26:48 addons\map_stratis_scenes_f.pbo - 98774
      22:26:48 addons\data_f_exp_a.pbo - 98437
      22:26:48 addons\languagemissions_f_gamma.pbo - 99995
      22:26:48 addons\missions_f_exp_a.pbo - 99081
      22:26:48 addons\dubbing_f_beta.pbo - 98398
      22:26:48 addons\anims_f_exp_a.pbo - 98695
      22:26:48 addons\characters_f_epb.pbo - 98395
      22:26:48 addons\structures_f_wrecks.pbo - 98423
      22:26:48 addons\map_altis_data_layers_01_01.pbo - 99901
      22:26:48 addons\misc_f.pbo - 98416
      22:26:48 addons\music_f_bootcamp.pbo - 98422
      22:26:48 addons\data_f_exp_b.pbo - 98643
      22:26:48 addons\missions_f_bootcamp.pbo - 98436
      22:26:48 addons\dubbing_f_gamma.pbo - 98398
      22:26:48 addons\dubbing_f_epb.pbo - 98398
      22:26:48 addons\language_f_exp_b.pbo - 99993
      22:26:48 addons\map_altis_data_layers_01_00.pbo - 99901
      22:26:48 addons\3den_language.pbo - 99992
      22:26:48 addons\weapons_f_bootcamp.pbo - 98423
      22:26:48 addons\editor_f.pbo - 98402
      22:26:48 addons\sounds_f_bootcamp.pbo - 98423
      22:26:48 addons\anims_f_data.pbo - 98480
      22:26:48 addons\modules_f_epb.pbo - 98422
      22:26:48 addons\missions_f_epc_video.pbo - 84725
      22:26:48 addons\map_data.pbo - 100132
      22:26:48 addons\dubbing_radio_f_data_engb.pbo - 99078
      22:26:48 addons\dubbing_f_epc.pbo - 98398
      22:26:48 addons\music_f_epb_music.pbo - 98422
      22:26:48 addons\structures_f_data.pbo - 98423
      22:26:48 addons\a3.pbo - unknown
      22:26:48 addons\boat_f_beta.pbo - 98395
      22:26:48 addons\signs_f.pbo - 99349
      22:26:48 addons\sounds_f.pbo - 99745
      22:26:48 addons\language_f_beta.pbo - 99992
      22:26:48 addons\weapons_f_gamma.pbo - 98423
      22:26:48 addons\missions_f_bootcamp_video.pbo - 98436
      22:26:48 addons\languagemissions_f_epc.pbo - 99993
      22:26:48 addons\missions_f_epa.pbo - 98893
      22:26:48
      22:26:48 =======================
      22:26:48
      22:26:48 ============================================================================================= List of mods ===============================================================================================
      22:26:48 modsReadOnly = true
      22:26:48 safeModsActivated = false
      22:26:48 customMods = true
      22:26:48 hash = '18168B6348930A76C89C9296E6EF61BD4FC41C80'
      22:26:48 hashShort = '1e984ca'
      22:26:48 name | modDir | default | origin | hash | hashShort | fullPath
      22:26:48 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      22:26:48 @extDB2 | @extDB2 | false | GAME DIR | | | C:\SERVICES\ni350050_1_SHARE\ftproot\arma3\@extDB2
      22:26:48 @life_server | @life_server | false | GAME DIR | 3f42040a944bd095e4f0a30c8ff9f657eda47c01 | b0967617 | C:\SERVICES\ni350050_1_SHARE\ftproot\arma3\@life_server
      22:26:48 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | |
      22:26:48 Arma 3 Marksmen | mark | true | GAME DIR | 8a8bc2a7d7ad8251bcc82f29aea6d3f34ebffb3d | 1c11a244 | C:\SERVICES\ni350050_1_SHARE\ftproot\arma3\mark
      22:26:48 Arma 3 Helicopters | heli | true | GAME DIR | 1614a75b4d3cceb5d296ca4101a589fba596aa5e | 9a800f11 | C:\SERVICES\ni350050_1_SHARE\ftproot\arma3\heli
      22:26:48 Arma 3 Karts | kart | true | GAME DIR | 41f70c200a668f39e52eedf55e0c6f494aef1903 | c9867676 | C:\SERVICES\ni350050_1_SHARE\ftproot\arma3\kart
      22:26:48 [lexicon]Arma 3 Zeus[/lexicon] | curator | true | GAME DIR | fb1eec1e78a39cd021a71a293ae4ae1e00c98686 | 44f886e | C:\SERVICES\ni350050_1_SHARE\ftproot\arma3\curator
      22:26:48 Arma 3 | A3 | true | NOT FOUND | | |
      22:26:48 ==========================================================================================================================================================================================================
      22:26:48 InitSound ...
      22:26:48 InitSound - complete
      22:26:48 PhysX3 SDK Init started ...
      22:26:48 PhysX3 SDK Init ended.
      22:26:48 Preloaded texture GroupDir not found in bin\http://config.bin/CfgInGameUI/
      22:26:51 Attempt to override final function - rscminimap_script
      22:26:51 Attempt to override final function - rscdisplayloading_script
      22:26:51 Attempt to override final function - rscdisplayloading_script
      22:26:51 Attempt to override final function - rscdisplayloading_script
      22:26:51 Attempt to override final function - rscdiary_script
      22:26:52 Attempt to override final function - rscdisplaysinglemission_script
      22:26:52 Attempt to override final function - rscdiary_script
      22:26:52 Attempt to override final function - rscdisplayremotemissions_script
      22:26:52 Attempt to override final function - rscdisplayloading_script
      22:26:52 Attempt to override final function - rscdiary_script
      22:26:52 Attempt to override final function - rscdiary_script
      22:26:52 Attempt to override final function - rscdisplaystrategicmap_script
      22:26:52 Attempt to override final function - rscdisplaycommon_script
      22:26:52 Attempt to override final function - rscdisplaygarage_script
      22:26:52 Attempt to override final function - rscdisplayhostsettings_script
      22:26:52 Attempt to override final function - rscdisplayloading_script
      22:26:53 Attempt to override final function - rscdisplaycurator_script
      22:26:53 Attempt to override final function - display3deneditcomposition_script
      22:26:53 Attempt to override final function - display3deneditattributes_script
      22:26:53 Attempt to override final function - display3deneditattributes_script
      22:26:53 Attempt to override final function - rscdisplayhostsettings_script
      22:26:53 Attempt to override final function - rscdisplaycommon_script
      22:26:53 Attempt to override final function - rscdisplaydebriefing_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:53 Attempt to override final function - rscunitinfo_script
      22:26:56 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
      22:26:56 Steam AppId from steam_appid.txt: 107410
      22:26:56 Unexpected stringtable format inside <Text ID="STR_News_StructuredText"><Original>
      22:26:56 Unexpected stringtable format inside <Text ID="STR_News_BroadcastedBy"><Original>
      22:26:56 Unexpected stringtable format inside <Text ID="STR_News_BroadcastedBy"><Package>
      22:26:56 Unexpected stringtable format inside <Text ID="STR_News_BroadcastedBy"><Key>
      22:26:56 Unsupported language English in stringtable
      22:26:56 Unexpected stringtable format inside <Text ID="STR_News_StructuredText"><Original>
      22:26:56 Unexpected stringtable format inside <Text ID="STR_News_BroadcastedBy"><Original>
      22:26:56 Unexpected stringtable format inside <Text ID="STR_News_BroadcastedBy"><Package>
      22:26:56 Unexpected stringtable format inside <Text ID="STR_News_BroadcastedBy"><Key>
      22:26:56 Unsupported language English in stringtable
      22:27:02 Mission Altis_Life.Altis: Number of roles (100) is different from 'description.ext::Header::maxPlayer' (75)
      22:27:02 Connected to Steam servers
      22:27:03 Starting mission:
      22:27:03 Mission file: Altis_Life
      22:27:03 Mission world: Altis
      22:27:03 Mission directory: mpmissions\Altis_Life.Altis\
      22:27:19 Unknown hit sound type in A3\data_f\Penetration\tyre.bisurf.soundHit
      22:27:20 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      22:27:20 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
      22:27:36 Attempt to override final function - bis_functions_list
      22:27:36 Attempt to override final function - bis_functions_listpreinit
      22:27:36 Attempt to override final function - bis_functions_listpostinit
      22:27:36 Attempt to override final function - bis_functions_listrecompile
      22:27:36 Attempt to override final function - bis_fnc_missiontaskslocal
      22:27:36 Attempt to override final function - bis_fnc_missionconversationslocal
      22:27:36 Attempt to override final function - bis_fnc_missionflow
      22:27:36 Loading movesType CfgGesturesMale
      22:27:37 MovesType CfgGesturesMale load time 170 ms
      22:27:37 Loading movesType CfgMovesMaleSdr
      22:27:48 Animation a3\cargoposes_f\anim\passenger_flatground_leanleft_kia.rtm not found or empty
      22:27:48 Animation a3\cargoposes_f\anim\passenger_flatground_leanright_kia.rtm not found or empty
      22:27:50 MovesType CfgMovesMaleSdr load time 13086 ms
      22:27:50 No speaker given for Spencer Santorum
      22:27:50 No speaker given for Imre Ibori
      22:27:51 No speaker given for Oringo Ekwensi
      22:27:51 No speaker given for Shaan Igwe
      22:27:52 No speaker given for Callum Bennett
      22:27:52 No speaker given for Hamidi Okonkwo
      22:27:52 No speaker given for Pan Han
      22:27:52 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      22:27:52 No speaker given for Lucas Clarke
      22:27:52 No speaker given for Ian Lee
      22:27:52 No speaker given for Max Robertson
      22:27:52 No speaker given for Jack Jones
      22:27:52 No speaker given for Teshi Osmani
      22:27:52 No speaker given for Adam Anderson
      22:27:52 No speaker given for George Bennett
      22:27:52 No speaker given for Shawn Martinez
      22:27:52 No speaker given for Wu Yeung
      22:27:52 No speaker given for Liang Sun
      22:27:52 No speaker given for Ryan White
      22:27:52 No speaker given for Oliver Taylor
      22:27:53 No speaker given for David Bennett
      22:27:53 No speaker given for Tan Sun
      22:27:53 No speaker given for David Smith
      22:27:53 No speaker given for Luke Halliwell
      22:27:53 No speaker given for Harrison Burr
      22:27:53 soldier[B_diver_F]:Some of magazines weren't stored in soldier Vest or Uniform?
      22:27:53 No speaker given for Fred Davis
      22:27:53 No speaker given for Omari Egwu
      22:27:53 No speaker given for Colin Johnson
      22:27:53 No speaker given for Keith MacDonald
      22:27:53 No speaker given for Geoff Faulkner
      22:27:53 No speaker given for Paul Taylor
      22:27:53 No speaker given for Dwan Newton
      22:27:53 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 1c not found
      22:27:53 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 2c not found
      22:27:53 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 3c not found
      22:27:53 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 4c not found
      22:27:53 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 5c not found
      22:27:53 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 6c not found
      22:27:53 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 7c not found
      22:27:53 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 8c not found
      22:27:53 Wrong geometry convex component mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Convex component number 3. not found
      22:27:53 No speaker given for Evangelos Mastori
      22:27:53 No speaker given for Anthis Verga
      22:27:53 No speaker given for Achilleas Vidales
      22:27:53 No speaker given for Evripidis Mastori
      22:27:53 No speaker given for Kostis Kanelloupou
      22:27:53 No speaker given for Achilleas Haikias
      22:27:53 No speaker given for Dimitiros Savalas
      22:27:53 No speaker given for Dimitiros Petridis
      22:27:53 No speaker given for Gekas Dimitriadis
      22:27:53 No speaker given for Janos Mylonaki
      22:27:53 No speaker given for Vangelis Haikias
      22:27:53 No speaker given for Giorgos Savalas
      22:27:53 No speaker given for Rosi Melidoni
      22:27:53 No speaker given for Kostas Kanelloupou
      22:27:53 No speaker given for Arion Manetta
      22:27:53 No speaker given for Sotiris Baros
      22:27:53 No speaker given for Achilleas Xenakis
      22:27:53 No speaker given for Lafteris Petridis
      22:27:53 No speaker given for Angelos Lagos
      22:27:53 No speaker given for Kostas Vidales
      22:27:53 No speaker given for Janos Stanis
      22:27:53 No speaker given for Kyriakos Isofidou
      22:27:53 No speaker given for Vasilis Oikonomopulu
      22:27:55 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      22:27:55 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
      22:27:57 Error: Object(2 : 4) not found
      22:27:57 Error: Object(2 : 6) not found
      22:27:57 Error: Object(2 : 99) not found
      22:27:57 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
      22:27:57 Mission id: 0e1b6a3f354fbbaf4d42afa4bac85a1f80a8af88
      22:27:57 "extDB2: Connected to Database"
      22:28:40 Error: Object(3 : 4) not found
      22:28:40 Error: Object(3 : 5) not found
      22:28:48 Server: Object 2:1065 not found (message Type_92)
      22:29:09 Client: Remote object 3:1 not found
      22:29:10 Warning: Cleanup player - person 2:1215 not found
      22:29:13 Server: Object 2:1065 not found (message Type_156)
      22:29:20 Error: Object(3 : 9) not found
      22:29:20 Server: Object 2:1065 not found (message Type_120)
      22:29:28 Server: Object 2:1065 not found (message Type_92)
      22:29:49 Server: Object 3:0 not found (message Type_92)
      22:30:08 Server: Object 2:1065 not found (message Type_92)
      22:30:22 Server: Object 3:0 not found (message Type_120)
      22:30:29 Server: Object 3:0 not found (message Type_92)
      22:30:34 Server: Object 2:1065 not found (message Type_120)
      22:30:48 Server: Object 2:1065 not found (message Type_92)
      22:31:09 Server: Object 3:0 not found (message Type_92)

      #Edit

    • ADAC Notruf funktioniert nicht!

      • trischi
      • 9. Juli 2016 um 22:22

      Habe das ADAC Script aus dem Forum für die 4.4 eingebaut. klappt alles prima außer das die Ziviliste keine Nachrichten an den ADAC senden können bitte um hilfe!
      MfG. Leon


      Hier meine Functions.sqf

      Spoiler anzeigen

      #include "script_macros.hpp"
      TON_fnc_index =
      compileFinal "
      private[""_item"",""_stack""];
      _item = _this select 0;
      _stack = _this select 1;
      _return = -1;

      {
      if(_item in _x) exitWith
      {
      _return = _forEachIndex;
      };
      } foreach _stack;

      _return;
      ";

      TON_fnc_player_query =
      compileFinal "
      private[""_ret""];
      _ret = _this select 0;
      if(isNull _ret) exitWith {};
      if(isNil ""_ret"") exitWith {};

      [life_atmbank,life_cash,owner player,player,profileNameSteam,getPlayerUID player,playerSide] remoteExecCall [""life_fnc_admininfo"",_ret];
      ";
      publicVariable "TON_fnc_player_query";
      publicVariable "TON_fnc_index";

      TON_fnc_isnumber =
      compileFinal "
      private[""_valid"",""_value"",""_compare""];
      _value = _this select 0;
      _valid = [""0"",""1"",""2"",""3"",""4"",""5"",""6"",""7"",""8"",""9""];
      _array = [_value] call KRON_StrToArray;
      _return = true;

      {
      if(_x in _valid) then
      {}
      else
      {
      _return = false;
      };
      } foreach _array;
      _return;
      ";

      publicVariable "TON_fnc_isnumber";

      TON_fnc_clientGangKick =
      compileFinal "
      private[""_unit"",""_group""];
      _unit = _this select 0;
      _group = _this select 1;
      if(isNil ""_unit"" OR isNil ""_group"") exitWith {};
      if(player == _unit && (group player) == _group) then
      {
      life_my_gang = ObjNull;
      [player] joinSilent (createGroup civilian);
      hint ""You have been kicked out of the gang."";
      };
      ";

      publicVariable "TON_fnc_clientGangKick";

      TON_fnc_clientGetKey =
      compileFinal "
      private[""_vehicle"",""_unit"",""_giver""];
      _vehicle = _this select 0;
      _unit = _this select 1;
      _giver = _this select 2;
      if(isNil ""_unit"" OR isNil ""_giver"") exitWith {};
      if(player == _unit && !(_vehicle in life_vehicles)) then
      {
      _name = getText(configFile >> ""CfgVehicles"" >> (typeOf _vehicle) >> ""displayName"");
      hint format[""%1 has gave you keys for a %2"",_giver,_name];
      life_vehicles pushBack _vehicle;
      [getPlayerUID player,playerSide,_vehicle,1] remoteExecCall [""TON_fnc_keyManagement"",2];
      };
      ";

      publicVariable "TON_fnc_clientGetKey";

      TON_fnc_clientGangLeader =
      compileFinal "
      private[""_unit"",""_group""];
      _unit = _this select 0;
      _group = _this select 1;
      if(isNil ""_unit"" OR isNil ""_group"") exitWith {};
      if(player == _unit && (group player) == _group) then
      {
      player setRank ""COLONEL"";
      _group selectLeader _unit;
      hint ""You have been made the new leader."";
      };
      ";

      publicVariable "TON_fnc_clientGangLeader";

      TON_fnc_clientGangLeft =
      compileFinal "
      private[""_unit"",""_group""];
      _unit = _this select 0;
      _group = _this select 1;
      if(isNil ""_unit"" OR isNil ""_group"") exitWith {};
      if(player == _unit && (group player) == _group) then
      {
      life_my_gang = ObjNull;
      [player] joinSilent (createGroup civilian);
      hint ""You have quit the gang."";
      };
      ";

      publicVariable "TON_fnc_clientGangLeft";

      //Cell Phone Messaging
      /*
      -fnc_cell_textmsg
      -fnc_cell_textcop
      -fnc_cell_textadmin
      -fnc_cell_adminmsg
      -fnc_cell_adminmsgall
      */

      //To EMS
      TON_fnc_cell_emsrequest =
      compileFinal "
      private[""_msg"",""_to""];
      ctrlShow[3022,false];
      _msg = ctrlText 3003;
      _to = ""EMS Units"";
      if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3022,true];};

      [_msg,name player,5,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",independent];
      [] call life_fnc_cellphone;
      hint format[""You have sent a message to all EMS Units."",_to,_msg];
      ctrlShow[3022,true];
      ";
      //To One Person
      TON_fnc_cell_textmsg =
      compileFinal "
      private[""_msg"",""_to""];
      ctrlShow[3015,false];
      _msg = ctrlText 3003;
      if(lbCurSel 3004 == -1) exitWith {hint ""You must select a player you are sending the text to!""; ctrlShow[3015,true];};
      _to = call compile format[""%1"",(lbData[3004,(lbCurSel 3004)])];
      if(isNull _to) exitWith {ctrlShow[3015,true];};
      if(isNil ""_to"") exitWith {ctrlShow[3015,true];};
      if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3015,true];};

      [_msg,name player,0] remoteExecCall [""TON_fnc_clientMessage"",_to];
      [] call life_fnc_cellphone;
      hint format[""You sent %1 a message: %2"",name _to,_msg];
      ctrlShow[3015,true];
      ";
      //To All Cops
      TON_fnc_cell_textcop =
      compileFinal "
      private[""_msg"",""_to""];
      ctrlShow[3016,false];
      _msg = ctrlText 3003;
      _to = ""The Police"";
      if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3016,true];};

      [_msg,name player,1,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",-2];
      [] call life_fnc_cellphone;
      hint format[""You sent %1 a message: %2"",_to,_msg];
      ctrlShow[3016,true];
      ";

      //Zum ADAC
      TON_fnc_cell_adacrequest =
      compileFinal "
      private[""_msg"",""_to""];
      ctrlShow[3023,false];
      _msg = ctrlText 3003;
      _to = ""The ADAC"";
      if(_msg == """") exitWith {hint ""Du must eine Nachricht erst eine Nachricht schreiben!"";ctrlShow[3023,true];};
      [_msg,name player,6,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",east];
      [] call life_fnc_cellphone;
      hint format[""Notruf abgesendet"",_to,_msg];
      ctrlShow[3023,true];
      ";

      //To All Admins
      TON_fnc_cell_textadmin =
      compileFinal "
      private[""_msg"",""_to"",""_from""];
      ctrlShow[3017,false];
      _msg = ctrlText 3003;
      _to = ""The Admins"";
      if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3017,true];};

      [_msg,name player,2,mapGridPosition player,player] remoteExecCall [""TON_fnc_clientMessage"",-2];
      [] call life_fnc_cellphone;
      hint format[""You sent %1 a message: %2"",_to,_msg];
      ctrlShow[3017,true];
      ";
      //Admin To One Person
      TON_fnc_cell_adminmsg =
      compileFinal "
      if(isServer) exitWith {};
      if((call life_adminlevel) < 1) exitWith {hint ""You are not an admin!"";};
      private[""_msg"",""_to""];
      ctrlShow[3020,false];
      _msg = ctrlText 3003;
      _to = call compile format[""%1"",(lbData[3004,(lbCurSel 3004)])];
      if(isNull _to) exitWith {ctrlShow[3020,true];};
      if(isNil ""_to"") exitWith {ctrlShow[3020,true];};
      if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3020,true];};

      [_msg,name player,3] remoteExecCall [""TON_fnc_clientMessage"",_to];
      [] call life_fnc_cellphone;
      hint format[""Admin Message Sent To: %1 - Message: %2"",name _to,_msg];
      ctrlShow[3020,true];
      ";

      TON_fnc_cell_adminmsgall =
      compileFinal "
      if(isServer) exitWith {};
      if((call life_adminlevel) < 1) exitWith {hint ""You are not an admin!"";};
      private[""_msg"",""_from""];
      ctrlShow[3021,false];
      _msg = ctrlText 3003;
      if(_msg == """") exitWith {hint ""You must enter a message to send!"";ctrlShow[3021,true];};

      [_msg,name player,4] remoteExecCall [""TON_fnc_clientMessage"",-2];
      [] call life_fnc_cellphone;
      hint format[""Admin Message Sent To All: %1"",_msg];
      ctrlShow[3021,true];
      ";

      publicVariable "TON_fnc_cell_textmsg";
      publicVariable "TON_fnc_cell_textcop";
      publicVariable "TON_fnc_cell_textadmin";
      publicVariable "TON_fnc_cell_adminmsg";
      publicVariable "TON_fnc_cell_adminmsgall";
      publicVariable "TON_fnc_cell_emsrequest";
      //Client Message
      /*
      0 = private message
      1 = police message
      2 = message to admin
      3 = message from admin
      4 = admin message to all
      */
      TON_fnc_clientMessage =
      compileFinal "
      if(isServer) exitWith {};
      private[""_msg"",""_from"", ""_type""];
      _msg = _this select 0;
      _from = _this select 1;
      _type = _this select 2;
      if(_from == """") exitWith {};
      switch (_type) do
      {
      case 0 :
      {
      private[""_message""];
      _message = format["">>>MESSAGE FROM %1: %2"",_from,_msg];
      hint parseText format [""<t color='#FFCC00'><t size='2'><t align='center'>New Message<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>You<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%2"",_from,_msg];

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

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

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

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

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

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

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

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

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

      case 5: {
      if(side player != independent) exitWith {};
      private[""_message"",""_loc"",""_unit""];
      _loc = _this select 3;
      _unit = _this select 4;
      _message = format[""!!! EMS REQUEST: %1"",_msg];
      hint parseText format [""<t color='#FFCC00'><t size='2'><t align='center'>EMS Request<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>You<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><t color='#33CC33'>Coords: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%3"",_from,_loc,_msg];

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

      case 6: {
      if(side player != east) exitWith {};
      private[""_message"",""_loc"",""_unit""];
      _loc = _this select 3;
      _unit = _this select 4;
      _message = format[""!!! ADAC NOTRUF: %1"",_msg];
      hint parseText format [""<t color='#FFCC00'><t size='2'><t align='center'>Eingehender Notruf<br/><br/><t color='#33CC33'><t align='left'><t size='1'>Von: <t color='#ffffff'>%1<br/><t color='#33CC33'>Koordinaten: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Nachricht:<br/><t color='#ffffff'>%3"",_from,_loc,_msg];

      [""AdacMessage"",[format[""Notruf von %1"",_from]]] call bis_fnc_showNotification;
      };
      ";
      publicVariable "TON_fnc_clientMessage";

    • Lizenzen speichern nicht!

      • trischi
      • 9. Juli 2016 um 21:33

      Ich habe die Fraktion OPFOR installiert, und es gibt 2 Lizenzen Abschlepp und Pilotenschein. Wenn ich mir beide kaufe und Synce und mich dann auslogge und mich wieder ein logge sind die Lizenzen weg und ich muss sie wieder neu kaufen.
      Bitte um hilfe!
      MfG. Leon :)

    • ADAC Blaulicht

      • trischi
      • 9. Juli 2016 um 19:14
      Zitat von br1zey

      war keiner da

      Jo rede mal bin da.

    • ADAC Blaulicht

      • trischi
      • 9. Juli 2016 um 17:46
      Zitat von br1zey

      gib mal ne TS ip vieleicht komme ich nachm essen kurz drauf

      Okay komme dann einfach auf den TS 82.165.137.178:1212 bin in Laberecke 1.

    • [Tutorial] Altis Life 4.4 ADAC (OPFOR) einfügen

      • trischi
      • 9. Juli 2016 um 17:42

      Blaulicht hat dieses Script auch nicht :/ Kann mir jemand ein Tut. geben wie ich Blaulicht einfüge?

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von Native-Servers.com? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Benutzerkonto erstellen

    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™