mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
Add codem option for billing
This commit is contained in:
@@ -217,6 +217,10 @@ local billPlayerFunc = {
|
|||||||
function(data)
|
function(data)
|
||||||
TriggerEvent("okokBilling:ToggleCreateInvoice")
|
TriggerEvent("okokBilling:ToggleCreateInvoice")
|
||||||
end,
|
end,
|
||||||
|
codem =
|
||||||
|
function(data)
|
||||||
|
TriggerEvent("codem-billing:client:OpenMenu")
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
--- BillPlayer
|
--- BillPlayer
|
||||||
|
|||||||
Reference in New Issue
Block a user