For the complete documentation index, see llms.txt. This page is also available as Markdown.

Exports

getPermissions()

Returns a table with the player current job permissions as index keys.

local permissions = exports['av_business']:getPermissions()
print(json.encode(permissions, {indent = true}))

openBilling()

Opens the Billing Menu without using a laptop

exports['av_business']:openBilling()

Last updated