okokReports
CREATE TABLE `okokreports`(
`admin_identifier` varchar(255) NOT NULL,
`responded_reports` varchar(255) NOT NULL DEFAULT 1,
UNIQUE KEY abc_ndx (admin_identifier)
);
If you're using ESX, ignore this part, if you're using QBCore, go to the
fxmanifest.lua
file and change:'@mysql-async/lib/MySQL.lua',
-- '@oxmysql/lib/MySQL.lua',
To:
-- '@mysql-async/lib/MySQL.lua',
'@oxmysql/lib/MySQL.lua',
Navigate to the
sv_utils.lua
file and paste the webhook URL in the lines 16, 18, 20, 22 and 24.Make sure your server artifacts version is above the 5181.
Last modified 8mo ago