Skip to main content

⚙️ Configuration

Here is available config that you can change on config.lua

caution

Make sure Config.Locations are not lower than your default slots or one of your whitelisted slots

Default Slots

Config.DefaultSlots = 5

Whitelisted Slots

  • license: string
  • slots: number
Config.WhitelistedSlots = {
[1] = {
license = "license:here",
slots = 4
},
}

Enabling blur

Config.EnableBlur = true

Welcome screen time

Config.WelcomeScreenTime = 5000

Apartment Starting

Config.ApartmentStarting = true

Debug Mode

Config.DebugMode = false

Use fivem appearance

Config.UseFivemAppearance = true