[Script Name] doj-marijuana for qb
[Download]
More info in Github readme
[Sell] -
[Shop] -
[1g Joint] -
[3g joint] -
[Process] -
[baggies] -
[Player Grow] -
[Harvest Lake] -
[Harvest Farm] -
[Harvest plants] -
do you just copy and paste the below into item in qb-core?
-- LowGrade
['marijuana_crop_low'] = {['name'] = 'marijuana_crop_low', ['label'] = 'Harvested Crop', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_low.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'low grade harvested marijuana crop'},
['marijuana_3.5_low'] = {['name'] = 'marijuana_3.5_low', ['label'] = '3.5g marijuana', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_low.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5g low grade marijuana'},
['marijuana_1oz_low'] = {['name'] = 'marijuana_1oz_low', ['label'] = '1oz marijuana', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_low.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1oz low grade marijuana'},
--Mid Grade
['marijuana_crop_mid'] = {['name'] = 'marijuana_crop_mid', ['label'] = 'Harvested Crop', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_mid.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'mid grade harvested marijuana crop'},
['marijuana_3.5_mid'] = {['name'] = 'marijuana_3.5_mid', ['label'] = '3.5g marijuana', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_mid.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5g mid grade marijuana'},
['marijuana_1oz_mid'] = {['name'] = 'marijuana_1oz_mid', ['label'] = '1oz marijuana', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_mid.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1oz mid grade marijuana'},
--High Grade
['marijuana_crop_high'] = {['name'] = 'marijuana_crop_high', ['label'] = 'Harvested Crop', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_high.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'high grade harvested marijuana crop'},
['marijuana_3.5_high'] = {['name'] = 'marijuana_3.5_high', ['label'] = '3.5g marijuana', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_high.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5g high grade marijuana'},
['marijuana_1oz_high'] = {['name'] = 'marijuana_1oz_high', ['label'] = '1oz marijuana', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_high.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1oz high grade marijuana'},
-- marijuana items
['marijuana_seeds'] = {['name'] = 'marijuana_seeds', ['label'] = 'Marijuana Seeds', ['weight'] = 500, ['type'] = 'item', ['image'] = 'marijuana_seeds.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'marijuana seeds'},
['marijuana_joint'] = {['name'] = 'marijuana_joint', ['label'] = 'Joint', ['weight'] = 500, ['type'] = 'item', ['image'] = 'marijuana_joint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '1g joint'},
['marijuana_joint3g'] = {['name'] = 'marijuana_joint3g',