[FREE] Report System | CODEV Report [QBCore & ESX]

Codev Report

Features

Admin system
Bring and goto for admins
Realtime notifications for admins
See who is assisting the report

Config

Downloads

Github

Other Resource

Multi Character
NPC Interaction
Notification
Blackmarket
Banking

Code is accessible Yes
Subscription-based No
Lines (approximately) ~500
Requirements QBCore or ESX
Support 100% Support 15h/day
17 Likes

fantastic work

1 Like

really nice. maybe we update it to work with discord group id’s?

1 Like

It is a open source development resource, you can make any changes you want! :sparkling_heart:
And you can always contribute to github repo if you want.

2 Likes

make a standalone version too

Can you teach on how to put the notification working?

Thanks

2 Likes

i have a error on line 10 and on line 86 codev-report-main/client/client.lua:10 attemp to index a nil value field cartinfo

Hello!
When i type /report, report system not open :S

hello man
you can translate the menus?

hello, you can translate through javascript and html files.

Can u imagine video records on this? Bufff.

very clean

Hi, when someone does /reports which are staff it tells me invalid command
help me

If you are using okokNotify do this:

Config.Notification = function(title, message, msgType, length)

local notifyType

if msgType == 'error' then
    notifyType = 'error'
elseif msgType == 'success' then
    notifyType = 'success'
elseif msgType == 'info' then
    notifyType = 'info'
elseif msgType == 'warning' then
    notifyType = 'warning'
else
    notifyType = 'info'
end

TriggerEvent('okokNotify:Alert', title, message, length, notifyType)

end

1 Like

Very nice script!

But how can I change the goto function to set a waypoint instead of teleport?

can’t it be happens that we don’t need and identifier to put and works with ingame groups?

Does not work for OKOK Notify copied what u put into the config and just throws up errors and discord link does not work