Here is a complete report system which is based on okok report.
I did modify it to my liking and made it work with QB Core. Feel free to change whatever you want.
In order for it to work you need to make a command in your admin script
Enjoy
I did modify it to my liking and made it work with QB Core. Feel free to change whatever you want.
In order for it to work you need to make a command in your admin script
QBCore.Commands.Add('lp', Lang:t("commands.open_admin"), {}, false, function(source, _)
TriggerClientEvent('lpsystem:elpe', source)
end, 'admin')
Enjoy