Add to cart
Sale!
Script Standalone

okokReports

Original price was: $22.99.Current price is: $14.99.

-35%

okokReports is a FiveM reporting script where players send player reports, questions, and bug feedback through a /report menu and admins review them via /reports.

Add to Cart
FiveM Report script
okokReports
$22.99 Original price was: $22.99.$14.99Current price is: $14.99.

Product facts

Framework
Standalone
Resource type
Script
Creator / Brand
okok Scripts
Included files
1 downloadable file

Purchase details

Download format
ZIP

[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

Setup guide

These notes are based on the delivered okokReports archive and its README.

Requirements and preparation

  • A working framework integration for the included client and server files.
  • Choose whether notifications use the bundled handling or your existing notification resource.

Installation

  1. Extract okokReports into the server resources directory.
  2. Review config.lua and set the player report command, staff command, cooldown and staff access.
  3. Start the resource after its framework and notification dependencies.

Configuration checkpoints

  • Submit a player report and confirm that authorized staff can open and resolve it.
  • Verify that the cooldown blocks repeated submissions without blocking legitimate later reports.

Safety: Back up the affected resource and database tables, use credentials owned by your server, and complete a staging test before replacing a live resource. The full configuration remains in the download package.