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)

Last updated