Installation
Dependencies
How to install
-- Illegal Scrap Wrecks
['laser_cutter'] = {['name'] = 'laser_cutter', ['label'] = 'Laser Cutter', ['weight'] = 500, ['type'] = 'item', ['image'] = 'laser_cutter.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'The real deal for wrecks...'},
-- Illegal Scrap
['laser_cutter'] = {
label = 'Laser Cutter',
weight = 200,
client = {
image = 'laser_cutter.png',
},
},
QBCore
Config.UseCustomAlert = false -- If true you can use your own custom alert below
Config.CustomAlert = function()
-- EXAMPLE FOR PS-DISPATCH:
-- exports['ps-dispatch']:SuspiciousActivity()
endESX
Last updated