mirror of
https://github.com/Michatec/ptelevision.git
synced 2026-03-31 23:46:30 +02:00
Update config.lua
This commit is contained in:
15
config.lua
15
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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user