# Spawn Vehicles with ServerSetter

{% hint style="danger" %}
If you don't know what this means or don't care, don't touch this option at all. Leave it off.
{% endhint %}

If you know what this means, **I do recommend enabling it** but be aware you may experience reliability issues on more populated servers.

Having significant issues after enabling this? I beg you to just turn it off before opening a ticket with us.

HIGHLY recommended that you set `Config.DoNotSpawnInsideVehicle = false` if you decide to enable this.

Want to read my 'technical' rant about why server-sided vehicles are so frustrating in FiveM, or why this option even exists? See my blog:

{% embed url="<https://blog.jgscripts.com/why-are-you-not-using-createvehicleserversetter-by-default>" %}


---

# 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/misc/spawn-vehicles-with-serversetter.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.
