Common Issues
Here are some common issues which are found in testing...
Last updated
Was this helpful?
Here are some common issues which are found in testing...
Last updated
Was this helpful?
Was this helpful?
Manually add the items to your inventory within data
/items.lua
-- Whitewidow items
['whitewidow_menu'] = {
label = 'White Widow Menu',
weight = 1000,
stack = true,
close = true,
description = 'Thinking of what to buy? Look at me!',
client = {
image = 'whitewidow_menu.png'
},
},
-- Crop
['weed_skunk_crop'] = {
label = 'Skunk Crop',
weight = 1200,
stack = true,
description = 'A crop of Skunk!',
client = {
image = 'weed_skunk_crop.png'
},
},
['weed_ogkush_crop'] = {
label = 'OG Kush Crop',
weight = 1200,
stack = true,
description = 'A crop of OG Kush!',
client = {
image = 'weed_ogkush_crop.png'
},
},
['weed_whitewidow_crop'] = {
label = 'White Widow Crop',
weight = 1200,
stack = true,
description = 'A crop of White Widow!',
client = {
image = 'weed_whitewidow_crop.png'
},
},
['weed_ak47_crop'] = {
label = 'AK 47 Crop',
weight = 1200,
stack = true,
description = 'A crop of AK47!',
client = {
image = 'weed_ak47_crop.png'
},
},
['weed_amnesia_crop'] = {
label = 'Amnesia Crop',
weight = 1200,
stack = true,
description = 'A crop of Amnesia!',
client = {
image = 'weed_amnesia_crop.png'
},
},
['weed_purplehaze_crop'] = {
label = 'Purple-Haze Crop',
weight = 1200,
stack = true,
description = 'A crop of Purple-Haze!',
client = {
image = 'weed_purplehaze_crop.png'
},
},
['weed_gelato_crop'] = {
label = 'Gelato Crop',
weight = 1200,
stack = true,
description = 'A crop of Gelato!',
client = {
image = 'weed_gelato_crop.png'
},
},
['weed_zkittlez_crop'] = {
label = 'Zkittlez Crop',
weight = 1200,
stack = true,
description = 'A crop of Zkittlez!',
client = {
image = 'weed_zkittlez_crop.png'
},
},
-- Bags
['weed_skunk_bag'] = {
label = 'Skunk 2g',
weight = 2,
stack = true,
close = true,
description = 'A 2g bag of Skunk!',
client = {
image = 'weed_skunk_bag.png'
},
},
['weed_ogkush_bag'] = {
label = 'OG Kush 2g',
weight = 2,
stack = true,
close = true,
description = 'A 2g bag of OG Kush!',
client = {
image = 'weed_ogkush_bag.png'
},
},
['weed_whitewidow_bag'] = {
label = 'White Widow 2g',
weight = 2,
stack = true,
close = true,
description = 'A 2g bag of White Widow!',
client = {
image = 'weed_whitewidow_bag.png'
},
},
['weed_ak47_bag'] = {
label = 'AK47 2g',
weight = 2,
stack = true,
close = true,
description = 'A 2g bag of AK47!',
client = {
image = 'weed_ak47_bag.png'
},
},
['weed_amnesia_bag'] = {
label = 'Amnesia 2g',
weight = 2,
stack = true,
close = true,
description = 'A 2g bag of Amnesia!',
client = {
image = 'weed_amnesia_bag.png'
},
},
['weed_purplehaze_bag'] = {
label = 'Purple-Haze 2g',
weight = 2,
stack = true,
close = true,
description = 'A 2g bag of Purple-Haze!',
client = {
image = 'weed_purplehaze_bag.png'
},
},
['weed_gelato_bag'] = {
label = 'Gelato 2g',
weight = 2,
stack = true,
close = true,
description = 'A 2g bag of Gelato!',
client = {
image = 'weed_gelato_bag.png'
},
},
['weed_zkittlez_bag'] = {
label = 'Zkittles 2g',
weight = 2,
stack = true,
close = true,
description = 'A 2g bag of Zkittlez!',
client = {
image = 'weed_zkittlez_bag.png'
},
},
-- Joints
['weed_skunk_joint'] = {
label = 'Skunk Joint',
weight = 1,
stack = true,
close = true,
description = 'Light up that skunk son!',
client = {
image = 'weed_skunk_joint.png'
},
},
['weed_ogkush_joint'] = {
label = 'OG Kush Joint',
weight = 1,
stack = true,
close = true,
description = 'Light up that og kush son!',
client = {
image = 'weed_ogkush_joint.png'
},
},
['weed_whitewidow_joint'] = {
label = 'White Widow Joint',
weight = 1,
stack = true,
close = true,
description = 'Light up that white widow son!',
client = {
image = 'weed_whitewidow_joint.png'
},
},
['weed_ak47_joint'] = {
label = 'AK 47 Joint',
weight = 1,
stack = true,
close = true,
description = 'Light up that ak47 son!',
client = {
image = 'weed_ak47_joint.png'
},
},
['weed_amnesia_joint'] = {
label = 'Amnesia Joint',
weight = 1,
stack = true,
close = true,
description = 'Light up that amnesia son!',
client = {
image = 'weed_amnesia_joint.png'
},
},
['weed_purplehaze_joint'] = {
label = 'Purple-Haze Joint',
weight = 1,
stack = true,
close = true,
description = 'Light up that purple haze son!',
client = {
image = 'weed_purplehaze_joint.png'
},
},
['weed_gelato_joint'] = {
label = 'Gelato Joint',
weight = 1,
stack = true,
close = true,
description = 'Light up that gelato son!',
client = {
image = 'weed_gelato_joint.png'
},
},
['weed_zkittlez_joint'] = {
label = 'Zkittlez Joint',
weight = 1,
stack = true,
close = true,
description = 'Light up that zkittlez son!',
client = {
image = 'weed_zkittlez_joint.png'
},
},
-- Tools
['drug_shears'] = {
label = 'Trimming Shears',
weight = 200,
stack = true,
close = true,
description = 'A set of high quality trimming shears',
client = {
image = 'drug_shears.png'
},
},
['lighter'] = {
label = 'Lighter',
weight = 5,
stack = true,
close = true,
description = 'On new years eve a nice fire to stand next to',
client = {
image = 'lighter.png'
},
},
['bong'] = {
label = 'Bong',
weight = 500,
stack = true,
close = true,
description = 'In Australia this is called a "Billy"',
client = {
image = 'bong.png'
},
},
['empty_weed_bag'] = {
label = 'Empty Weed Bag',
weight = 0,
stack = true,
close = true,
description = 'A small empty bag',
client = {
image = 'empty_weed_bag.png'
},
},
['rolling_paper'] = {
label = 'Rolling Paper',
weight = 0,
stack = true,
close = true,
description = 'Paper made specifically for encasing and smoking tobacco or cannabis',
client = {
image = 'rolling_paper.png'
},
},
-- Ingredients
['bakingsoda'] = {
label = 'Baking Soda',
weight = 1500,
stack = true,
close = true,
description = 'Household Baking Soda!',
client = {
image = 'bakingsoda.png'
},
},
['eggs'] = {
label = 'Eggs',
weight = 100,
stack = true,
close = true,
description = 'Eggs',
client = {
image = 'eggs.png'
},
},
['sugar'] = {
label = 'Sugar',
weight = 100,
stack = true,
close = true,
description = 'Sugar',
client = {
image = 'sugar.png'
},
},
['milk'] = {
label = 'Milk',
weight = 200,
stack = true,
close = true,
description = 'Carton of Milk',
client = {
image = 'milk.png'
},
},
['strawberry'] = {
label = 'Strawberries',
weight = 100,
stack = true,
close = true,
description = 'Strawberries',
client = {
image = 'strawberry.png'
},
},
['butter'] = {
label = 'Butter',
weight = 200,
stack = true,
close = true,
description = 'Butter',
client = {
image = 'butter.png'
},
},
['gelatine'] = {
label = 'Gelatine',
weight = 100,
stack = true,
close = true,
description = 'Gelatine',
client = {
image = 'gelatine.png'
},
},
['raspberry'] = {
label = 'Raspberry',
weight = 200,
stack = true,
close = true,
description = 'Raspberry',
client = {
image = 'raspberry.png'
},
},
['gummymould'] = {
label = 'Gummy Mould',
weight = 400,
stack = true,
close = true,
description = 'Gummy Mould',
client = {
image = 'gummymould.png'
},
},
['chocolatechips'] = {
label = 'Chocolate Chips',
weight = 400,
stack = true,
close = true,
description = 'Chocolate Chips',
client = {
image = 'chocolatechips.png'
},
},
['flour'] = {
label = 'Flour',
weight = 400,
stack = true,
close = true,
description = 'Flour',
client = {
image = 'flour.png'
},
},
-- Edibles
['strawberrygummybear'] = {
label = 'Strawberry Gummy Bears',
weight = 1000,
stack = true,
close = true,
description = 'Packet of Strawberry Gummy Bears',
client = {
image = 'strawberrygummybear.png'
},
},
['raspberrygummybear'] = {
label = 'Raspberry Gummy Bears',
weight = 1000,
stack = true,
close = true,
description = 'Packet of Raspberry Gummy Bears',
client = {
image = 'raspberrygummybear.png'
},
},
['ak47_cookie'] = {
label = 'AK47 Cookie',
weight = 1000,
stack = true,
close = true,
description = 'Yum, AK47 Cookie!',
client = {
image = 'ak47_cookie.png'
},
},
['skunk_cookie'] = {
label = 'Skunk Cookie',
weight = 1000,
stack = true,
close = true,
description = 'Yum, Skunk Cookie!',
client = {
image = 'skunk_cookie.png'
},
},
['whitewidow_cookie'] = {
label = 'White Widow Cookie',
weight = 1000,
stack = true,
close = true,
description = 'Yum, White Widow Cookie!',
client = {
image = 'whitewidow_cookie.png'
},
},