Config

Config = Config or {}

Config.Target = true -- true = QB-Target | false = Sleepless_Interact (https://github.com/Sleepless-Development/sleepless_interact/releases)
Config.NewQBInv = false

Config.JobName = "police" -- If you renamed the Job add it here
Config.ItemName = 'lockpick' -- Set your Item Name here

Config.Fuel = 'LegacyFuel' --Enter your Fuel Script

--AI Taxi
Config.useTaxi = true --Use AI Taxi or Not?
Config.Taxi = 'taxi' --Taxi Model
Config.TaxiPlate = 'PEPS' --Taxi Number Plate
Config.TaxiSpawn = vector4(-1058.48, -2713.28, 20.17, 240.05) --Taxi Spawn Location   
Config.TaxiDestination = vector4(-513.81, -262.8, 35.41, 111.93) --Taxi Destination Lcoation 
Config.SkipToNearestLoc = vector4(-471.69, -251.56, 35.96, 112.37) --Taxi Skip Nearest Location to destination

Config.OutsideAirport = vector4(-1037.7, -2737.7, 20.17, 330.07) -- Location whre Player is send after Successfull Whitelist | Ignore this if "Config.useTaxi = true"

Config.WhitelistTimePed = {
    -- Ped Locations
    ['timecheck_location'] = vector4(-1085.65, -2833.12, 27.71, 148.58),
    ['success_ped_location'] = vector4(-1065.44, -2797.88, 27.71, 147.22),

    -- Ped Hash (https://docs.fivem.net/docs/game-references/ped-models/)
    ['hash'] = `a_m_y_smartcaspat_01`,

    -- Location for Sleepless_Interact
    ['sleepless_interact_location'] = vector3(-1085.65, -2833.12, 27.71),
    ['sleepless_interact_success_ped_location'] = vector3(-1065.44, -2797.88, 27.71),
}

Config.Locale = {
  ['noTicket'] = "Where is your Ticket? Get it first!",
  ['welcome1'] = "Welcome ",
  ['welcome2'] = ", to our City!",
  ['printingticket'] = "Your Printing a Whitelist Ticket",
  ['gotticket'] = "You Printed out a Whitelist Ticket",
  ['cancel'] = "Cancelled",
  ['noJob'] = "Your not able to do that!",
  --NPC Taxi
  ['skipDrive'] = "[E] Skip Drive",
  ['arrived'] = "Here you go!",
}

Last updated