From ca975bf36d08eeda17c09703397939e30f929826 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 10 Aug 2025 21:22:27 +0200 Subject: [PATCH] ed --- resources/[tools]/nordi_infopoint/config.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/[tools]/nordi_infopoint/config.lua b/resources/[tools]/nordi_infopoint/config.lua index 7f9ddd996..9fc6d0798 100644 --- a/resources/[tools]/nordi_infopoint/config.lua +++ b/resources/[tools]/nordi_infopoint/config.lua @@ -44,6 +44,9 @@ Config.JobPermissions = { 'police', 'ambulance', 'mechanic', 'realestate', 'taxi', 'burgershot', 'kayas', }, + -- Wer kann Vorfälle melden + canReportIncidents = 'all', -- 'all' für alle, oder spezifische Jobs als Table + -- Wer kann Vorfälle melden canReportIncidents = 'all', -- 'all' für alle, oder spezifische Jobs als Table