Commit[Billing]: added okok Billing

- Added OKOK's CreateInvoice as a choice for the billing
This commit is contained in:
McKlean
2025-06-21 14:52:09 +01:00
parent bb9dbe248f
commit bdb526bd1e

View File

@@ -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