> For the complete documentation index, see [llms.txt](https://elena-scripts.gitbook.io/elenascripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elena-scripts.gitbook.io/elenascripts/gameplay/vspawn.md).

# Vspawn

## 🔥 Elena Vehicle Spawn

### Welcome to Elena Scripts

Welcome to the official documentation of **Elena Vehicle Spawn v2.0** — the premium vehicle spawning system designed for serious FiveM server owners who want the best for their community.

{% hint style="success" %}
**Thank you for purchasing Elena Vehicle Spawn!**\
You now have access to the most feature-rich vehicle spawn system on the market.
{% endhint %}

***

### ✨ What is Elena Vehicle Spawn?

Elena Vehicle Spawn is not just another vehicle spawner. It's a **complete experience** that transforms how players interact with their vehicles in your server.

With a press of **F1**, players can spawn their owned vehicles with stunning visual effects — perfect for VIP perks, donator rewards, or simply giving your server a premium feel.

***

### 🎯 Key Features

#### 🎨 Premium Visual Effects

* **Atom Fire** — Orbital flames rotating around your vehicle
* **Ghost Rider** — Flames erupting from all four sides
* **Fireworks** — Multi-stage spectacular display
* **Neon Glow** — Mystical magical aura
* **Confetti** — Festive particle burst
* **Explosion** — Dramatic spawn explosion
* **6+ effects ready, infinite possibilities**

#### 🛡️ Premium Admin Dashboard

* Modern dark-themed UI
* Live player management
* Real-time statistics
* Action history & logs
* Search & filter players
* Tab-based navigation
* **No backdrop-filter** — Fully CFX compatible

#### 💾 Database Persistence

* Effects saved to MySQL automatically
* Survives server restarts
* Auto-loads on player rejoin
* Single clean SQL table

#### 🚗 Smart Vehicle System

* Spawns only **player-owned** vehicles
* Automatic key assignment
* Preserves original plate
* Auto-deletes previous vehicle
* Auto-warp into vehicle

#### 🔐 Security & Anti-Cheat

* Server-side validation
* Rate limiting
* Event spam protection
* Model whitelist
* Admin permission system

#### 📊 Discord Integration

* Webhook logging
* Color-coded embeds
* Configurable log types

***

### 🔌 Framework Support

{% tabs %}
{% tab title="QBCore" %}
✅ Fully supported\
✅ Latest version compatible\
✅ Native garage integration
{% endtab %}

{% tab title="Qbox" %}
✅ Fully supported\
✅ Modern Qbox features\
✅ Optimized for performance
{% endtab %}

{% tab title="ESX" %}
✅ Legacy & v2 supported\
✅ Standard ESX integration\
✅ owned\_vehicles table
{% endtab %}
{% endtabs %}

***

### 📊 Performance

| State             | Resource Monitor |
| ----------------- | ---------------- |
| **Idle**          | 0.00ms           |
| **Menu Open**     | 0.01ms           |
| **Effect Active** | 0.02 - 0.05ms    |
| **Admin Panel**   | 0.01ms           |

{% hint style="info" %}
Optimized for **high-population servers** with 200+ players.
{% endhint %}

***

### 📦 Quick Links

***

### 💬 Need Help?

* **Discord**: [discord.gg/elena](https://discord.gg/elenascripts)
* **Tebex**: [elenascript.shop](https://elenascript.shop)
* **Response Time**: 24-48 hours

***

### 📝 Version Information

| Property         | Value                      |
| ---------------- | -------------------------- |
| **Version**      | 2.0.0                      |
| **Last Updated** | 2024                       |
| **Framework**    | QB / Qbox / ESX            |
| **Dependencies** | ox\_lib, oxmysql           |
| **License**      | Tebex Escrow / Open Source |

***

{% hint style="warning" %}
**Important**: Please read the Installation guide carefully before setting up the script. Skipping steps may cause issues.
{% endhint %}

***

### ⭐ Why Choose Elena Scripts?

> *"Quality over quantity. Every script we release is built to be the best in its category."*

We craft each script with attention to detail, optimization, and user experience.\
**Elena Scripts = Premium FiveM Experience**

***

**Ready to get started?** Head to the Installation page! 🚀


---

# 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://elena-scripts.gitbook.io/elenascripts/gameplay/vspawn.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.
