Snippets
Create custom invoices
TriggerServerEvent("okokBilling:CreateCustomInvoice", target, price, reason, invoiceSource, society, societyName, authorIdentifier)Variables:
Event to open the My Invoices menu (client side)
TriggerEvent("okokBilling:ToggleMyInvoices")Event to open the Create Invoice menu (client side)
TriggerEvent("okokBilling:ToggleCreateInvoice")Last updated