forked from Simnation/Main
fix
This commit is contained in:
parent
a0175cbe69
commit
1c20ce80a1
3 changed files with 51 additions and 107 deletions
|
@ -1,22 +1,13 @@
|
|||
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
|
||||
-- Debug-Modus
|
||||
Config.DebugPoly = false -- Auf true setzen, um Box-Zonen zu sehen
|
||||
|
||||
-- Welche Props sollen als Shisha funktionieren?
|
||||
Config.ShishaProps = {
|
||||
"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
|
||||
"sf_prop_sf_g_bong_01a",
|
||||
"prop_bong_01",
|
||||
-- Hier weitere Prop-Modelle hinzufügen
|
||||
}
|
||||
|
||||
-- Progressbar Dauer in ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue