1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-25 02:51:13 +02:00
parent 8dbe72603d
commit a0175cbe69
2 changed files with 162 additions and 17 deletions

View file

@ -1,8 +1,22 @@
Config = {}
-- Debug mode
Config.DebugPoly = false -- Set to true to see box zones
-- Prop spawning options
Config.SpawnProps = true -- Set to true to spawn props at locations
Config.UseBoxZones = true -- Set to true to use box zones as fallback
-- Welche Props sollen als Shisha funktionieren?
Config.ShishaProps = {
`prop_bong_01`,
"prop_bong_01", -- String format
}
-- Locations for shishas (used for box zones and prop spawning)
Config.ShishaLocations = {
{coords = vector3(-1390.84, -605.84, 30.32), heading = 125.0}, -- Example location
{coords = vector3(1543.35, 6332.02, 24.08), heading = 42.0}, -- Example location
-- Add more locations as needed
}
-- Progressbar Dauer in ms