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_atm_robbery)
Restart your server!! (And you get permission to use the script)
Check the config file.
Please check the config file and configurate the things.
Core = 'QBCORE', -- ESX / QBCORE
BrutalNotify = true,
GiveBlackMoney = true,
NextRobbery = 5, -- minutes
Item = 'drill',
ETC...
Create the items.
ESX
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('drill', 'Drill', 1, 0, 1);
QBCORE
['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 1, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Drill'},
Last updated
Was this helpful?