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