mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Commit[Billing]: added okok Billing
- Added OKOK's CreateInvoice as a choice for the billing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user