Exports

List of available exports for the resource.

Client Exports

showInvoices

Displays the invoices for the player.

-- Example Usage:
exports['nextgenfivem_billing']:showInvoices()

showJobInvoices

Displays the invoices for a specific job.

-- Example Usage:
exports['nextgenfivem_billing']:showJobInvoices('police')
PropTypeDefault
job
string
-

sendInvoice

Sends an invoice to a player.

-- Example Usage:
exports['nextgenfivem_billing']:sendInvoice()

On this page