Xandrice / ghxst-veh-taxes

taxes system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghxst_veh_taxes

Taxes for vehicles. Thanks to Der-Elmoo for the ESX Script

Installation

  1. Download the script
  2. Drag and Drop it into your resources folder
  3. You need to configurate it!! (follow the instructions for your system.)
  4. Add ensure ghxst-taxes to your server.cfg

Credits

Thanks to Der-Elmoo for the ESX Script. (esx-vehicletaxes-fivem)

ESX Legacy

  1. Go to config.lua:
  • set Config.FrameWork to 'ESX-Legacy' (Line 3 in config.lua)
  • Set Config.Notify to 'Ingame' (Line 5 in config.lua) image
  1. Go to the fxmanifest.lua:
  • remove_ the '--' before '@oxmysql/lib/MySQL.lua' (Line 18 in fxmanifest.lua)
  • Add the '--' before '@mysql-async/lib/MySQL.lua' (Line 19 in fxmanifest.lua) Screenshot 2022-07-13 091349

ESX

  1. Go to config.lua:
  • set Config.FrameWork to 'ESX' (Line 3 in config.lua)
  • set Config.Notify to 'Ingame' (Line 5 in config.lua) image
  1. Go to the fxmanifest.lua:
  • remove_ the '--' before '@mysql-async/lib/MySQL.lua' (Line 18 in fxmanifest.lua)
  • Add the '--' before '@oxmysql/lib/MySQL.lua' (Line 19 in fxmanifest.lua) image

QBCore

  1. Go to config.lua:
  • set Config.FrameWork to 'QBCore' (Line 3 in config.lua)
  • set Config.SQLTableForVehicles to 'player_vehicles' (Line 4 in config.lua)
  • set Config.Notify to 'QBCore' (Line 5 in config.lua) image
  1. Go to the fxmanifest.lua:
  • remove the '--' before '@qb-core/shared/locale.lua' (Line 8 in fxmanifest.lua)
  • remove the '--' before 'locales/en.lua' (Line 9 in fxmanifest.lua)
  • remove_ the '--' before '@oxmysql/lib/MySQL.lua' (Line 18 in fxmanifest.lua)
  • Add the '--' before '@mysql-async/lib/MySQL.lua' (Line 19 in fxmanifest.lua) image

About

taxes system

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%