diff --git a/shared/playerfunctions.lua b/shared/playerfunctions.lua index 0d31862..eee9ffe 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