mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Update playerfunctions.lua
Add tgg billing
This commit is contained in:
@@ -221,6 +221,10 @@ local billPlayerFunc = {
|
|||||||
function(data)
|
function(data)
|
||||||
TriggerEvent("codem-billing:client:OpenMenu")
|
TriggerEvent("codem-billing:client:OpenMenu")
|
||||||
end,
|
end,
|
||||||
|
tgg =
|
||||||
|
function(data)
|
||||||
|
exports["tgg-billing"]:OpenBillingMenu()
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
--- BillPlayer
|
--- BillPlayer
|
||||||
@@ -984,4 +988,5 @@ function openClothing()
|
|||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user