Update config.lua

This commit is contained in:
Michachatz
2025-11-02 00:39:49 +01:00
committed by GitHub
parent d3ed042bdd
commit acfc0b6232

View File

@@ -120,6 +120,20 @@ Config.Models = { -- Any TV Models used on the map or in locations must be defin
Scale = 0.085,
Offset = vector3(-1.02, -0.055, 1.04)
},
[-240931727] = { --Casino Penthouse Theater Room
DefaultVolume = 0.5,
Range = 20.0,
Target = "tvscreen", -- Only use if prop has render-target name.
Scale = 0.085,
Offset = vector3(-1.02, -0.055, 1.04)
},
[`v_ilev_cin_screen`] = { --Cinema/Theater Screen
DefaultVolume = 0.5,
Range = 60.0,
Target = "cinscreen", -- Only use if prop has render-target name.
Scale = 0.085,
Offset = vector3(-1.02, -0.055, 1.04)
},
}
Config.Locations = { -- REMOVE ALL IF NOT USING ONESYNC, OR IT SHALL BREAK.
@@ -152,3 +166,4 @@ Config.Events = { -- Events for approving broadcasts / interactions (due to popu
cb()
end,
}