๐งInstallation
ensure oxmysql/icmysql
ensure qb-core
...(make sure to start the inventory before the script)
ensure origen_hacking (optional)
ensure origen_carboostingNow you have to insert the SQL files into your database:
['boosting_cad'] = {['name'] = 'boosting_cad', ['label'] = 'Boosting Tablet', ['weight'] = 100, ['type'] = 'item', ['image'] = 'boosting_cad.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Probably you can use this tablet for ilegal actions.'},
['locator_remover'] = {['name'] = 'locator_remover', ['label'] = 'Locator Remover', ['weight'] = 100, ['type'] = 'item', ['image'] = 'locator_remover.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Looks like a remover for specific signal type.'},['boosting_cad'] = {
label = 'Boosting CAD',
weight = 100,
stack = false,
close = true,
description = 'Device used for boosting missions.'
},
['locator_remover'] = {
label = 'Locator Remover',
weight = 100,
stack = true,
close = true,
description = 'Tool used to remove vehicle locators.'
},Config File
Last updated