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}))

Last updated