From acfc0b62328ceb47af7297dd7811e16b438ea7bc Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:39:49 +0100 Subject: [PATCH] Update config.lua --- config.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.lua b/config.lua index 7944ca1..559a486 100644 --- a/config.lua +++ b/config.lua @@ -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, } +