Quasar Store Logo

Inventory Items

This section includes the complete item list for the script, ready to be integrated into the most popular inventory systems. Each item is properly configured with its name, label, and parameters to ensure full compatibility and seamless functionality within your server’s inventory setup.

qs-inventory

esx_inventory

qb-inventory

ox_inventory

['housekey'] = { label = 'House Key', weight = 0.250, stack = false, close = true, consume = false, description = 'Your house key, do not lose it.', server = { export = 'qs-housing.useHouseKey' }, consume = 0 }, ["weed_white-widow"] = { label = "White Widow weed", weight = 150, stack = false, }, ["weed_skunk"] = { label = "Skunk weed", weight = 150, stack = false, }, ["weed_purple-haze"] = { label = "Purple Haze weed", weight = 150, stack = false, }, ["weed_og-kush"] = { label = "OG Kush weed", weight = 150, stack = false, }, ["weed_amnesia"] = { label = "Amnesia weed", weight = 150, stack = false, }, ["weed_ak47"] = { label = "AK47 weed", weight = 150, stack = false, }, ["weed_white-widow_seed"] = { label = "White Widow seed", weight = 50, stack = false, }, ["weed_skunk_seed"] = { label = "Skunk seed", weight = 50, stack = false, }, ["weed_purple-haze_seed"] = { label = "Purple Haze seed", weight = 50, stack = false, }, ["weed_og-kush_seed"] = { label = "OG Kush seed", weight = 50, stack = false, }, ["weed_amnesia_seed"] = { label = "Amnesia seed", weight = 50, stack = false, }, ["weed_ak47_seed"] = { label = "AK47 seed", weight = 50, stack = false, }, ["empty_weed_bag"] = { label = "Empty weed bag", weight = 50, stack = true, }, ["weed_nutrition"] = { label = "Weed nutrition", weight = 500, stack = false, }, ["lockpick"] = { label = "Lockpick", weight = 100, stack = true, }, ["police_stormram"] = { label = "Police Storm Ram", weight = 800, stack = false, },



Kitchen system items (optional)

["bread"] = { label = "Bread", weight = 200, stack = true, }, ["cheese"] = { label = "Cheese", weight = 150, stack = true, }, ["sausage"] = { label = "Sausage", weight = 200, stack = true, }, ["meat"] = { label = "Raw Meat", weight = 300, stack = true, }, ["pasta"] = { label = "Pasta", weight = 200, stack = true, }, ["tomato"] = { label = "Tomato", weight = 100, stack = true, }, ["dough"] = { label = "Dough", weight = 250, stack = true, }, ["chicken"] = { label = "Chicken", weight = 300, stack = true, }, ["spices"] = { label = "Spices", weight = 50, stack = true, }, ["wine"] = { label = "Wine", weight = 500, stack = true, }, ["lettuce"] = { label = "Lettuce", weight = 100, stack = true, }, ["egg"] = { label = "Egg", weight = 60, stack = true, }, ["fish"] = { label = "Fish", weight = 300, stack = true, }, ["potato"] = { label = "Potato", weight = 150, stack = true, }, ["toast"] = { label = "Toast", weight = 200, stack = true, }, ["sandwich"] = { label = "Sandwich", weight = 350, stack = true, }, ["hotdog"] = { label = "Hot Dog", weight = 350, stack = true, }, ["burger"] = { label = "Cheese Burger", weight = 400, stack = true, }, ["pasta_plate"] = { label = "Pasta Plate", weight = 400, stack = true, }, ["pizza"] = { label = "Pizza", weight = 500, stack = true, }, ["steak"] = { label = "Grilled Steak", weight = 450, stack = true, }, ["chicken_meal"] = { label = "Chicken Meal", weight = 450, stack = true, }, ["luxury_dinner"] = { label = "Luxury Dinner", weight = 600, stack = false, }, ["salad"] = { label = "Salad", weight = 250, stack = true, }, ["omelette"] = { label = "Omelette", weight = 300, stack = true, }, ["fish_chips"] = { label = "Fish & Chips", weight = 450, stack = true, },