π§Configuration
Script Configuration
-- Enable/Disable debug mode; default true
Config.DebugMode = true | false--- Current Supported options:
--- 'esx' ES Extended
--- 'qb' QB-Core
--- 'standalone' Standalone configuration
Config.Framework = "standalone" | "esx" | 'qb'-- Preload worlds
Config.LoadWorlds = 3016Note: Apparently in FiveM the worlds are infinite (as far as the maximum value of integers allows), however, to use this system we limit the worlds to have more exhaustive control.
--- Use travel effect
--- Note: This effect is used when a player travels between worlds
Config.TravelEffect = {
Enable = true,
--WIP xSound = false, -- Require xSound
NativeSound = true, -- Compatible with xSound too
--WIP Particles = true,
}Default Configuration
Last updated
Was this helpful?