Config File

Config = {}

Config.Framework = 'qb' -- Options: 'qb' for qb-core and qbox & 'esx' for esx framework

Config.InteractMethod = "ox_lib" -- Change to "ox_lib", "ox_target" & "qb-target" as needed

Config.AdminCommand = true  --- to enable admin command to add paycheck directly to players ID

Config.DiscordWebhook = "Webhook_URL"   --- add your Discord Webhook to get logs of paychecks


Config.NPC = {
    Location = vector4(241.5269, 227.0405, 106.2870, 154.6251),
    Model = "s_m_m_highsec_01"
}

Config.Blip = {
    Sprite = 280,
    Display = 4,
    Scale = 0.8,
    Colour = 3,
    Name = 'Paychecks'
}

Last updated