# Client Side

{% hint style="warning" %}
If you're looking for Other Data then listed Here and in Server-Side Exports - Feel free to contact us on our [Discord Server](https://discord.gg/otherplanet)!
{% endhint %}

## isInTurfZone

return Turf Zone `index` when inside or `nil`

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

***

## getPlayerOrganisation

Table:

* id: `number`
* label: `string`
* entranceCoords: `vec4`

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

***

## playerGaragePermission

return `boolean` value in callback.

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