From 9efc3c94cdb1163bbd56f4a6d4b00d0adcdbffbd Mon Sep 17 00:00:00 2001 From: GhostInLowGear Date: Wed, 22 Oct 2025 11:34:06 -0400 Subject: [PATCH] Update playerfunctions.lua Add tgg billing --- shared/playerfunctions.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shared/playerfunctions.lua b/shared/playerfunctions.lua index f9b27f3..61841d8 100644 --- a/shared/playerfunctions.lua +++ b/shared/playerfunctions.lua @@ -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 \ No newline at end of file + +end