DEVCORE SCRIPTS
  • Resources
    • REALISTIC SMOKING
      • Installation
      • Configs
    • REALISTIC NEEDS
      • Installation
      • Exports
        • GetAlcoholValue
      • Configs
    • MILEAGE METER
      • Installation
      • Config
    • WATER-GUN
      • Installation
      • Config
    • MULTIJOB
      • Installation
      • Config
    • NPC DRUG SALES
  • Links
    • Store
    • Discord
Powered by GitBook
On this page
  1. Resources
  2. MILEAGE METER

Installation

1. After purchasing the script, the script can be downloaded here https://keymaster.fivem.net/assets

2. Upload the contents of the zip file to your server

3. ensure devcore_mileagemeter in server.cfg after your Framework and after oxmysql

4. Upload the mileagemeter.sql file to the database.

5. Now create items depending on the inventory.

 Here are the items to put into ox_inventory/data/items.lua


	['twist_mil'] = {
		label = 'USB-twist mileage',
		stack = true,
		close = true,
		description = "For to reduce vehicle mileage"
	},

	['mil_decrypter'] = {
		label = 'USB-decryped mileage',
		stack = true,
		close = true,
		description = "For to decode the reduction in mileage"
	},

If you use another inventory, use its method to add items.

6. Restart the server
PreviousMILEAGE METERNextConfig

Last updated 1 month ago