# Client

{% hint style="info" %}
You can find client config file in `no-spy/config/client/cl_config.lua`
{% endhint %}

## Enable Access Menu

***

Enables buttons for access management.

## Pickup Mode

***

| Option   | Description                                    |
| -------- | ---------------------------------------------- |
| access   | Only people with access can pick up the device |
| everyone | Everyone can pick up the device                |

## Enable Shoot To Destroy

***

If enabled, players can shoot the cams or motion sensors to destroy them.

## Spy Cam

***

| Field         | Type    | Description                                              |
| ------------- | ------- | -------------------------------------------------------- |
| PlayAnimation | boolean | Whether to play the animation while checking cams or not |

## Motion Sensor

***

| Field          | Type                                      | Description                             |
| -------------- | ----------------------------------------- | --------------------------------------- |
| DetectionRange | number                                    | The distance the device will detect     |
| PlaySound      | boolean                                   | Whether to play a sound when notified   |
| Notification   | function(label: string, location: string) | Overrides default notification behavior |

## Keys

***

Default keys for mapping.

## Filters

***

The filter used when using the device. You can change or remove the filters completely.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://none-fivem.gitbook.io/nonem/resources/no-spy/configuration/client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
