Installation guide
Script download: Click here
Download the script and unpack the folder.
Put the script folder to your server.
Start the script in the server.cfg. (ensure brutal_hunting)
Check the config file.
Please check the config file and configurate the things.
Core = 'QBCORE', -- ESX / QBCORE
Target = 'qb-target', -- 'default' / 'oxtarget' / 'qtarget' / 'qb-target'
IdentifierType = 'core', -- 'core' / 'steam' / 'license' / 'discord' | 'core' = default core identifier
BrutalNotify = true, -- You can set up your own notify >> cl_utils.lua
ETC...
Upload the SQL.
CREATE TABLE `brutal_hunting` (
`identifier` varchar(128) NOT NULL,
`licence` varchar(128) NOT NULL,
`type` varchar(128) NOT NULL,
`date` varchar(128) NOT NULL,
`hunterid` varchar(128) NOT NULL,
`level` int(128) NOT NULL,
`xp` int(128) NOT NULL);Create the items.
ESX
QBCORE
Items images
Last updated
Was this helpful?