> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

## Options

***

<Info>You can find config file in `no-gameplaycam/config/cl_config.lua`</Info>

| Option              | type                                            | Description                                                                           |
| ------------------- | ----------------------------------------------- | ------------------------------------------------------------------------------------- |
| EnableHelpKeyPrompt | boolean                                         | Enable help key prompt.                                                               |
| UseHiDof            | boolean                                         | Removes blur from zoom.                                                               |
| EaseDuration        | number                                          | Cam swap duration in ms.                                                              |
| InteriorControl     | boolean                                         | Controls is cam in the same interior with player.                                     |
| PedControl          | boolean                                         | Controls is player visible on the screen.                                             |
| MaxDistance         | number                                          | Maximum distance between player and camera.                                           |
| MaxWarning          | number                                          | Maximum warning count (Every sec).                                                    |
| TransitionSpeed     | number\[]                                       | Minimum - maximum transition speed.                                                   |
| RotateSpeed         | number\[]                                       | Minimum - maximum rotation speed.                                                     |
| ZoomSpeed           | number\[]                                       | Minimum - maximum zoom speed.                                                         |
| MaxRotateAngle      | number                                          | Maximum U/D rotation angle (0.0 - 90.0).                                              |
| WarningSound        | `{Name: string; Ref: string}`                   | [GTA Sounds](https://gist.github.com/Sainan/021bd2f48f1c68d3eb002caab635b5a4).        |
| Keys                | `[key: string]: string`                         | Default keys for mapping.                                                             |
| Controls            | `[key: string]: {index: number; label: string}` | [FiveM key controls](https://docs.fivem.net/docs/game-references/controls/#controls). |
