Billing UI
This script makes sending invoices easier, allowing the players to choose the person who should receive the invoice, with a simple click
Images
Features
- Makes choosing the target of an invoice easier (configurable)
- You can use
TriggerEvent("billing_ui:activateBillingMode")
to easily integrate the billing mode with any script - Allows you to define default reasons for each job (configurable)
- Allows you to define default amounts for each job (configurable)
- Allows you to choose if players can define and use their own reasons and amounts (only they will see them in the menu)
- Allows players to create custom amounts and custom reasons
- You can define a limit for max reason characters and max amount (configurable)
- Allows players to choose if their job name will be shown before the invoice reason
- Allows players to choose if the money will be received by the society account or in their bank account
- If the player who sent the invoice is offline, he will receive the money in the bank anyway
- Ability to view unpaid bills of players for jobs you choose
- Requires confirmation from the customer to receive the invoice
- Low resmon usage
- You can choose X hours before the unpaid bills will be automatically paid
Documentation
You can find the script’s documentation here
Resmon
When idle it’s 0.00ms
When selecting a player to bill it’s 0.03-0.04ms
Installation
- Download the script
- Extract wherever you want into your resources
- Configure every config file as you wish
- Add ensure billing_ui in your server.cfg
Download
You can find the script here
Information
The script uses the official FiveM escrow system