# Execution of native... SetDriftTyresEnabled error

<figure><img src="/files/iTW6e3nnhIuWFKcbEpod" alt=""><figcaption><p>Example of the error</p></figcaption></figure>

If you are receiving this error, it's because you are using a game version that is out of date. This code that ESX is trying to use, was introduced in game build 2372 (<https://docs.fivem.net/natives/?_0x5AC79C98C5C17F05>)

To fix this, go into your `server.cfg` and add the following line:

```
sv_enforcegamebuild 2944
```


---

# 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.jgscripts.com/advanced-garages/troubleshooting/execution-of-native...-setdrifttyresenabled-error.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.
