[ESX] Vehicles Taxes - Automatic system with facturation and payment tracking

Description :

This script allows to automatically apply a tax on vehicles according to their category whether the player is connected or not.
This tax applies 1x per day at the time you set (you can set several time slots).
You can configure the amount of the tax depending on the category of vehicles, the time it is charged each day, the company that will receive the payment of this tax etc.
There is also a system for reminding the player of overdue bills via a notification when they connect, and you have the possibility of activating automatic payment of their bills according to the money the player has in the bank
.

Download Script

Dependencies :

Configuration :


Options.timetobill = {

    {time = '21:00:00', societyaccount = 'society_police', sendername = 'Vehicle_Tax', label = 'Vehicle Taxes'},
    --{time = '04:29:30', societyaccount = 'society_police', sendername = 'Vehicle_Tax', label = 'Vehicle Taxes'},
    --{time = '04:29:30', societyaccount = 'society_police', sendername = 'Vehicle_Tax', label = 'Vehicle Taxes'},
    
}

Options.currency = '$'
Options.bankSave = 10000            -- configure here the minimum amount that must remain in the player's bank account
Options.autopaybill = true          -- [true | false] active / desactive the automatic payement of taxes bills

vehiclescat = {
---------------------------------------------------------------------------------------------------------------------------
-- add here the category of vehicle and the tax amount
---------------------------------------------------------------------------------------------------------------------------
{'compacts', 50},
{'coupes', 70},
{'motorcycles', 40},
{'muscle', 70},
{'offroad', 100},
{'sedans', 60},
{'sports', 90},
{'sportsclassics', 100},
{'super', 150},
{'suvs', 90},
{'vans', 80},
---------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------
}
Code is accessible all the configurations files are fully accessible - FiveM Escrow for the other files
Subscription-based No
Lines (approximately) 800
Requirements Requirements
Support Yes Active support in Discord

Please make sure to include the paid releases template.

1 Like

it’s ok i add it

can this be set to say once a week?

Good evening, it’s planned for the moment at a fixed time (several time slots possible) every day.
You can possibly plan a daily amount in accordance with the amount per week.