Files
red-valley/resources/[framework]/[addons]/qs-smartphone-pro/client/custom/billing/standalone.lua

8 lines
179 B
Lua
Raw Normal View History

2026-03-29 21:41:17 +03:00
if Config.Billing ~= 'standalone' then return end
---@param id number
---@return boolean
function PayInvoice(id)
return TriggerServerCallbackSync('phone:payInvoice', id)
end