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

Client Side

Client Side List of Exports.

isInTurfZone

return Turf Zone index when inside or nil

exports['op-crime']:isInTurfZone()

getPlayerOrganisation

Table:

  • id: number

  • label: string

  • entranceCoords: vec4

exports['op-crime']:getPlayerOrganisation()

playerGaragePermission

return boolean value in callback.

exports['op-crime']:playerGaragePermission(function(hasPerms)
    print(hasPerms)
end)

isInsideFurnituresMenu

return boolean value.

Furnitures menu toggle handler

If you want to fetch information when player enters/leave furnitures menu

Last updated