From cae0f6e2e71c1fcaf8c569763048e5f1cc4b5026 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 14 Aug 2025 13:46:32 +0200 Subject: [PATCH] ed --- resources/[inventory]/cfx-mxc-vendingmachines/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua index b7c95c45e..4b2eb7241 100644 --- a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua +++ b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua @@ -1,5 +1,5 @@ Config = {} -Config.Debug = true +Config.Debug = false Config.RenderDistance = 30.0 Config.DefaultInteractionDistance = 2.0 -- If a vending does not provide a distance this will be used as the default @@ -11,7 +11,7 @@ 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.UseOxLibMenuIfFound = false -- 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.Blips = false -- 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 Config.Target = false -- set to true if you want to use ox-target or qb-target as interaction