You can easily configure or add a new cinema to our script by accessing the following directory: brnx-cinemasystem/modules/shared/config.lua. This file provides all the necessary options for customization, ensuring a seamless integration tailored to your needs.
2
Create cinema
To add a cinema, navigate to the brnx-cinemasystem/modules/shared/config.lua file and follow the instructions below for seamless customization.
If you don't have the or maps, you will need to configure the entire script manually. However, if you do have these maps, there's no need to worry, as both are already pre-configured. You can still edit them if needed. Follow the examples below to create a new cinema.
The movie schedules follow real-world time, not in-game time.
After following the steps above, you will also need to configure the cinema room in the brnx-cinemasystem/modules/shared/rooms.lua file. Without this step, the script will not function properly.
-- Command used in the video
RegisterCommand('vec2', function(source)
local coords = GetEntityCoords( GetPlayerPed(source) )
local writeVec2 = tostring( vec2(coords.x,coords.y) )
print(writeVec2)
end)
To ensure the screen works correctly, you need to define the screen's hash and its YTD replacement file in the script's configuration file, located at brnx-cinemasystem/modules/shared/config.lua. Additionally, make sure the screen is inside the Polyzone, as the script won't be able to find it otherwise.