Update playerfunctions.lua

Add tgg billing
This commit is contained in:
GhostInLowGear
2025-10-22 11:34:06 -04:00
committed by GitHub
parent 7e320bcb99
commit 9efc3c94cd

View File

@@ -221,6 +221,10 @@ local billPlayerFunc = {
function(data)
TriggerEvent("codem-billing:client:OpenMenu")
end,
tgg =
function(data)
exports["tgg-billing"]:OpenBillingMenu()
end,
}
--- BillPlayer
@@ -984,4 +988,5 @@ function openClothing()
break
end
end
end