QB-AIRCON
Installation Guide for QB-AIRCON
Please follow this guide correctly to ensure that the resource works correctly
Once downloaded from your keymaster account you will need to extract it to your desktop and put it in to your server.
Then go to qb-core > shared > items.lua and put this in as follows.
['coil'] = {['name'] = 'coil', ['label'] = 'evaporator coil', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'evacoil.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Aircon evaporator coil'},
['compress'] = {['name'] = 'compress', ['label'] = 'Compressor', ['weight'] = 1200, ['type'] = 'item', ['image'] = 'compressor.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Aircon Compressor'},
['condens'] = {['name'] = 'condens', ['label'] = 'condenser coil', ['weight'] = 750, ['type'] = 'item', ['image'] = 'condens.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Aircon Condenser Coil'},
['expval'] = {['name'] = 'expval', ['label'] = 'Expansion Valve', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'expval.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Aircon Expansion Valve'},
Once done go the qb-pawnshop and in the config.lua add the items in so you have the ability to sell the items.
Once done that's it enjoy your new resource.
If you get any errors this means that you have not followed the guide correctly or have changed the name of the resource and you would need to change it back if this is not the case then we would recommend to follow it again or refer to the readme file if you still have issues contact our support team via discord and we will be happy to help.
Last updated