๐Ÿš•qb-taxijob

Could you turn up the music please?

Introduction

  • Allows players to rent a taxi from Downtown Cab Co. and drive NPCs around or they can be contacted using the services app in qb-phone. NPC missions can be started using the qb-radialmenu

Configuration

General

Config.DefaultTextLocation = "left" -- left, right, top for qb-core drawText

Config.AllowedVehicles = { -- available taxi vehicles
   [1] = {
      model = "taxi", -- vehicle model
      label = Lang:t("info.taxi_label_1") -- translated menu label
   },
}

Config.Meter = { -- multiplier for trip cost calculated by distance traveled
    ["defaultPrice"] = 1.60
}

Config.BossMenu = vector3(903.32, -170.55, 74.0) -- boss menu placement

Config.Location = vector4(909.5, -177.35, 74.22, 238.5) -- map blip location

Config.CabSpawns = {
    vector4(899.0837, -180.4414, 73.4115, 238.7553), -- taxi spawn point
}

NPC config

NPC locations

NPC models

Last updated

Was this helpful?