Brunx
  • Home
  • Cinema System
    • Installation
    • Configuration
      • Language
      • Setting up cinema
      • Setting up store
      • Keybinds and commands
    • Frameworks
      • Client guide
      • Server guide
    • Exports and events
      • Client events
      • Server events
      • State bags
Powered by GitBook
On this page
  1. Cinema System

Frameworks

PreviousKeybinds and commandsNextClient guide

Our script is compatible with all FiveM frameworks and includes pre-configured settings for ESX, QBCore, and vRP. If you don't use any of the mentioned frameworks, you can configure your script manually by editing the following files:

  • : brnx-cinemasystem/modules/server/custom/frameworks/standalone.lua

  • : brnx-cinemasystem/modules/client/custom/frameworks/standalone.lua

Below, we provide detailed instructions on how to configure the script and explain the purpose of each available function.

By default, our script automatically detects your framework. However, if you want to set the framework manually, you can do so in the brnx-cinemasystem/modules/shared/config.lua file. Just follow the example below:

brnx-cinemasystem/modules/shared/config.lua
-- Default
-- config.framework = 'auto' -- auto | esx | vrp | qb | standalone

config.framework = 'esx'
Server-side
Client-side