Page cover

Triggers

Client Trigger

Trigger
Result

TriggerServerEvent('brutal_billing:server:CreateInvoice', senderId, playerId, reason, price, note, society)

Create an invoce to the given player. senderId : player who sends it (nil if a society gives the invoice)

playerId : player who gets it

reason : reason for the invoice

price : price of the bill

note : note of the bill society : which society sould get the money from the invoice

Server Tirgger

Trigger
Result

TriggerEvent('brutal_billing:server:CreateInvoice', senderId, playerId, reason, price, note, society)

Create an invoce to the given player. senderId : player who sends it (nil if a society gives the invoice)

playerId : player who gets it

reason : reason for the invoice

price : price of the bill

note : note of the bill society : which society sould get the money from the invoice

Last updated