Refresh bill
Export
exports["billing_ui"]:refreshBillId(billId)Parameters
Name
Data Type
Description
Example
-- Example command /refreshBillId 51
RegisterCommand("refreshBillId", function(playerId, args)
local billId = tonumber(args[1])
exports["billing_ui"]:refreshBillId(billId)
end)Last updated