> For the complete documentation index, see [llms.txt](https://docs.rytrak.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rytrak.fr/redm-scripts/advanced-sheriff-grab-ped/general-configuration.md).

# General Configuration

### Config.Language

![](/files/fn110LtFtx93GalOjr8U)

Choose the language of the resource, we propose the basic language **French&#x20;*****(fr)*** and **English&#x20;*****(en)***.

### Config.CommandEnabled

![](/files/wo9zkVD6BWnwghAbEj5U)

Set **true** if you want to use the command system.

### Config.GrabCommand

![](/files/pCSLIgdeI2mLDgqvA8Mg)

Command to which the grab ped will be activated if you set the [Config.CommandEnabled](#config.commandenabled) to **true**.

### Config.RedEM

<div align="left"><figure><img src="/files/xkoJnn6WkBfBfQqHD1l1" alt="" width="563"><figcaption></figcaption></figure></div>

Set enabled to **true** if you want to use the RedEM job system, so define the jobs you want to access.

### Config.RSG

<div align="left"><figure><img src="/files/m1eQulaiakuWZK1OHxEZ" alt="" width="548"><figcaption></figcaption></figure></div>

Set enabled to **true** if you want to use the RSG job system, so define the jobs you want to access.

### Config.VORP

<div align="left"><figure><img src="/files/erCY6FNpgwkUDcF2UvOc" alt="" width="562"><figcaption></figcaption></figure></div>

Set enabled to **true** if you want to use the VORP job system, so define the jobs you want to access.

### Config.Hint

![](/files/DlbcA7yH8nG5gNKHq7SP)

<div align="left"><figure><img src="/files/MFcAiGR4k88pViYZlDex" alt="" width="275"><figcaption></figcaption></figure></div>

This variable displays or not an information on the top left of your screen to let the player go more easily ([Config.CommandEnabled](#config.commandenabled) must be **true**)

### Config.DisableSprint

![](/files/0FmHSVF3GwgA5ilSWXf6)

Disable the sprint (recommended: **true**)

### Config.ColisionRange

<div align="left"><figure><img src="/files/xbWGlk6uE0b7gDxov74k" alt="" width="163"><figcaption></figcaption></figure></div>

Collision distance (0.0 to disable the dragged player's collision)

### Config.AttachPosition

<div align="left"><figure><img src="/files/iKyDb7PsHyQWKUpOt8T4" alt="" width="311"><figcaption></figcaption></figure></div>

Positioning of the player facing the police officer.

### Config.Animations

<div align="left"><figure><img src="/files/PzQ1d4pQPCBsytXnEJqK" alt="" width="563"><figcaption></figcaption></figure></div>

Animation system to take the player by the arm.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rytrak.fr/redm-scripts/advanced-sheriff-grab-ped/general-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
