DH | Taxi
Framework Compatibility
DH Taxi works for TMC Only
Installation
Download DHTaximeter from your keymaster
Drag the file into your resources folder and "ensure DHTaximeter" in your server.cfg
Make sure the resource is named "DHTaximeter"
Usage
NPC Taxi:
You need the required item set in the Config.lua file. Use the item to bring up the phone UI

You must be in one of the Config.AuthorisedVehicles to start working.
Config.AuthorisedVehicles = {
"gbtaxistanierle",
"gbtaxiargento7f",
"gbtaxistarlight"
}
Head to the Config.TaxiCarSpawnCoords, to spawn in one of your taxi vehicles By clicking on Retrieve. Then click "Clock On" to start receiving calls.

When you receive a call, Accept the call and follow your GPS to pick up the customer, and deliver the passenger to the drop off location.
[TaxiMeter]
Make sure you have the authorised job. and Press [F7] to toggle the Taximeter. You can change this keybind in your Fivem Settings.
To start a ride, you must be inside a vehicle, and have a passenger in any of the seats in your car. Simply Hit "START" to start the ride. You can Close the UI with [F7] during the ride if you want. you can also drag the UI to where you want it to be on your screen.
If the passenger exit the vehicle the ride will automatically stop. You can press "STOP" to stop the ride yourself, and "BILL" to Bill your passenger.
The passenger can either Accept Or Decline the call. If they Decline the call, a minigame will come up. If they complete the minigame police will not get alerted, if they fail the minigame police will get alerted
Config
Config.Reputation1mile = 1
Config.Reputation2mile = 2
Config.Reputation3mile = 3
Config.Reputation4mile = 4
Config.Reputation5mile = 5
Config.Reputation6mile = 6
Config.Reputation7mile = 7
Config.ReputationDefault = 1This config you can decide how much Reputation a driver earned if the ride is 1 mile.
2 mile, means between 1-2 miles,
3 miles, means between 3-4 miles, etc..
Config.PayOut = 50This is how much normal money a player gets for the shortest ride, which is < 1 mile. Then the payout will be £50. Pay will increase automatically depending on the ride length. Config.Payout is just the base pay.
Last updated