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 drawTextConfig.AllowedVehicles= { -- available taxi vehicles [1] = {model="taxi", -- vehicle modellabel=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 placementConfig.Location=vector4(909.5, -177.35, 74.22, 238.5) -- map blip locationConfig.CabSpawns= {vector4(899.0837, -180.4414, 73.4115, 238.7553), -- taxi spawn point}