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: 31 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. Hilfeforum

    Reblevel, civlevel is useless

      • Altis Life
    • apple123
    • 2. August 2019 um 04:57
    • Erledigt
    • apple123
      Anfänger
      Reaktionen
      4
      Trophäen
      6
      Beiträge
      65
      • 2. August 2019 um 04:57
      • #1

      The situation is that in my database, there are civlevel1 2 3 and reblevel123. My vehicle limit in config_vehshops.hpp is life_reblevel > 2, but after I set reblevel 3 for players in the database, the car still can't be bought. Ask for help. Thank you very much.

      this is my rpt

      Dateien

      arma3server_x64_2019-08-02_10-32-37.rpt 489,79 kB – 166 Downloads
    • blackfisch
      Legende
      Reaktionen
      2.944
      Trophäen
      10
      Beiträge
      5.966
      Dateien
      6
      Bilder
      63
      • 2. August 2019 um 07:46
      • #2

      You cannot just add new levels to the database and assume it will work somehow magically. That's not how programming works.

      If you want to introduce new levels you have to add them to the code, that handles getting and setting variables from/to the database etc etc.

      Since you already posted a few topics i saw that you use some kind of custom framework thing somewhat derived from the Altis Life Framework by Tonic. So I can only assume that this info is correct... I'll give you here a list of files you should take a look at, to find out how to add the new level ;)

      https://github.com/AsYetUntitled/…estReceived.sqf

      https://github.com/AsYetUntitled/…ueryRequest.sqf

      just keep looking for things like coplevel and try to get a hold of what's happening there :D Best thing is if you find out how to do things yourself to learn from this, if we provide step-by-step solutions for everyone and every problem no one benefits from it on the long term

      #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!

      ______________________

    • apple123
      Anfänger
      Reaktionen
      4
      Trophäen
      6
      Beiträge
      65
      • 2. August 2019 um 09:02
      • #3

      Thank you very much for your answer, but my question is that the life_coplevel of the police is effective, and I looked at [Tutorial] Neue Level erstellen Reblevel, customlevel ect.? PosID=1091&highlight=reblevel_post1091. My task file is almost the same as his, please. Are the two addresses mentioned two files for the life_reblevel function call?

    • blackfisch
      Legende
      Reaktionen
      2.944
      Trophäen
      10
      Beiträge
      5.966
      Dateien
      6
      Bilder
      63
      • 2. August 2019 um 12:46
      • #4

      Without your modified files we cannot help you tho.

      Keep in mind that the tutorial you sent is from 2015 (!) and is definitely anything but the best solution to this and should not be done this way

      #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!

      ______________________

    • apple123
      Anfänger
      Reaktionen
      4
      Trophäen
      6
      Beiträge
      65
      • 2. August 2019 um 13:30
      • #5
      Zitat von blackfisch

      Without your modified files we cannot help you tho.

      Keep in mind that the tutorial you sent is from 2015 (!) and is definitely anything but the best solution to this and should not be done this way

      This is my document. I have studied it for a long time, but I have no idea. Please help me.

      Dateien

      fn_insertRequest.sqf 2,84 kB – 119 Downloads fn_queryRequest.sqf 14,61 kB – 122 Downloads
    • blackfisch
      Legende
      Reaktionen
      2.944
      Trophäen
      10
      Beiträge
      5.966
      Dateien
      6
      Bilder
      63
      • 2. August 2019 um 13:41
      • #6

      and the requestReceived on the client?

      #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!

      ______________________

    • apple123
      Anfänger
      Reaktionen
      4
      Trophäen
      6
      Beiträge
      65
      • 2. August 2019 um 13:46
      • #7
      Zitat von blackfisch

      and the requestReceived on the client?

      Sorry, I forgot. Thank you very much for your help.

      Dateien

      ZBKClient_session_requestReceived.sqf 11,43 kB – 108 Downloads
    • blackfisch
      Legende
      Reaktionen
      2.944
      Trophäen
      10
      Beiträge
      5.966
      Dateien
      6
      Bilder
      63
      • 2. August 2019 um 13:51
      • #8

      honestly from just looking at it for a moment I can't find any major mistakes. you should insert some debug statements and try to figure it out

      #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!

      ______________________

    • apple123
      Anfänger
      Reaktionen
      4
      Trophäen
      6
      Beiträge
      65
      • 2. August 2019 um 14:00
      • #9
      Zitat von blackfisch

      honestly from just looking at it for a moment I can't find any major mistakes. you should insert some debug statements and try to figure it out

      How can I operate it? I have studied it for 2 days as a beginner, but I can't find any mistakes.

    • blackfisch
      Legende
      Reaktionen
      2.944
      Trophäen
      10
      Beiträge
      5.966
      Dateien
      6
      Bilder
      63
      • 2. August 2019 um 14:38
      • #10

      As I said. Add debug code. something like diag_log str _this to dump all parameters to log etc

      #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!

      ______________________

    • apple123
      Anfänger
      Reaktionen
      4
      Trophäen
      6
      Beiträge
      65
      • 2. August 2019 um 15:30
      • #11

      Excuse me, can you give me the relevant teaching website? I don't know much about debugging code.

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von NodeZone.net? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Registrieren

    Tags

    • 5.0 altis life

    Benutzer online in diesem Thema

    • 2 Besucher

    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™