From bdb526bd1e94e6231b24c2efe74a4ef75e7f8a79 Mon Sep 17 00:00:00 2001 From: McKlean <59034736+McKlean@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:52:09 +0100 Subject: [PATCH] Commit[Billing]: added okok Billing - Added OKOK's CreateInvoice as a choice for the billing --- shared/playerfunctions.lua | 3 +++ 1 file changed, 3 insertions(+) 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