Configuration

๐Ÿ›  Debugging & Localization

Setting
Default
Description

Debug

false

If true, debug messages will be printed to the console. Useful for development and troubleshooting.

Locale

'en'

Language code for translations (uses locales/[locale].lua).

IgnoredLocales

{}

List of locale keys to ignore (e.g. to disable certain notifications). Example: { ['UI_NOT_READY'] = true }

๐Ÿ”Œ Bridge Settings

These settings control integration with FiveM frameworks, database systems, and target interaction scripts. If set to AUTO_DETECT, the script will attempt to detect the system automatically.

Setting
Options
Default
Description

Framework

ESX, QBCore, QBX, Standalone

AUTO_DETECT

The server framework to use.

Database

OX, MYSQL_ASYNC, GHMATTI

AUTO_DETECT

The database resource to use.

Target

NONE, OX, QB, QTARGET

AUTO_DETECT

Target interaction system.

๐Ÿ‘ฎ Admin Groups (Framework Specific)

FrameworkAdminGroups = {
    [Framework.ESX] = { 'superadmin', 'admin' },
    [Framework.QBCore] = { 'god', 'admin' },
}

Lists framework-specific admin group names that have elevated permissions (e.g., race creation, team management).

Standalone ACE permission is rcore_formula.admin for standalone servers.

๐Ÿš— Vehicle View

Setting
Default
Description

ForceFirstPerson

false

If true, players will be forced into first-person view while in a vehicle.

๐Ÿ“Š HUD Settings

Setting
Default
Description

SyncTime

100

Refresh rate (ms) for syncing HUD with game data.

Kph

false

If true, HUD speed is shown in kilometers per hour; otherwise in miles per hour.

๐Ÿ›  Pit Lane Settings

Setting
Default
Description

MaxSpeed

60

Maximum allowed speed in pit lane (MPH).

BoxMarker.Type

21

Marker type (see FiveM Marker Types).

BoxMarker.Scale

{1.0, 1.0, 1.0}

Size of the pit box marker.

BoxMarker.Rotation

{0.0, 180.0, 0.0}

Marker rotation.

BoxMarker.Color

{255, 0, 0, 100}

Marker color with transparency.

Last updated