1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-20 18:54:41 +02:00
parent 3c524df1d3
commit 4f7a53e4a7

View file

@ -449,19 +449,3 @@ Config.ContainerTypes = {
-- Locations where containers can be found (optional, for target setup)
Config.ContainerLocations = {
{
coords = vector3(1000.0, -3000.0, 5.0),
heading = 0.0,
model = "prop_container_01a",
spawnContainer = true, -- Whether to spawn a container at this location
},
{
coords = vector3(980.0, -3000.0, 5.0),
heading = 0.0,
model = "prop_container_01b",
spawnContainer = true,
},
-- Add more fixed locations as needed
}