Añadir al carrito
¡Oferta!

Sistema de Informes Brutal

El precio original era: $13.00.El precio actual es: $5.95.

-54%

Los precios suben cuando el temporizador llega a cero

Dependencias

  • Framework:ESX o QBCORE (todas las versiones compatibles)
  • Artefactos del servidor:Versión 5848 o superior
  • Construcción del juego:2189 o superior

Notas importantes:

  • Asegúrese de que la clave de licencia del servidor esté vinculada a la misma cuenta utilizada para la compra de Tebex.
  • Reinicia tu servidor para activar el recurso en el juego.

Características

  • Chat de administración:Comuníquese directamente con los administradores a través del chat.
  • Actualizaciones en vivo:Todos los datos se actualizan en tiempo real a través de la interfaz NUI.
  • Categorías de informes: Los jugadores pueden seleccionar opciones como Reportar, Error o Pregunta.
  • Detalles del informe: Incluye el título del informe, la descripción y la categoría.
  • Paneles de usuario:Paneles separados para jugadores y administradores.
  • Informe único por jugador:Cada jugador solo puede enviar un informe activo a la vez.
  • Traducciones:Multi-idioma apoyo disponible.
  • Gestión de informes:Ver y administrar una lista de informes.

Funciones de administración:

  • Teletransportarse o llevar jugadores a tu ubicación.
  • Revivir y congelar a los jugadores.
  • Copiar identificadores de jugadores.
  • Chatea directamente con el jugador.
  • Gestión de permisos para grupos e identificadores (Discord, licencia, Steam, etc.).
  • Cerrar automáticamente los informes cuando un jugador se desconecta.
  • Opción para deshabilitar las notificaciones de nuevos informes.

Notificaciones y registros:

  • Los administradores reciben notificaciones cuando se crea un nuevo informe.
  • Registros de Discord para acciones como crear o cerrar un informe.

Mejoramiento:

  • Totalmente optimizado, con un uso de recursos entre 0,00 y 0,03 ms.
(10 valoraciones de clientes)
Añadir al carrito
Brutal Report System FiveM vista previa del recurso
Sistema de Informes Brutal
$13.00 El precio original era: $13.00.$5.95El precio actual es: $5.95.

Archivo de configuración


----------------------------------------------------------------------------------------------
------------------------------------| 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'] = 'New Report',
            ['Closed Report'] = 'Closed Report',

            ['Category'] = 'Category',
            ['Title'] = 'Title',
            ['Description'] = 'Description',
            ['Player details'] = 'Player details',
            ['Admin details'] = 'Admin details',
            ['ID'] = 'ID',
            ['Name'] = 'Name',
            ['Identifier'] = 'Identifier',
            ['Discord'] = 'Discord',

            ['Time'] = 'Time ⏲️'
        },
        -- 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
        }
    },

    -----------------------------------------------------------
    -----------------------| TRANSLATE |-----------------------
    -----------------------------------------------------------

    NoneAdmin = 'None',
    Report = 'Report #',

    Notify = {
        [1] =  {'Brutal Reports', "An admin send you a Message!", 5000, 'info'},
        [2] =  {'Brutal Reports', "You don't have permission to use the Command!", 5000, 'error'},
        [3] =  {'Brutal Reports', "Your report has been closed!", 5000, 'info'},
        [4] =  {'Brutal Reports', "You have got freeze!", 5000, 'info'},
        [5] =  {'Brutal Reports', "You have got unfreeze!", 5000, 'info'},
        [6] =  {'Brutal Reports', "You have got revive!", 5000, 'info'},
        [7] =  {'Brutal Reports', "A new report has arrived!", 5000, 'info'},
        [8] =  {'Brutal Reports', "Has been closed!", 5000, 'info'},
        [9] =  {'Brutal Reports', "Admin Notify: OFF", 5000, 'info'},
        [10] = {'Brutal Reports', "Admin Notify: ON", 5000, 'info'},
        [11] = {'Brutal Reports', "The title is too long,<br>Maximum 25 character!", 5000, 'error'},
        [12] = {'Brutal Reports', "Please fill all the spaces!", 5000, 'error'},
        [13] = {'Brutal Reports', "You can't open your own report!", 5000, 'error'},
    }
}

 

Relacionado QBCore Scripts

Archivo de configuración


----------------------------------------------------------------------------------------------
------------------------------------| 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'] = 'New Report',
            ['Closed Report'] = 'Closed Report',

            ['Category'] = 'Category',
            ['Title'] = 'Title',
            ['Description'] = 'Description',
            ['Player details'] = 'Player details',
            ['Admin details'] = 'Admin details',
            ['ID'] = 'ID',
            ['Name'] = 'Name',
            ['Identifier'] = 'Identifier',
            ['Discord'] = 'Discord',

            ['Time'] = 'Time ⏲️'
        },
        -- 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
        }
    },

    -----------------------------------------------------------
    -----------------------| TRANSLATE |-----------------------
    -----------------------------------------------------------

    NoneAdmin = 'None',
    Report = 'Report #',

    Notify = {
        [1] =  {'Brutal Reports', "An admin send you a Message!", 5000, 'info'},
        [2] =  {'Brutal Reports', "You don't have permission to use the Command!", 5000, 'error'},
        [3] =  {'Brutal Reports', "Your report has been closed!", 5000, 'info'},
        [4] =  {'Brutal Reports', "You have got freeze!", 5000, 'info'},
        [5] =  {'Brutal Reports', "You have got unfreeze!", 5000, 'info'},
        [6] =  {'Brutal Reports', "You have got revive!", 5000, 'info'},
        [7] =  {'Brutal Reports', "A new report has arrived!", 5000, 'info'},
        [8] =  {'Brutal Reports', "Has been closed!", 5000, 'info'},
        [9] =  {'Brutal Reports', "Admin Notify: OFF", 5000, 'info'},
        [10] = {'Brutal Reports', "Admin Notify: ON", 5000, 'info'},
        [11] = {'Brutal Reports', "The title is too long,<br>Maximum 25 character!", 5000, 'error'},
        [12] = {'Brutal Reports', "Please fill all the spaces!", 5000, 'error'},
        [13] = {'Brutal Reports', "You can't open your own report!", 5000, 'error'},
    }
}

 

10 valoraciones en Brutal Report System

  1. Alva (propietario verificado)

    Gran calidad en general. Las animaciones, la interfaz y la funcionalidad se sienten pulidas.

  2. Roxane (propietario verificado)

    Lo he estado usando por un tiempo, normalmente no escribo una reseña, pero esta vez estoy realmente convencido de hacerlo.

  3. Lawson (propietario verificado)

    Excelente artículo. Fácil de usar y realmente limpio. ¡Funcionó perfectamente!

  4. Wilson (propietario verificado)

    **** genial:)

  5. Domingo (propietario verificado)

    Me encanta, gracias

  6. Deanna (propietario verificado)

    Limpio, optimizado y confiable.

  7. ChrisViper (propietario verificado)

    Normalmente construyo las características yo mismo, pero la compra de este recurso me ahorró muchas horas de trabajo.

  8. RobinClutch (propietario verificado)

    Todos pasan por alto esto, pero en realidad es un buen artículo, le quitaré 1 estrella por el servicio al cliente

  9. Lonzo (propietario verificado)

    Excelente recurso para servidores GTA RP.

  10. Jermaine (propietario verificado)

    Este recurso me ahorró mucho tiempo de desarrollo. Funcionó casi inmediatamente después de la instalación.

Solo los usuarios registrados que hayan comprado este producto pueden hacer una valoración.