Brutal Meldesystem
Brutal Meldesystem - Ein professionelles ESX-Skript mit maßgeschneiderten Funktionen und optimierter Performance für FiveM-Server.
Config-Datei
----------------------------------------------------------------------------------------------
------------------------------------| BRUTAL REPORTS :) |-------------------------------------
----------------------------------------------------------------------------------------------
--[[
Hi, thank you for buying our script, We are very grateful!
For help join our Discord server: https://discord.gg/85u2u5c8q9
More informations about the script: https://docs.brutalscripts.com
--]]
Config = {
Core = 'STANDALONE', -- ESX / QBCORE / STANDALONE | Other core setting on the 'core' folder and the client and server utils.lua
ReportMenu = {Command = 'report', CommandLabel = 'Use the command to open the Report Menu'},
AdminMenu = {Command = 'reports', CommandLabel = 'Use the command to open the Report List'},
AdminNotify = {Command = 'an', CommandLabel = 'Use the command to switch off/on the report admin notifys'},
PlayerLoadedTime = 5000, -- in ms | 1000 = 1 sec (Only if the Core = STANDALONE)
IdentifierType = 'core', -- core / steam / license / discord | What you can copy in the admin menu!
AdminGroups = {'superadmin', 'admin', 'mod'}, -- Only if the Core = ESX / QBCORE
IdentifierPermission = false, -- If Core = STANDALONE then this is in use
Admins = {
'discord:806082985861447691',
'discord:692782027866636308',
--[[ TYPES ]]
-- 'steam:123456789',
-- 'license:123456789',
-- 'fivem:123456789',
-- 'ip:123456789',
-- 'discord:123456789',
},
--[[ Add your Webhook in >> server-utils.lua ]]
Webhooks = {
Locale = {
['New Report'] = 'Neuer Bericht',
['Closed Report'] = 'Geschlossener Bericht',
['Category'] = 'Kategorie',
['Title'] = 'Titel',
['Description'] = 'Beschreibung',
['Player details'] = 'Spieler-Details',
['Admin details'] = 'Admin-Details',
['ID'] = 'ID',
['Name'] = 'Name',
['Identifier'] = 'Identifikator',
['Discord'] = 'Discord',
['Time'] = 'Zeit ⏲️'
},
-- To change a webhook color you need to set the decimal value of a color, you can use this website to do that - https://www.mathsisfun.com/hexadecimal-decimal-colors.html
Colors = {
['newReport'] = 16776960,
['closeReport'] = 16711680
}
},
----------------------------------------------------------
-----------------------| ÜBERSETZEN |-----------------------
----------------------------------------------------------
NoneAdmin = 'Keiner',
Report = 'Bericht #',
Notify = {
[1] = {'Brutal Reports', Ein Admin hat dir eine Nachricht geschickt!, 5000, 'info'},
[2] = {'Brutal Reports', Du hast keine Berechtigung, den Befehl zu verwenden!, 5000, 'error'},
[3] = {'Brutal Reports', Dein Bericht wurde geschlossen!, 5000, 'info'},
[4] = {'Brutal Reports', Du wurdest eingefroren!, 5000, 'info'},
[5] = {'Brutal Reports', Du wurdest entfroren!, 5000, 'info'},
[6] = {'Brutal Reports', Du wurdest wiederbelebt!, 5000, 'info'},
[7] = {'Brutal Reports', Ein neuer Bericht ist eingetroffen!, 5000, 'info'},
[8] = {'Brutal Reports', Geschlossen!, 5000, 'info'},
[9] = {'Brutal Reports', Admin-Benachrichtigungen: AUS, 5000, 'info'},
[10] = {'Brutal Reports', Admin-Benachrichtigungen: AN, 5000, 'info'},
[11] = {'Brutal Reports', Der Titel ist zu lang,
Maximal 25 Zeichen!, 5000, 'error'},
[12] = {'Brutal Reports', Bitte fülle alle Felder aus!, 5000, 'error'},
[13] = {'Brutal Reports', Du kannst deinen eigenen Bericht nicht öffnen!, 5000, 'error'},
}
}





