General Settings

Open the config.lua file to configure general settings.

Example Configuration:

Config = {}
Config.Framework = "QBCore"  -- Options: "QBCore", "ESX"
Config.NotificationSystem = "ox_notify"  -- Notification system using ox_lib

-- Ped Configuration
Config.PedModel = 's_m_y_dealer_01'
Config.PedLocation = vec4(802.965637, -2131.120605, 29.436731, 357.731110)
Config.PedBlip = {
    sprite = 280,
    color = 5,
    scale = 0.9,
    name = "Task Runner Boss"
}

Last updated