Skip to content
ESX Addons
Taxi Job

esx_taxijob

https://github.com/esx-framework/esx_taxijob

This Resource allows you to drive a fancy Taxi to pickup players , charge them per mile or do Life-Like NPC missions to earn money!

Configuration

  • Config.DrawDistance
    • type: float
    • default: 10.0
    • description: The distance to draw the markers for the taxi job.
  • Config.NPCJobEarnings
    • type: table
    • default: {min = 300, max = 600}
    • description: The amount of money you earn per NPC job.
  • Config.MinimumDistance
    • type: float
    • default: 3000.0
    • description: The minimum distance for each job.
  • Config.MaxInService
    • type: integer
    • default: -1
    • description: The maximum number of players that can be in service at the same time.
  • Config.EnablePlayerManagement
    • type: boolean
    • default: true
    • description: Enable or disable player management.
  • Config.EnableSocietyOwnedVehicle
    • type: boolean
    • default: false
    • description: Enable or disable society owned vehicle.
  • Config.AuthorizedVehicles
    • type: table
    • default: { {model = 'taxi', title ='Taxi', icon = 'fas fa-car'} }
    • description: The vehicles that are authorized for the taxi job.
  • Config.JobLocations
    • type: table
    • description: The locations of available drop off points.