mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-18 14:26:03 +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,
|
coords = data.coords.xyz,
|
||||||
img = data.img
|
img = data.img
|
||||||
})
|
})
|
||||||
|
elseif Config.System.Billing == "okok" then
|
||||||
|
-- TriggerServerEvent("okokBilling:CreateCustomInvoice", target, price, reason, invoiceSource, society, societyName)
|
||||||
|
TriggerEvent("okokBilling:ToggleCreateInvoice")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user