From 7105fdb6b19fdc0620d75ba7891ea852443f6add Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 12 Aug 2025 18:23:32 +0200 Subject: [PATCH] Update config.lua --- .../cfx-mxc-vendingmachines/config.lua | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua index 5d914aaea..5d923bd5f 100644 --- a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua +++ b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua @@ -405,24 +405,24 @@ Config.Items = { -- Here you can enter model and coordinates to spawn new vending machines around the map, the last value of the vector is the heading -Config.PlaceVendings = { - prop_vend_snak_01 = { - vec4(459.8792, -992.0368, 23.9149, 93.7301), - }, - prop_vend_soda_01 = { - vector4(180.08, 7397.59, 13.6, 109.41) - }, +--Config.PlaceVendings = { + -- prop_vend_snak_01 = { + -- vec4(459.8792, -992.0368, 23.9149, 93.7301), + --}, + --prop_vend_soda_01 = { + -- vector4(180.08, 7397.59, 13.6, 109.41) + --}, -} +--} -- Here you can customize the exhibition of vending machines near certain coordinates based on the name of vending -Config.OverrideExhibition = { +--Config.OverrideExhibition = { { name = "snack", -- name of vending (based on Config.Vendings) - coords = vec3(459.8792, -992.0368, 23.9149), + --coords = vec3(459.8792, -992.0368, 23.9149), exhibition = { a1 = "chips_ribs", @@ -447,7 +447,7 @@ Config.OverrideExhibition = { e4 = "chips_paprika", }, }, -} +--} -- Settings for individual vending machines, if you want to disable the blip for an individual vending machine simply delete that entire section. Config.Vendings = {