Snippets
TriggerServerEvent("okokBilling:CreateCustomInvoice", target, price, reason, invoiceSource, society, societyName)
target:
xTarget.source
price:
500
reason:
Speeding
invoiceSource:
Highway Radar
society:
police
(you can remove this in case you want no society to receive money)societyName:
LSPD
(you can remove this in case you want no society to receive money)TriggerEvent("okokBilling:ToggleMyInvoices")
TriggerEvent("okokBilling:ToggleCreateInvoice")
Last modified 11mo ago