[STANDALONE] [FREE] ZZ - Taximeter

Taximeter system :taxi:



Feactures :spiral_notepad:

  • Optimized 0.00 idle / 0.03ms highest (With baseevents config activated)
  • Multiple languages already configured (Spanish, Italian, French, Czech, Brazilian, English, Chinese, German). Not a perfect translation
  • Different currency formats (Decimal with , or with . and another configurations)
  • Baseevents compatibility
  • Restricted vehicles
  • Diferentes rates
  • One price when you move and another price when you are stop
  • No loss of information when leaving the car or the game, once the driver exits the vehicle. It will stop automatically
  • Full syncroniced with all players in vehicle
  • RegisterKeyMapping (The user can change the configuration key as desired)
  • Adds opacity when the pause menu is active (does not close the interface completely)

Configuration :clipboard:

Configuration
Config = {}

Config.lang = "en"

-- MP = MILLES, KM = KILOMETERS
Config.distanceMeasurement = "MP" 

-- es-ES = EUROPEAN, en-US = AMERICAN,   zh-Hans-CN-u-nu-hanidec = CHINESE NUMBERS,    ar-EG = Arabic numbers,   ru-RU = RUSSIAN
-- EXAMPLE: 87445.54     EUROPEAN = 87.445,54    AMERICAN = 87,445.54
Config.formatMoney = "en-US" 

Config.debug = false

-- DEFAULT KEYS FOR CONFIGURATION
Config.taximeterDefaultKey = "F7"
Config.taximeterBtnDefaultKey = "LCONTROL"

-- IF YOU HAVE BASEEVENTS, I RECOMMENDED TURN TRUE
Config.baseevents = true

-- Vehicles to working taximeter
Config.AuthorizedVehicles = {
    'taxi',
    'rentalbus',
    'stretch',
    'patriot2'
}

-- ONLY CAN ADD 6. 6 Rates for 6 buttons
Config.Rates = {
    
	[1] = {
		base = 100.00, -- Base of money
		inMotion = 100, -- Money in motion, price in 1 KM/MP
		onStop = 20.0 -- Money when you stand still, for second.
	},
	[2] = {
		base = 200.00, -- Base of money
		inMotion = 200, -- Money in motion, price in 1 KM/MP
		onStop = 30.0 -- Money when you stand still, for second.
	},
	[3] = {
		base = 300.00, -- Base of money
		inMotion = 300, -- Money in motion, price in 1 KM/MP
		onStop = 40.0 -- Money when you stand still, for second.
	},
	[4] = {
		base = 500.00, -- Base of money
		inMotion = 500, -- Money in motion, price in 1 KM/MP
		onStop = 50.0 -- Money when you stand still, for second.
	},
	[5] = {
		base = 750.00, -- Base of money
		inMotion = 750, -- Money in motion, price in 1 KM/MP
		onStop = 75.0 -- Money when you stand still, for second.
	},
	[6] = {
		base = 1000.00, -- Base of money
		inMotion = 1000, -- Money in motio, price in 1 KM/MP
		onStop = 100.0 -- Money when you stand still, for second.
	}
}


Keybind :control_knobs:

Server owners can change this in the config.lua, alternatively, the player base can set their own menu keybind to open Taximeter.

Esc > settings > keybinds > fivem > (TAXI) …

Keys:

Taximeter Key: F7
Change this to open the taximeter


Key for actuating buttons: Left Control
image
You have 8 buttons and to activate them you need to do LCtrl+1, LCtrl+2, LCtrl+3
Remember: You can change LCtrl


Full Preview :movie_camera:

Feactures Preview
  • Animation for buttons and diferents taxes
    buttonAnim

  • Pause
    pause

  • Reset
    reset

  • Keep when driver down or exit
    keepExit

  • Save information when you exit from car
    saveInformationCompress

  • Optimization (WITH BASEEVENT)
    optimization


Message from the author :parrot:

This is my hobby and not my job, so I disclaim responsibility for anyone who downloads it. I will not help you to install or configure the script, do not expect long term support either. As I say, this is my hobby and I may not maintain the script in the future.
And if in the future I make more scripts, all will be free and will have the same conditions.

Also say that if someone considers my english a bit strange, I’m sorry my native language is not english.


Download :floppy_disk:

Direct link: zz_taximeter.rar (29.0 KB)

GITHUB

3 Likes

how can u play 2 fivem in 1 PC ?

  1. Duplicate direct access
  2. Modify destination and add final -cl2 with separation space.
  3. Create new fivem session
  4. Dsiable indentifier duplication in my server (I can’t help you with this, I needed to do this. But maybe you don’t)

thanks bro ! nice script kkk

I found a problem that when meter is appear I can’t toggle any rate price (I’m already try to press Lctrl+1 but nothing happen). How to fix it?

The taximeter is designed to have global rates for all cabs, if you go to the config.lua file you will be able to configure the rates.
What you do with the LCtrl + 1 is to apply the rate

If you fail to apply the rate…
Just in case, also check if you haven’t changed the key in Esc > settings > keybinds > fivem > (TAXI) ...

I have try you say , but still cant using.

Any error in F8 or in the txadmin console?

no error :frowning:

Version txAdmin, Core, etc etc