Nuevo sistema de reportes para FiveM - ¡Mejora la moderación de tu servidor! 
Español (clic para expandir)
¡Hola a todos! ![]()
Estoy emocionado de compartir con ustedes mi primera script para FiveM: un sistema de reportes. Esta script ayudará a los administradores y moderadores de servidores a llevar un mejor control y seguimiento de los reportes realizados por los jugadores.
Características principales
- Interfaz creada con ox_lib
- Registro de reportes en una base de datos.
- Notificaciones en tiempo real para moderadores y administradores.
- Gestion facil de los reportes
Imágenes 
Archivo de configuracion:
Config = {}
Config.Locale = GetConvar('esx:locale', 'es')
Config.menuPosition = "bottom-right"
Config.typeofreports = {
{ value="bug", label="bug"},
{ value="antirol", label="antirol"},
}
-- if this is true when new report is create all admin with reports enabled recibed a notify with the new report
Config.notifyAdmins = true
--need cron script
Config.CleanSQLeveryDay = true --false if you don't have cron script
Config.reportOptions = {
teleport = true,
discord = true,
}
Requisitos de la script
- oxmysql
- ox_lib
- es_extended o
- es_extended 1.2 o
- qb-core
La script es fácil de instalar y configurar, y es compatible con las últimas versiones de FiveM. Puedes descargarla desde el siguiente enlace: GitHub - troner14/reportSystem · GitHub
Si tienes alguna pregunta o encuentras algún problema, no dudes en dejar un comentario en este tema o abrir una incidencia en GitHub.
¡Espero que esta script sea de utilidad para mejorar la moderación de sus servidores! ![]()
English (click to expand)
Hello everyone! ![]()
I’m excited to share with you my first FiveM script: an improved report system. This script will help server administrators and moderators to better manage and track reports made by players.
Main features
- Interface created with ox_lib
- Report logging in a database.
- Real-time notifications for moderators and administrators.
- Easy report management.
Images 
Config File:
Config = {}
Config.Locale = GetConvar('esx:locale', 'es')
Config.menuPosition = "bottom-right"
Config.typeofreports = {
{ value="bug", label="bug"},
{ value="antirol", label="antirol"},
}
-- if this is true when new report is create all admin with reports enabled recibed a notify with the new report
Config.notifyAdmins = true
--need cron script
Config.CleanSQLeveryDay = true --false if you don't have cron script
Config.reportOptions = {
teleport = true,
discord = true,
}
Script requirements
- oxmysql
- ox_lib
- es_extended or
- es_extended 1.2 or
- qb-core
The script is easy to install and configure, and it’s compatible with the latest FiveM versions. You can download it from the following link:
If you have any questions or encounter any issues, please feel free to leave a comment in this topic or open an issue on GitHub.
I hope this script will be useful in improving moderation on your servers! ![]()






