diff --git a/shared/playerfunctions.lua b/shared/playerfunctions.lua index 9559b28..14fe6fd 100644 --- a/shared/playerfunctions.lua +++ b/shared/playerfunctions.lua @@ -159,6 +159,9 @@ function billPlayer(data) coords = data.coords.xyz, img = data.img }) + elseif Config.System.Billing == "okok" then + -- TriggerServerEvent("okokBilling:CreateCustomInvoice", target, price, reason, invoiceSource, society, societyName) + TriggerEvent("okokBilling:ToggleCreateInvoice") end end