> 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/prop-hunt.md).

# Prop Hunt

## 🎭 Elena PropHunt

Welcome to **Elena PropHunt** - The ultimate Prop Hunt minigame for FiveM!

Transform into objects, hide from the seeker, and survive until time runs out. A fun and competitive minigame that brings the classic Prop Hunt experience to your FiveM server.

### ✨ Features

* **Standalone** - No framework dependency required
* **ox\_target / qb-target / Native** - Auto-detection target system
* **ox\_inventory Support** - Seeker weapon management
* **Admin Panel** - Full control over events via NUI
* **Leaderboard System** - Track player stats with MySQL
* **Webhook Support** - Discord notifications for game events
* **Multi-Language** - English and Turkish included
* **Test Mode** - Debug and test with minimal players
* **Prop Adjustment** - Players can rotate and position their props
* **Fake Props** - Hiders can place decoy props
* **Boundary System** - Auto-elimination for out-of-bounds players
* **Sound Effects** - Immersive audio feedback
* **Fully Configurable** - Customize every aspect of the game

### 📋 Requirements

* FiveM Server (Latest Recommended)
* oxmysql
* ox\_inventory (Optional but recommended)
* ox\_target or qb-target (Optional, native fallback available)

### 🎮 How It Works

1. An admin starts an event via the admin panel
2. Players join the lobby using a command
3. Admin starts the game, one player becomes the **Seeker**
4. Other players become **Hiders** and transform into props
5. After a hiding phase, the Seeker hunts for hidden players
6. Hiders win if they survive until time runs out
7. Seeker wins if all hiders are eliminated

### 📞 Support

* Discord: [discord.gg/elena](https://discord.gg/elenascripts)
* Documentation: You are here!


---

# 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/prop-hunt.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.
