Files
red-valley/resources/[framework]/[addons]/qs-smartphone-pro/client/custom/billing/qs.lua
2026-03-29 21:41:17 +03:00

8 lines
245 B
Lua

if Config.Billing ~= 'qs' then return end
---@param id number
---@return boolean
function PayInvoice(id)
TriggerEvent('qs-billing:client:Notify', 'You must go to pay it presentialy or in your invoice tablet', 'info')
return true
end