> For the complete documentation index, see [llms.txt](https://fivem.lvsoft.com.ar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fivem.lvsoft.com.ar/standalone/lvs-drift/installation.md).

# Installation

### Step 1

Execute the SQL:&#x20;

```sql
ALTER TABLE `player_vehicles`
    ADD `drift` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `state`;
```

***

### Step 2

Add those items to your QBCore items shared. [`resources\[qb]\qb-core\shared\items.lua`](#user-content-fn-1)[^1]

***

<pre class="language-lua" data-title="items.lua" data-line-numbers><code class="lang-lua"><strong>	["kit-drift"] = {
</strong>		["name"] = "kit-drift",
		["label"] = "Kit de drift",
		["weight"] = 1000,
		["type"] = "item",
		["image"] = "kit-drift.png",
		["unique"] = true,
		["useable"] = true,
		["shouldClose"] = true,
		["combinable"] = nil,
		["description"] = "Drift System Instalation Kit"
	},
</code></pre>

### Step 3

***

Download the following imagen and copy in to your inventory items folder&#x20;

{% tabs %}
{% tab title="URL" %}
<https://i.imgur.com/QJiYWOA.png>
{% endtab %}

{% tab title="Preview" %}

<figure><img src="https://i.imgur.com/QJiYWOA.png" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

***

### Step 4

Drag And Drop, Put `lvs_drift` in resources folder

***

### Step 5

Start The Script Start in `server.cfg` , `ensure lvs_drift.`

***

{% hint style="info" %}
You can use ox\_lib for menu, download at <https://github.com/overextended/ox_lib/releases>.\
make sure to modify the `fxmanifest.lua` file, uncomment the line 19 and 38
{% endhint %}

[^1]:


---

# 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://fivem.lvsoft.com.ar/standalone/lvs-drift/installation.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.
