From 321e70b2cb04e9772ad254c675ff190088ff30c8 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 12 Aug 2025 17:33:46 +0200 Subject: [PATCH] ed --- resources/[inventory]/cfx-mxc-vendingmachines/config.lua | 2 +- resources/[inventory]/tgiann-inventory/items/items.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua index e7a526695..58c440334 100644 --- a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua +++ b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua @@ -9,7 +9,7 @@ Config.DefaultInteractionDistance = 2.0 -- If a vending does not provide a dista -- https://localazy.com/p/mxc Config.Language = "en" -Config.NoFramework = false -- if set to true, ignore framework dependencies; use this parameter if no framework is used (obviously the items and actual usability are not implemented without any framework) +Config.NoFramework = true-- if set to true, ignore framework dependencies; use this parameter if no framework is used (obviously the items and actual usability are not implemented without any framework) Config.UseOxLibMenuIfFound = true -- set to false if you don't want to use OxLib if found Config.Blips = true -- set to false if you don't want to see blips on the minimap Config.Sounds = true -- by default require xSound, you can edit it in config_functions.lua diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index f00d6cc7e..4e8ac1366 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -11077,7 +11077,7 @@ itemsData = { description = '', weight = 100, label = 'Chips Supersalt', - unique = true,3 + unique = true, useable = true, image = 'chips_supersalt.png', name = 'chips_supersalt',