From 3a6d8ed994efc346eb87f1eb69b1730d4e44e512 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 12 Aug 2025 15:44:34 +0200 Subject: [PATCH] Update config.lua --- .../cfx-mxc-vendingmachines/config.lua | 43 ++++++++----------- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua index 4081f7da3..975023075 100644 --- a/resources/[inventory]/cfx-mxc-vendingmachines/config.lua +++ b/resources/[inventory]/cfx-mxc-vendingmachines/config.lua @@ -543,33 +543,26 @@ Config.Vendings = { -- This section is for choosing which items (from the Config.Items list) to show for each individual stand. -- You can follow the visual tags on the in-game model to figure out where you are putting things exhibition = { - a1 = "bottle_cola", - a2 = "bottle_cola", - a3 = "bottle_junk", - a4 = "bottle_junk", - a5 = "bottle_tonic", - a6 = "bottle_tonic", + a1 = "ecola_flasche", + a2 = "ecola_flasche", + a3 = "sprunk_flasche", + a4 = "sprunk_flasche", + a5 = "orange_o_tang_flasche", + a6 = "orange_o_tang_flasche", - b1 = "bottle_orang", - b2 = "bottle_orang", - b3 = "bottle_sprunk", - b4 = "bottle_sprunk", - b5 = "bottle_water", - b6 = "bottle_water", + b1 = "ecola_zero_flasche", + b2 = "orange_o_tang_zero_flasche", + b3 = "sprunk_zero_flasche", + b4 = "water_bottle", + b5 = "water_bottle", + b6 = "water_bottle", - c1 = "can_cola", - c2 = "can_cola", - c3 = "can_orang", - c4 = "can_orang", - c5 = "can_sprunk", - c6 = "can_junk", - - d1 = "can_logger", - d2 = "can_logger", - d3 = "can_blarneys", - d4 = "can_blarneys", - d5 = "can_hoplivion", - d6 = "can_cerbeza", + c1 = "sprunk_dose", + c2 = "ecola_dose", + c3 = "orange_o_tang_dose", + c4 = "ecola_zero_dose", + c5 = "sprunk_zero_dose", + c6 = "orange_o_tang_zero_dose", }, --#region Advanced