Ticket
-
okokReports
FiveM Standalone Scripts$32.28$21.05Rated 4.79 out of 5[Explanation]
This is a script with a beautiful interface that allows you to make reports/feedbacks through a command.
[How it works]
Basically when you type ‘/report‘ a nice menu pops up, it allows you to send different types of feedbacks such as a player report, a general question or to report a bug to the server admins.
To assist the feedbacks players make, admins should type ‘/reports‘, which will open a list of the pendent feedbacks, once you select a feedback it will open a window with all the information of that feedback, such as the category (player report, question, bug), the subject and the explanation of the issue.
You are able to set a feedback cooldown to prevent players from spamming feedbacks.
It includes Discord logs such as: when a feedback is created, when an admin assists the feedback and when an admin concludes it.
[Config]
————————–Â COMMANDS & FUNCTIONALITY
Config.FeedbackClientCommand = ‘report’ — The command that the players use to report something
Config.FeedbackAdminCommand = ‘reports’ — The command that the admins use to check the pendent feedbacks list
Config.FeedbackCooldown = 10 — Time in minutes
————————–Â ADMIN PERMISSIONS
Config.ESX = false — Set this to true if you use ESX
— If you use ESX you don’t need to add any identifier to Config.AdminList because it checks if you have permission by your player group (superadmin, admin, mod)
— Types of identifiers: steam: | license: | xbl: | live: | discord: | fivem: | ip:
Config.AdminList = {
‘license:2ash123ad1337a15029a21a6s4e3622f91cde1d0’, — Example, change this
‘discord:370910283901283929’ — Example, change this
}
————————–Â DISCORD LOGS
— To set your Discord Webhook URL go to server.lua, line 13
Config.BotName = ‘ServerName’ — Write the desired bot name
Config.ServerName = ‘ServerName’ — Write your server’s name
Config.IconURL = ” — Insert your desired image link
Config.DateFormat = ‘%d/%m/%Y [%X]’ — To change the date format check this website – https://www.lua.org/pil/22.1.html
— 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
Config.NewFeedbackWebhookColor = ‘65352’
Config.AssistFeedbackWebhookColor = ‘16127’
Config.ConcludeFeedbackWebhookColor = ‘16711680’
 [Optimization]
Idle:Â 0.00-0.01ms
When executing any event:Â 0.00-0.01ms
- Easy to use
- Easy to install
- No IP lock
- Source code
- Fully customizable
-
FiveM Report Player System
FiveM Standalone Scripts$30.68$16.85Rated 0 out of 5Script explanation:
Basically, there is a command for players, and a command for staffs. When doing /report, a small form will appear for the player to report the situation they want, and as soon as the player sends it, all staff will receive a small notification that there is a new report. Staffs, when doing /reportlist, will see a table with all existing reports since the server was brought online. By clicking on a report, the Staff can read the description of the report, can see a screenshot of the person who reported, can teleport to that person, and can mark the report as solved. This is a FiveM report system.
Note:
There are several options in the config.lua to change, which should be changed to your liking.
Principal Features:
- Report form
- NUI for STAFFS to view existing reports
- Screenshot of who reported (Can be desactivated in config.lua)
- Staffs are able to mark reports as solved
- Notification when there is a new report
- Webhook to receive reports in discord
- It’s easy to adapt in administration menus
Dependencies:
- screenshot-basic 21 (If you enable the screenshot config)
- ESX (not mandatory, can only be used to define staffs more easily)