Events
Events can be requested at our discord! (https://discord.rxscripts.xyz/)
Client Side
Server Side
rxbilling:onInvoiceSent
RegisterNetEvent('rxbilling:onInvoiceSent', function(invoice)
end)
rxbilling:onInvoicePaid
RegisterNetEvent('rxbilling:onInvoicePaid', function(payerId, invoice)
-- If playerId is nil, it means the invoice was paid automatically
end)
rxbilling:onInvoiceDeclined
RegisterNetEvent('rxbilling:onInvoiceDeclined', function(declinerId, invoice)
end)
rxbilling:onInvoiceDeclined
RegisterNetEvent('rxbilling:onInvoiceRevoked', function(revokerId, invoice)
end)