Make sure the items that you added to the server are added to the qb-core->shared->items.lua
['weed_white-widow']= {['name'] = 'weed_white-widow',['label'] = 'White Widow 2g',['weight'] = 200,['type'] = 'item',['image'] = 'weed_baggy.png', ['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A weed bag with 2g White Widow'},
['weed_og-kush']= {['name'] = 'weed_og-kush',['label'] = 'OGKush 2g',['weight'] = 200,['type'] = 'item',['image'] = 'weed_baggy.png',['unique'] = false, ['useable'] = true,['shouldClose'] = false,['combinable'] = nil, ['description'] = 'A weed bag with 2g OG Kush'},
['weed_skunk']= {['name'] = 'weed_skunk',['label'] = 'Skunk 2g',['weight'] = 200,['type'] = 'item',['image'] = 'weed_baggy.png',['unique'] = false, ['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A weed bag with 2g Skunk'},
['meth'] = {['name'] = 'meth',['label'] = 'Meth',['weight'] = 100,['type'] = 'item', ['image'] = 'meth_baggy.png',['unique'] = false, ['useable'] = true,['shouldClose'] = true,['combinable'] = nil,['description'] = 'A baggie of Meth'},