# 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.UseFramework

![](/files/lLuUgULFp6ad971L4K5g)

{% hint style="danger" %}
If you are using ESX or QBCore, please set the UseFramework variable to true, then follow the video tutorial in our documentation to make the script compatible.&#x20;

This variable is used to remove the command to give the weapon and thus use it from your inventory.

For ESX: [click here](/framework-compatibility/add-a-custom-weapon-on-esx.md)

For QBCore: [click here](/framework-compatibility/add-a-custom-weapon-on-qbcore.md)
{% endhint %}

### Config.Spreaders

<div align="left"><figure><img src="/files/A3X3tE8OPsgdrjb6PUMz" alt=""><figcaption></figcaption></figure></div>

#### Config.Spreaders.openSpeed

Tool opening speed (the larger the number, the faster the speed)

#### Config.Spreaders.closeSpeed

Tool closing speed (the larger the number, the faster the speed)

#### Config.Spreaders.damageSpeed

Speed of percentage of life decrease (the larger the number, the faster the speed)

### Config.Cutters

<div align="left"><figure><img src="/files/X5aYkMznjYNzieXpOknp" alt=""><figcaption></figcaption></figure></div>

#### Config.Cutters.openSpeed

Tool opening speed (the larger the number, the faster the speed)

#### Config.Cutters.closeSpeed

Tool closing speed (the larger the number, the faster the speed)

#### Config.Cutters.damageSpeed

Speed of percentage of life decrease (the larger the number, the faster the speed)

### Config.CutProtection

<div align="left"><figure><img src="/files/QnTNoa2dJP68TaKYKNOp" alt=""><figcaption></figcaption></figure></div>

Time to install the protective cover (in ms)

### Config.LockPeopleInsideCar

<div align="left"><figure><img src="/files/a9RgG1CrbYp6MhXJEKG3" alt=""><figcaption></figcaption></figure></div>

The variable enables or disables the player and vehicle blocking system in the event of a serious accident.

### Config.VehicleRoof

<div align="left"><figure><img src="/files/msBSpayggQY6juBSUDAm" alt=""><figcaption></figcaption></figure></div>

List of vehicles compatible with the roof cut-off system (see tutorial on how to make a vehicle compatible [here](/scripts/advanced-extrication-system/adapt-a-vehicle-to-the-roof-system.md))

### Config.CooldownDelay

<div align="left"><figure><img src="/files/VTLUYQhZd2Q00tWpVo9X" alt=""><figcaption></figcaption></figure></div>

Delay in ms to avoid spamming tool usage

### Config.HelpSphere

<div align="left"><figure><img src="/files/pacrSVA836wMA6ux14ln" alt=""><figcaption></figcaption></figure></div>

Configuration of selection spheres


---

# 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://docs.rytrak.fr/scripts/advanced-extrication-system/general-configuration.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.
