# El Events

Welcome to **EL\_EVENTS**, a professional dynamic event engine for FiveM servers.

### What is EL\_EVENTS?

EL\_EVENTS is a fully configurable event system that brings life to your server with 4 unique event types, an admin panel, database logging, and multi-language support.

### Features

* 🪂 **Airdrop** - Supply crates drop from the sky with random loot
* 🔥 **Hotzone** - Hold the area and earn rewards every tick
* 🚛 **Convoy** - Destroy the armored cargo vehicle
* 🗺️ **Treasure Hunt** - Find buried treasure using signal detection
* 🖥️ **Admin Panel** - Full NUI admin panel with event management
* 📊 **Database** - Complete event history and statistics
* 🌍 **Multi-Language** - Turkish and English built-in, easily extensible
* 🔔 **Discord Webhooks** - Log all events and admin actions
* ⏰ **Auto Scheduler** - Automatic event scheduling system
* 🔒 **Anti-Cheat** - Server-side validations and distance checks

### Supported Frameworks

| Framework  | Status            |
| ---------- | ----------------- |
| QBCore     | ✅ Fully Supported |
| ESX        | ✅ Fully Supported |
| Standalone | ✅ Supported       |

### Requirements

* FiveM Server
* oxmysql
* QBCore or ESX (optional for standalone)

### File Structure

```
el_events/
├── config.lua
├── fxmanifest.lua
├── shared/
│ └── bridge.lua
├── server/
│ ├── database.lua
│ ├── discord.lua
│ ├── framework.lua
│ ├── functions.lua
│ ├── main.lua
│ └── events/
│ ├── airdrop.lua
│ ├── hotzone.lua
│ ├── convoy.lua
│ └── treasure.lua
├── client/
│ ├── functions.lua
│ ├── main.lua
│ └── events/
│ ├── airdrop.lua
│ ├── hotzone.lua
│ ├── convoy.lua
│ └── treasure.lua
└── ui/
├── index.html
├── style.css
├── script.js
└── assets/bg/
```

```
For support, please contact Elena Scripts through your purchase platform.
```


---

# 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://elena-scripts.gitbook.io/elenascripts/core-systems/el-events.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.
