[Paid] Advanced Taxi Job [ESX/QB]

36374c3e4dce3731054ee04af30185e0b4bed1ef_2_690x388

Dependency


Features

  • Job Access Control
    • Taxi Job is restricted to players with the “taxi” role (configurable). This restriction can be disabled.
    • Supports ESX & QBCORE frameworks with seamless integration.
  • Configurable Controls
    • Taximeter toggle button (default: F10).
    • Order List access button (default: J).
  • Taxi Company Management
    • Boss Menu with full control over company operations (requires ox_lib).
    • Taxi Company owners can view the balance, withdraw funds, check company valuation, and sell the company to the government.
    • Revenue from government routes and rented taxis contributes a configurable percentage to the company account.
    • Boss Menu access is available via target options (ox_target, qtarget, qb-target).
  • Vehicle Rental Options
    • Easily configure rented taxi vehicle models, rent prices, spawn locations, and despawn times if vehicles are unused.
    • Supports multiple vehicle options with a random vehicle selection from a customizable list.
  • Taximeter & Government Orders
    • Set price per meter for player-driven routes.
    • Configure rewards for NPC-based government routes.
    • Add as many government orders as desired with easy configuration.
  • Customizable Markers & Blips
    • Configure marker color, type, and UI components.
    • Blip and UI settings are fully customizable for responsive design.
  • Full Translations & Notifications
    • Script includes lifetime support and easy, full translation for all UI and in-game elements.
    • Custom notifications are configurable for players (client/editable.lua).
    • All taxi drivers receive real-time alerts when new orders are created.
  • Optimized & Cheater-Proof
    • Responsive UI with optimized performance.
    • Protected against cheats for a secure gameplay experience.

Updates

  • v1.0.1
    • Added Taxi Company with configurable boss menu.
    • Configurable role restriction for Taxi Job access.
    • Vehicle key system toggling option for QBCore users.
  • v1.0.2
    • Added multi-vehicle support with random selection.
    • Notification system for new orders.
    • Integrated script version checker.
  • v1.0.3
    • Automatic SQL table creation on initialization.
    • New wardrobe feature for customizable outfits.
    • Enhanced NPC behavior for government orders, including realistic spawn and movement at stops.
    • General bug fixes and code optimization for smoother performance.

Showcase

  • To better understand the system, please check the preview.

Accessible code

  • You can check it here.

Worth mentioning

  • We can assure compatibility and intended functionality when using these up-to-date dependencies. However, we cannot guarantee proper script operation with older versions of the required scripts. It is highly recommended to use the specified latest versions to ensure optimal performance and compatibility.

Tebex

Code is accessible Partly
Subscription-based No
Lines (approximately) 1300+
Requirements oxmysql - ox_lib - esx / qb / qbox - qb-target / ox_target
Support Yes
105 Likes

hi! how players get billed as passengers ?

also in your preview video you started the taximeter without any passenger or npc and the text for the money earned start to increase the value, driver is already earning this value ?

If yes, the driver can just stand in any place, start the taximeter and become rich without any effort ?

Hello,

Passengers should be billed thru your billing system, taximeter exists just because so taxi drivers knows how much they should bill the passengers.
Driver is not earning the money as he drives the taxi vehicle with the taximeter active.

1 Like

good scripts

Does this prevent users from driving government passengers around in circles earning money?

No it does not.

Updates

v1.0.1
  • Restricted Taxi Job access to players with the “taxi” job (configurable in the settings), with an option to disable this restriction.
  • QBCore Only : You can now easily toggle between vehicle key systems in the config file.
  • Added Taxi Company functionality, including a boss menu (requires ox_lib).
  • For government routes or rented taxis, a percentage of each payment is deposited into the Taxi Company account (configurable).
  • The Taxi Company owner can now view the company’s balance, withdraw funds, check the company’s valuation, and sell the company to the government.
  • Boss Menu access is available through target options (ox_target, qtarget, qb-target)
v1.0.2
  • All employed taxi drivers receive a notification when a new order is created
  • Customizable notifications are now available in the script (client/editable.lua).
  • Added script version checker.
v1.0.3
  • SQL tables are now automatically generated upon initialization, removing the need for manual setup
  • New wardrobe feature added for customizable outfits (configurable)
  • Money from NPC missions can now go directly to the taxi society (configurable)
  • NPCs will now spawn and get in/out of the car at every stop during missions
  • Code improvements, bug fixes