Frameworks

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:

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

  • Client-side: 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.

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

config.framework = 'esx'