1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-08-12 18:25:36 +02:00
parent 7105fdb6b1
commit 87f7edb803

View file

@ -269,96 +269,6 @@ Config.Items = {
model = "mxc_smoking_prop_evape_2f", model = "mxc_smoking_prop_evape_2f",
price = 20 price = 20
}, },
pink_smokebox = {
label = "Smoke Box",
model = "mxc_smoking_prop_smoke_1d",
price = 100
},
red_smokebox = {
label = "Vaporglow Box",
model = "mxc_smoking_prop_smoke_1b",
price = 100
},
black_notankatomizer = {
label = "Black NO-Tank Atomizer",
model = "mxc_smoking_prop_atom_3c",
price = 100
},
grey_shortatomizer = {
label = "Short Grey Atomizer",
model = "mxc_smoking_prop_atom_2f",
price = 100
},
pink_shortatomizer = {
label = "Short Pink Atomizer",
model = "mxc_smoking_prop_atom_2e",
price = 100
},
red_shortatomizer = {
label = "Short Red Atomizer",
model = "mxc_smoking_prop_atom_2b",
price = 100
},
orange_stickevape = {
label = "Orange Stick E-Vape",
model = "mxc_smoking_prop_evape_1c",
price = 100
},
yellow_stickevape = {
label = "Yellow Stick E-Vape",
model = "mxc_smoking_prop_evape_1c",
price = 100
},
blue_stickevape = {
label = "Blue Stick E-Vape",
model = "mxc_smoking_prop_evape_1c",
price = 100
},
green_stickevape = {
label = "Green Stick E-Vape",
model = "mxc_smoking_prop_evape_1c",
price = 100
},
black_vaporglowvape = {
label = "Black VaporGlow",
model = "mxc_smoking_prop_vaporglow_1f",
price = 100
},
lightgrey_vaporglowvape = {
label = "Light Grey VaporGlow",
model = "mxc_smoking_prop_vaporglow_1e",
price = 100
},
red_vaporglowvape = {
label = "Red VaporGlow",
model = "mxc_smoking_prop_vaporglow_1b",
price = 100
},
pink_vaporglowvape = {
label = "Pink VaporGlow",
model = "mxc_smoking_prop_vaporglow_1d",
price = 100
},
orange_sumovape = {
label = "Orange Sumo",
model = "mxc_smoking_prop_sumo_1g",
price = 100
},
green_sumovape = {
label = "Green Sumo",
model = "mxc_smoking_prop_sumo_1c",
price = 100
},
lightgrey_sumovape = {
label = "Light Grey Sumo",
model = "mxc_smoking_prop_sumo_1e",
price = 100
},
blue_sumovape = {
label = "Blue Sumo",
model = "mxc_smoking_prop_sumo_1a",
price = 100
},
--#endregion --#endregion
redwoodpack = { redwoodpack = {
@ -405,24 +315,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 -- 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 = { Config.PlaceVendings = {
-- prop_vend_snak_01 = { prop_vend_snak_01 = {
-- vec4(459.8792, -992.0368, 23.9149, 93.7301), vec4(0, 0, 0, 0),
--}, },
--prop_vend_soda_01 = { prop_vend_soda_01 = {
-- vector4(180.08, 7397.59, 13.6, 109.41) vec4(0, 0, 0, 0)
--}, },
--} }
-- Here you can customize the exhibition of vending machines near certain coordinates based on the name of vending -- 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) name = "snack", -- name of vending (based on Config.Vendings)
--coords = vec3(459.8792, -992.0368, 23.9149), coords = vec3(0, 0, 0),
exhibition = { exhibition = {
a1 = "chips_ribs", a1 = "chips_ribs",
@ -447,7 +357,7 @@ Config.Items = {
e4 = "chips_paprika", 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. -- Settings for individual vending machines, if you want to disable the blip for an individual vending machine simply delete that entire section.
Config.Vendings = { Config.Vendings = {