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
Last updated