Pay a bill

Trigger to pay a bill ID properly, you can use this from external scripts

Event

TriggerServerEvent("billing_ui:payInvoice", billId)

Parameters

NameData TypeDescription

billId

integer

The bill ID (the ID is from the database table billing)

Last updated