Skip to main content
Roulette

Installation

Install the roulette resource and configure its framework exports, translations and build files.

Required dependencies

MySQL

Database support installed and bundled through npm.

Node.js

Required for dependency installation and compilation.

FiveM artifact 4752+

Required for Lua 5.4 and escrow support.

Game build 2060+

Required for the casino DLC assets.

Installation steps

  1. 01

    Extract the resource

    Copy the package contents into your server resources directory.

  2. 02

    Configure framework exports

    Modify the Lua export functions to match your framework.

    sv_config.lua
  3. 03

    Configure the resource

    Edit the TypeScript configuration and translations.

    source-files/src/shared/editable-config.ts
  4. 04

    Compile the resource

    Recompile after every TypeScript configuration change.

Important file locations

TypeScript config
source-files/src/shared/editable-config.ts

Translations and shared resource settings.

Lua config
sv_config.lua

Framework exports and server integration.