diff --git a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua index aaf65c65e..e34a3c53f 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 = 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.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 = 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