Events
Add Custom Invoice
Trigger to add a custom invoice to a player.
targetId
The player you which to send the bill too
senderId
The player who sent the bill
amount
The bill amount. For example, 100
would be $100
reason (optional)
Reason for the bill, can be nil. For example: "Police Fine"
dueDate (optional)
Update Players Bills
Trigger to manually check for bills
source
Only required on server side, indicated which players bills you want to update, can be -1
to update everyone's in the server,
Last updated