1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Mo: 19 Mai 2025
  • Anmelden oder registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • 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. Forum
    3. Gameserver & Hosting
    4. ArmA Series - ArmA 3 / Reforger
    5. Tutorials & Releases

    [TUTORIAL][4.0+] Rundnachrichten für Polizei

      • Altis Life
    • blackfisch
    • 1. Juni 2016 um 18:09
    • S3bSchw3b
      Schüler
      Reaktionen
      8
      Trophäen
      8
      Beiträge
      74
      Dateien
      3
      • 8. August 2017 um 18:37
      • #121

      Brain O Conner du musst des Coplevel 1. bei fn_cellphone.sqf und 2. unter life_server\functions.sqf ändern. :D

      ____________________________________________________________________________

      S3bschweb | Sebastian

      Mapper & Skinner Infos

      ____________________________________________________________________________

    • Brain O Conner
      Schüler
      Reaktionen
      8
      Trophäen
      9
      Beiträge
      167
      • 8. August 2017 um 19:02
      • #122
      Zitat von S3bSchw3b

      Brain O Conner du musst des Coplevel 1. bei fn_cellphone.sqf und 2. unter life_server\functions.sqf ändern. :D

      Da kannst du kein cop level ändern


    • JohnnyWalker
      Amateur
      Reaktionen
      32
      Trophäen
      9
      Beiträge
      208
      • 22. August 2017 um 15:30
      • #123

      Also habe es nun nochma versucht,

      aber es kommt immer DU MUSST EINE NACHRICHT EINGEBEN. Füge mal die abgeänderten Datein und rpt log bei.

      Version 3.1.4.8

      Handy : SQL Smartphone

      smartphone.hpp

      class Life_my_smartphone {

      idd = 88888;

      name = "life_my_telephone_menu";

      movingEnable = false;

      enableSimulation = true;

      onLoad = "[] spawn life_fnc_smartphone;";

      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.95;

      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.95;

      h = 0.7 - (22 / 250);

      };

      class PlayerListTitleBackground:Life_RscText {

      colorBackground[] = {0.588, 0.424, 0.145, 1.0};

      idc = -1;

      x = 0.11;

      y = 0.25;

      w = 0.2;

      h = (1 / 25);

      };

      class MessageTitleBackground:Life_RscText {

      colorBackground[] = {0.588, 0.424, 0.145, 1.0};

      idc = -1;

      x = 0.325;

      y = 0.25;

      w = 0.7;

      h = (1 / 25);

      };

      class RandomTitleBackground:Life_RscText {

      colorBackground[] = {0.588, 0.424, 0.145, 1.0};

      idc = -1;

      x = 0.325;

      y = 0.25 + 0.3 + (1 / 25);

      w = 0.7;

      h = (1 / 25);

      };

      };

      class controls {

      class MessageTitle : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = 88886;

      text = "";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.9)";

      x = 0.325;

      y = 0.25;

      w = 0.7;

      h = (1 / 25);

      };

      class RandomTitle : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = 88890;

      text = "$STR_SMARTPHONE_RANDOMTITLE";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.9)";

      x = 0.325;

      y = 0.25 + 0.3 + (1 / 25);

      w = 0.7;

      h = (1 / 25);

      };

      class PlayerList : Life_RscListBox

      {

      idc = 88881;

      onLBSelChanged = "[2] spawn life_fnc_smartphone;";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";

      x = 0.11;

      y = 0.25 + (1 / 25);

      w = 0.2;

      h = 0.5;

      };

      class MessageList : Life_RscListNBox

      {

      idc = 88882;

      onLBSelChanged = "[(lbCurSel 88882)] call life_fnc_showMsg;";

      //sizeEx = 0.04;

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";

      colorBackground[] = {0, 0, 0, 0.0};

      columns[] = {0,0.3};

      x = 0.325;

      y = 0.25 + (1 / 25);

      w = 0.7;

      h = 0.3;

      };

      class TextShow : Life_RscControlsGroup {

      x = 0.325;

      y = 0.25 + 0.3 + (1 / 25) + (1 / 25);

      w = 0.7;

      h = 0.15;

      class HScrollbar : HScrollbar {

      height = 0;

      };

      class controls {

      class showText : Life_RscStructuredText {

      idc = 88887;

      text = "";

      colorBackground[] = {0.28,0.28,0.28,0.28};

      size = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";

      shadow = 0;

      x = 0;

      y = 0;

      w = 0.69;//w = 0.7;

      h = 1;//h = 2.15;

      };

      };

      };

      class Schreiben : Life_RscButtonMenu {

      idc = 887892;

      text = "$STR_SMARTPHONE_SCHREIBEN";

      onButtonClick = "createDialog ""Life_smartphone_schreiben"";";

      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])", 1.0};

      x = 0.11;

      y = 0.25 + (1 / 25) + 0.51;

      w = 0.2;

      h = (1 / 25);

      };

      class Title : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = -1;

      text = "$STR_SMARTPHONE_TITLE";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";

      x = 0.1;

      y = 0.2;

      w = 0.95;

      h = (1 / 25);

      };

      class PlayerListTitle : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = -1;

      text = "$STR_SMARTPHONE_PLAYERLISTTITLE";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.9)";

      x = 0.11;

      y = 0.25;

      w = 0.2;

      h = (1 / 25);

      };

      class CloseLoadMenu : Life_RscButtonMenu {

      idc = -1;

      text = "$STR_Global_Close";

      onButtonClick = "closeDialog 0;[] call life_fnc_p_updateMenu";

      x = -0.06 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH));

      y = 0.9 - (1 / 25);

      w = (6.25 / 40);

      h = (1 / 25);

      };

      class Notruf : Life_RscButtonMenu {

      idc = -1;

      text = "$STR_SMARTPHONE_NOTRUF";

      onButtonClick = "createDialog ""Life_smartphone_notruf"";";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      x = 0.325 + 0.7 - (6.25 / 40);

      y = 0.25 + (1 / 25) + 0.51;

      w = (6.25 / 40);

      h = (1 / 25);

      };

      class DeleteMessages : Life_RscButtonMenu {

      idc = -1;

      text = "Nachrichten löschen";

      onButtonClick = "[3] call life_fnc_smartphone;";

      colorBackground[] = { 0.584, 0.086, 0.086, 1.0 };

      x = 0 + 0.7 - (6.25 / 40);

      y = 0.25 + (1 / 25) + 0.51;

      w = (6.25 / 20);

      h = (1 / 25);

      };

      };

      };

      class Life_smartphone_schreiben

      {

      idd = 88883;

      name = "life_my_smartphone_schreiben";

      movingEnable = false;

      enableSimulation = true;

      onLoad = "[0,(lbData[88881,(lbCurSel 88881)])] spawn life_fnc_newMsg;";


      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.6;

      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.6;

      h = 0.1;

      };

      };

      class controls {

      class Title : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = 88886;

      text = "$STR_SMARTPHONE_NACHRICHTTITLE";

      x = 0.1;

      y = 0.2;

      w = 0.95;

      h = (1 / 25);

      };

      class Absenden : Life_RscButtonMenu {

      idc = 88885;

      text = "$STR_SMARTPHONE_ABSENDEN";

      onButtonClick = "[1,-1,(ctrlText 88884)] call life_fnc_newMsg;";

      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])", 1.0};

      x = 0.6 - (6.25 / 40) + 0.088;

      y = 0.3 + (1 / 25) - 0.048;

      w = (6.25 / 40);

      h = (1 / 25);

      };

      class AdminMsg : life_RscButtonMenu

      {

      idc = 888897;

      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])", 1.0};

      onButtonClick = "[5,-1,(ctrlText 88884)] call life_fnc_newMsg;";

      x = 0.6 - (6.25 / 40) - 0.121;

      y = 0.3 + (1 / 25) - 0.048;

      w = 0.2;

      h = (1 / 25);

      };

      class Close : Life_RscButtonMenu {

      idc = -1;

      text = "$STR_Global_Close";

      onButtonClick = "closeDialog 0;";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      x = 0.11;

      y = 0.3 + (1 / 25) - 0.048;

      w = (6.25 / 40);

      h = (1 / 25);

      };

      class textEdit : Life_RscEdit {

      idc = 88884;

      text = "";

      sizeEx = 0.030;

      x = 0.11; y = 0.3 - 0.048;

      w = 0.58; h = 0.03;

      };

      };

      };

      class Life_smartphone_notruf {

      idd = 887890;

      name= "life_my_smartphone_notruf";

      movingEnable = false;

      enableSimulation = true;

      onLoad = "[6] spawn life_fnc_newMsg;";

      class controlsBackground {

      class Life_RscTitleBackground:Life_RscText {

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      idc = -1;

      x = 0.1;

      y = 0.2;

      w = 0.85;

      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.85;

      h = 0.15 - (5 / 250);

      };

      };

      class controls {


      class Title : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = 888892;

      text = "$STR_SMARTPHONE_Notruftitle";

      x = 0.1;

      y = 0.2;

      w = 0.6;

      h = (1 / 25);

      };

      class textEdit : Life_RscEdit {

      idc = 888894;

      text = "";

      sizeEx = 0.030;

      x = 0.11; y = 0.25;

      w = 0.83; h = 0.03;

      };

      class TxtCopButton : life_RscButtonMenu

      {

      idc = 888895;

      text = "$STR_CELL_TextPolice";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[2,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.32;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      class TxtAdminButton : life_RscButtonMenu

      {

      idc = 888896;

      text = "$STR_CELL_TextAdmins";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[3,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.53;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };


      class AdminMsgAll : life_RscButtonMenu

      {

      idc = 888898;

      text = "$STR_CELL_AdminMSGAll";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[7,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.53;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      class EMSReq : life_RscButtonMenu

      {

      idc = 888899;

      text = "$STR_CELL_EMSRequest";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[4,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.11;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      /*

      class ADACReq : life_RscButtonMenu

      {

      idc = 888900;

      text = "$STR_CELL_ADACRequest";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[8,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.74;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      */

      class PoliceMsgAllButton : life_RscButtonMenu

      {

      idc = 3023;

      text = "Rundfunk";

      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_polizeimsgall";

      x = 0.74;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      class CloseButton : Life_RscButtonMenu {

      idc = -1;

      text = "$STR_Global_Close";

      onButtonClick = "closeDialog 0;";

      x = -0.06 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH));

      y = 0.38 + (1 / 50);

      w = (6.25 / 40);

      h = (1 / 25);

      };

      };

      };

      Hoffe das mir jemand helfen kann.


      #EDIT --> Hat sich erledigt, funktioniert nun alles. Wie es soll.

      Dateien

      functions.sqf 12,41 kB – 257 Downloads fn_cellphone.sqf 958 Byte – 282 Downloads

      Einmal editiert, zuletzt von JohnnyWalker (22. August 2017 um 20:14)

    • Rene Lerchberg
      Nerd
      Reaktionen
      167
      Trophäen
      8
      Beiträge
      562
      Dateien
      2
      Bilder
      82
      • 10. September 2017 um 15:37
      • #124

      Ich habe ein problem diese ist das ich die nachricht nicht abschicken kann kann mir da wer helfen?

      LOG Datein

      15:38:38 Server: Object 12:7 not found (message Type_93)

      15:38:38 Server: Object 12:6 not found (message Type_93)

      15:38:38 Server: Object 12:7 not found (message Type_121)

      15:38:39 Server: Object 12:6 not found (message Type_121)

      15:38:45 Server: Object 8:12 not found (message Type_121)

      15:38:45 Server: Object 8:11 not found (message Type_121)

      15:38:49 Server: Object 8:12 not found (message Type_93)

      15:38:49 Server: Object 8:11 not found (message Type_93)

      Mit Freundlichen Grüßen

      Rene Lerchberg

      "Einzigartigkeit entsteht durch Perfektion"

      The-Programmer.com (Support & Translation)

      2 Mal editiert, zuletzt von Rene Lerchberg (10. September 2017 um 15:50) aus folgendem Grund: Log Datei 15:38:38 Server: Object 12:7 not found (message Type_93) 15:38:38 Server: Object 12:6 not found (message Type_93) 15:38:38 Server: Object 12:7 not found (message Type_121) 15:38:39 Server: Object 12:6 not found (message Type_121) 15:38:45 Server: Object 8:12 not found (message Type_121) 15:38:45 Server: Object 8:11 not found (message Type_121) 15:38:49 Server: Object 8:12 not found (message Type_93) 15:38:49 Server: Object 8:11 not found (message Type_93)

    • TW_Sebastian
      Profi
      Reaktionen
      241
      Trophäen
      9
      Beiträge
      1.009
      Dateien
      2
      Bilder
      26
      • 10. September 2017 um 15:39
      • #125

      RTP Log und Client Log?

      _____________________________________________________

      ☎ Kontaktdaten ☎

      Team-Leitung - Deutschland Life

      Discord: https://discord.gg/EnPVuXWfp2

      _____________________________________________________

    • BattleSheep
      Schüler
      Reaktionen
      2
      Trophäen
      8
      Beiträge
      105
      • 23. September 2017 um 21:15
      • #126
      Zitat von JohnnyWalker

      Also habe es nun nochma versucht,

      aber es kommt immer DU MUSST EINE NACHRICHT EINGEBEN. Füge mal die abgeänderten Datein und rpt log bei.

      Version 3.1.4.8

      Handy : SQL Smartphone

      smartphone.hpp

      class Life_my_smartphone {

      idd = 88888;

      name = "life_my_telephone_menu";

      movingEnable = false;

      enableSimulation = true;

      onLoad = "[] spawn life_fnc_smartphone;";

      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.95;

      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.95;

      h = 0.7 - (22 / 250);

      };

      class PlayerListTitleBackground:Life_RscText {

      colorBackground[] = {0.588, 0.424, 0.145, 1.0};

      idc = -1;

      x = 0.11;

      y = 0.25;

      w = 0.2;

      h = (1 / 25);

      };

      class MessageTitleBackground:Life_RscText {

      colorBackground[] = {0.588, 0.424, 0.145, 1.0};

      idc = -1;

      x = 0.325;

      y = 0.25;

      w = 0.7;

      h = (1 / 25);

      };

      class RandomTitleBackground:Life_RscText {

      colorBackground[] = {0.588, 0.424, 0.145, 1.0};

      idc = -1;

      x = 0.325;

      y = 0.25 + 0.3 + (1 / 25);

      w = 0.7;

      h = (1 / 25);

      };

      };

      class controls {

      class MessageTitle : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = 88886;

      text = "";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.9)";

      x = 0.325;

      y = 0.25;

      w = 0.7;

      h = (1 / 25);

      };

      class RandomTitle : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = 88890;

      text = "$STR_SMARTPHONE_RANDOMTITLE";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.9)";

      x = 0.325;

      y = 0.25 + 0.3 + (1 / 25);

      w = 0.7;

      h = (1 / 25);

      };

      class PlayerList : Life_RscListBox

      {

      idc = 88881;

      onLBSelChanged = "[2] spawn life_fnc_smartphone;";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";

      x = 0.11;

      y = 0.25 + (1 / 25);

      w = 0.2;

      h = 0.5;

      };

      class MessageList : Life_RscListNBox

      {

      idc = 88882;

      onLBSelChanged = "[(lbCurSel 88882)] call life_fnc_showMsg;";

      //sizeEx = 0.04;

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";

      colorBackground[] = {0, 0, 0, 0.0};

      columns[] = {0,0.3};

      x = 0.325;

      y = 0.25 + (1 / 25);

      w = 0.7;

      h = 0.3;

      };

      class TextShow : Life_RscControlsGroup {

      x = 0.325;

      y = 0.25 + 0.3 + (1 / 25) + (1 / 25);

      w = 0.7;

      h = 0.15;

      class HScrollbar : HScrollbar {

      height = 0;

      };

      class controls {

      class showText : Life_RscStructuredText {

      idc = 88887;

      text = "";

      colorBackground[] = {0.28,0.28,0.28,0.28};

      size = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";

      shadow = 0;

      x = 0;

      y = 0;

      w = 0.69;//w = 0.7;

      h = 1;//h = 2.15;

      };

      };

      };

      class Schreiben : Life_RscButtonMenu {

      idc = 887892;

      text = "$STR_SMARTPHONE_SCHREIBEN";

      onButtonClick = "createDialog ""Life_smartphone_schreiben"";";

      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])", 1.0};

      x = 0.11;

      y = 0.25 + (1 / 25) + 0.51;

      w = 0.2;

      h = (1 / 25);

      };

      class Title : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = -1;

      text = "$STR_SMARTPHONE_TITLE";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";

      x = 0.1;

      y = 0.2;

      w = 0.95;

      h = (1 / 25);

      };

      class PlayerListTitle : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = -1;

      text = "$STR_SMARTPHONE_PLAYERLISTTITLE";

      sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.9)";

      x = 0.11;

      y = 0.25;

      w = 0.2;

      h = (1 / 25);

      };

      class CloseLoadMenu : Life_RscButtonMenu {

      idc = -1;

      text = "$STR_Global_Close";

      onButtonClick = "closeDialog 0;[] call life_fnc_p_updateMenu";

      x = -0.06 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH));

      y = 0.9 - (1 / 25);

      w = (6.25 / 40);

      h = (1 / 25);

      };

      class Notruf : Life_RscButtonMenu {

      idc = -1;

      text = "$STR_SMARTPHONE_NOTRUF";

      onButtonClick = "createDialog ""Life_smartphone_notruf"";";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      x = 0.325 + 0.7 - (6.25 / 40);

      y = 0.25 + (1 / 25) + 0.51;

      w = (6.25 / 40);

      h = (1 / 25);

      };

      class DeleteMessages : Life_RscButtonMenu {

      idc = -1;

      text = "Nachrichten löschen";

      onButtonClick = "[3] call life_fnc_smartphone;";

      colorBackground[] = { 0.584, 0.086, 0.086, 1.0 };

      x = 0 + 0.7 - (6.25 / 40);

      y = 0.25 + (1 / 25) + 0.51;

      w = (6.25 / 20);

      h = (1 / 25);

      };

      };

      };

      class Life_smartphone_schreiben

      {

      idd = 88883;

      name = "life_my_smartphone_schreiben";

      movingEnable = false;

      enableSimulation = true;

      onLoad = "[0,(lbData[88881,(lbCurSel 88881)])] spawn life_fnc_newMsg;";


      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.6;

      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.6;

      h = 0.1;

      };

      };

      class controls {

      class Title : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = 88886;

      text = "$STR_SMARTPHONE_NACHRICHTTITLE";

      x = 0.1;

      y = 0.2;

      w = 0.95;

      h = (1 / 25);

      };

      class Absenden : Life_RscButtonMenu {

      idc = 88885;

      text = "$STR_SMARTPHONE_ABSENDEN";

      onButtonClick = "[1,-1,(ctrlText 88884)] call life_fnc_newMsg;";

      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])", 1.0};

      x = 0.6 - (6.25 / 40) + 0.088;

      y = 0.3 + (1 / 25) - 0.048;

      w = (6.25 / 40);

      h = (1 / 25);

      };

      class AdminMsg : life_RscButtonMenu

      {

      idc = 888897;

      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])", 1.0};

      onButtonClick = "[5,-1,(ctrlText 88884)] call life_fnc_newMsg;";

      x = 0.6 - (6.25 / 40) - 0.121;

      y = 0.3 + (1 / 25) - 0.048;

      w = 0.2;

      h = (1 / 25);

      };

      class Close : Life_RscButtonMenu {

      idc = -1;

      text = "$STR_Global_Close";

      onButtonClick = "closeDialog 0;";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      x = 0.11;

      y = 0.3 + (1 / 25) - 0.048;

      w = (6.25 / 40);

      h = (1 / 25);

      };

      class textEdit : Life_RscEdit {

      idc = 88884;

      text = "";

      sizeEx = 0.030;

      x = 0.11; y = 0.3 - 0.048;

      w = 0.58; h = 0.03;

      };

      };

      };

      class Life_smartphone_notruf {

      idd = 887890;

      name= "life_my_smartphone_notruf";

      movingEnable = false;

      enableSimulation = true;

      onLoad = "[6] spawn life_fnc_newMsg;";

      class controlsBackground {

      class Life_RscTitleBackground:Life_RscText {

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      idc = -1;

      x = 0.1;

      y = 0.2;

      w = 0.85;

      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.85;

      h = 0.15 - (5 / 250);

      };

      };

      class controls {


      class Title : Life_RscTitle {

      colorBackground[] = {0, 0, 0, 0};

      idc = 888892;

      text = "$STR_SMARTPHONE_Notruftitle";

      x = 0.1;

      y = 0.2;

      w = 0.6;

      h = (1 / 25);

      };

      class textEdit : Life_RscEdit {

      idc = 888894;

      text = "";

      sizeEx = 0.030;

      x = 0.11; y = 0.25;

      w = 0.83; h = 0.03;

      };

      class TxtCopButton : life_RscButtonMenu

      {

      idc = 888895;

      text = "$STR_CELL_TextPolice";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[2,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.32;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      class TxtAdminButton : life_RscButtonMenu

      {

      idc = 888896;

      text = "$STR_CELL_TextAdmins";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[3,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.53;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };


      class AdminMsgAll : life_RscButtonMenu

      {

      idc = 888898;

      text = "$STR_CELL_AdminMSGAll";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[7,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.53;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      class EMSReq : life_RscButtonMenu

      {

      idc = 888899;

      text = "$STR_CELL_EMSRequest";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[4,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.11;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      /*

      class ADACReq : life_RscButtonMenu

      {

      idc = 888900;

      text = "$STR_CELL_ADACRequest";

      colorBackground[] = {0.584, 0.086, 0.086,1.0};

      onButtonClick = "[8,-1,(ctrlText 888894)] call life_fnc_newMsg;";

      x = 0.74;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      */

      class PoliceMsgAllButton : life_RscButtonMenu

      {

      idc = 3023;

      text = "Rundfunk";

      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_polizeimsgall";

      x = 0.74;

      y = 0.30;

      w = 0.2;

      h = (1 / 25);

      };

      class CloseButton : Life_RscButtonMenu {

      idc = -1;

      text = "$STR_Global_Close";

      onButtonClick = "closeDialog 0;";

      x = -0.06 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH));

      y = 0.38 + (1 / 50);

      w = (6.25 / 40);

      h = (1 / 25);

      };

      };

      };

      Hoffe das mir jemand helfen kann.


      #EDIT --> Hat sich erledigt, funktioniert nun alles. Wie es soll.

      Alles anzeigen

      Wie hast du es hinbekommen? Hab das gleiche Problem!

      Edit: Ohne das SQL Basierte Smartphone geht es.

      Einmal editiert, zuletzt von BattleSheep (23. September 2017 um 21:23)

    • AvirexDE
      Meister
      Reaktionen
      784
      Beiträge
      1.917
      Dateien
      1
      Bilder
      39
      • 2. Dezember 2017 um 16:23
      • #127

      Wie blende ich den Button für die Zivis und Medics bei dem SQL Smartphone aus ?

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

      ▀ Freundliche Grüße ▀

      giphy.gif

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

    • blackfisch
      Legende
      Reaktionen
      2.944
      Trophäen
      9
      Beiträge
      5.966
      Dateien
      6
      Bilder
      63
      • 2. Dezember 2017 um 16:35
      • #128

      Genau so, wirst nur die IDCs ändern müssen bzw in ner anderen Datei eintragen - fn_smartphone oder so glaube

      #MakeArmaNotWar

      Kein Support via PN & Steam! / No Support via DM & Steam!


      Mit freundlichen Grüßen
      blackfisch
      ______________________

      Web: blackfisch.me

      GitHub: GitHub.com/blackfisch

      Mail: [email protected]

      ______________________
      Wichtige Links:
      [Erklärung|Leitfaden] Code Optimierung

      [Tutorial] life_fnc_MP zu remoteExec

      Ohne Logs & entsprechende Dateien kein Support!

      ______________________

    • AvirexDE
      Meister
      Reaktionen
      784
      Beiträge
      1.917
      Dateien
      1
      Bilder
      39
      • 2. Dezember 2017 um 17:15
      • #129
      Zitat von blackfisch

      Genau so, wirst nur die IDCs ändern müssen bzw in ner anderen Datei eintragen - fn_smartphone oder so glaube

      Das habe ich schon probiert bzw. ich habe keine Ahnung wo ich das in der fn_smartphone.sqf eintragen soll die Datei ist ja anderes aufgebaut als wie die fn_p_openMenu.sqf. Hast du eventuell einen Tipp wo ich das da eintragen muss?

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

      ▀ Freundliche Grüße ▀

      giphy.gif

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

    • AvirexDE
      Meister
      Reaktionen
      784
      Beiträge
      1.917
      Dateien
      1
      Bilder
      39
      • 3. Dezember 2017 um 11:35
      • #130

      Ich habe jetzt mehrmals den Button probiert auszublenden aber er ist immer noch da. Ich nutze diesen Befehl hier: ctrlShow[888900,false];
      Ich habe es in die fn_smartphone.sqf sowie auch in der fn_newMsg.sqf eingetragen aber er verschwindet einfach nicht. Hat da jemand einen Rat ?

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

      ▀ Freundliche Grüße ▀

      giphy.gif

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

    • Helmchen
      Anfänger
      Trophäen
      8
      Beiträge
      42
      • 26. Januar 2018 um 20:30
      • #131

      Hallöchen... Helmchen hier.

      Ich habe das gescheite Problem, dass ich wenn ich in der Nachricht Zeile eine Rundnachricht angebe und sie dann abschicke... eine Meldung "Oben Recht" kommt und mir sagt... "Du muss eine Nachricht angeben"

      Ich würde mich sehr um Hilfe freuen..

      Logs auf Anfrage.

    • Helmchen
      Anfänger
      Trophäen
      8
      Beiträge
      42
      • 26. Januar 2018 um 21:12
      • #132

      Würde mich sehr Freuen. Danke im Voraus.

    • AvirexDE
      Meister
      Reaktionen
      784
      Beiträge
      1.917
      Dateien
      1
      Bilder
      39
      • 26. Januar 2018 um 21:13
      • #133

      Häng mal RPT und Client Log an ;)

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

      ▀ Freundliche Grüße ▀

      giphy.gif

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

    • Helmchen
      Anfänger
      Trophäen
      8
      Beiträge
      42
      • 26. Januar 2018 um 21:19
      • #134

      Bitteschön ;:D

      Dateien

      Logs.rar 14,7 kB – 214 Downloads
    • AvirexDE
      Meister
      Reaktionen
      784
      Beiträge
      1.917
      Dateien
      1
      Bilder
      39
      • 26. Januar 2018 um 21:31
      • #135

      Also du hast einen Fehler im RPT:

      Code
      21:16:00 Warning Message: Script \life_server\Functions\Systems\fn_logIt.sqf not found

      Den gleichen Fehler hatte schonmal jemand:

      [TUTORIAL][4.0+] Rundnachrichten für Polizei


      Hast du das SQL Smartphone ?

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

      ▀ Freundliche Grüße ▀

      giphy.gif

      ●●●▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄●●●

    • Helmchen
      Anfänger
      Trophäen
      8
      Beiträge
      42
      • 26. Januar 2018 um 21:36
      • #136

      Ja habe das SQL Smartphone..

      Der Fehler war aber davor schon da...

      und wie behebe ich ihn?

    • Helmchen
      Anfänger
      Trophäen
      8
      Beiträge
      42
      • 26. Januar 2018 um 21:54
      • #137

      Wäre Super wenn du mir das sagst. Den Fehler hatte ich aber schon davor?

    • BlackOpium
      Anfänger
      Trophäen
      8
      Beiträge
      44
      • 18. Februar 2018 um 14:25
      • #138

      hey, ich versuche schon ein ganz weile das zu fixen mit "Du musst eine Nachricht eingeben". ich hab auch versucht zu verstehen was der Shinji gesagt hat aber geht nicht. can someone help ^^FYI... ich benutzte auch sql smartphone

    • Niknoone
      Anfänger
      Reaktionen
      2
      Trophäen
      8
      Beiträge
      39
      • 20. Februar 2018 um 15:20
      • #139

      Geht das auch für die 5.0?

    • moeck
      Erleuchteter
      Reaktionen
      632
      Trophäen
      9
      Beiträge
      3.160
      Bilder
      9
      • 20. Februar 2018 um 15:40
      • #140
      Zitat von blackfisch

      Version: Altis Life 4.4 und neuer (3.1.4.8 nicht getestet! Auf eigene Gefahr)

      Ich glaube das sollte die Frage beantworten!

      Signatur? Was ist eine Signatur? Kann man das essen?

      Bitte beachten: Ich gebe keinen Support über private Nachrichten!


      Ganz wichtig: [Leitfaden] Wie frage Ich richtig um Hilfe?

      Nicht zu vergessen [Tutorial/Selbst-Test] Sollte ich einen Life Server eröffnen ?

    Registrieren oder Einloggen

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

    Benutzerkonto erstellen

    Ähnliche Themen

    • [TUTORIAL][Altis Life 4.0+] Cop/Medic Absperrungen per Menü

      • blackfisch
      • 3. September 2016 um 01:57
      • Tutorials & Releases
    • [Sammelthread] Scripts/Links/Tutorials/Anleitungen ArmA 3

      • Stig
      • 2. September 2016 um 18:29
      • Tutorials & Releases
    • Cop to All und Message Sound

      • Maxwell
      • 1. Juni 2016 um 11:15
      • Hilfeforum
    • Rundnachrichten für die Polizei

      • MisterK
      • 3. Januar 2017 um 11:41
      • Hilfeforum
    • Polizei Rundfunk funktioniert nicht

      • MisterK
      • 24. Dezember 2016 um 03:46
      • Hilfeforum

    Benutzer online in diesem Thema

    • 1 Mitglied
    • BetaDog
    Legende
    • Administratoren
    • Entwickler
    • Foren Moderatoren

    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™