> For the complete documentation index, see [llms.txt](https://docs.privalo.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.privalo.dev/scripts/essentials/safe-zones-creator/about.md).

# ABOUT

## 🛡 PV Safezones

Creador completo de **zonas seguras** desde el juego. El staff dibuja zonas (círculos o polígonos) directamente sobre el mapa/mundo, elige qué está bloqueado dentro (armas, PvP, atropellos, robar coches...) y personaliza el HUD flotante y el color. El sistema aplica las reglas en tiempo real y muestra un letrero flotante "ZONA SEGURA" cuando entras.

* 🎨 **NUI sin fondo oscuro** — el entorno del juego se ve detrás.
* 🛠 **Panel admin** `/safezoneadmin` con sidebar + editor por pestañas (Info / Forma / Reglas / Apariencia).
* ✏️ **Editor gráfico in-game**: dibuja el círculo o el polígono caminando por el mundo (E = añadir / X = deshacer / ENTER = terminar / ESC = cancelar).
* 🟠 **HUD flotante configurable** con icono + texto + color + posición (6 posiciones).
* ⚙️ **8 reglas** por defecto (activables por zona): sin armas, sin daño, sin PvP, sin atropellos, sin robar vehículos, sin explosivos, limitar velocidad.
* 🗺 **Blip en el mapa** con área rellena (opcional, sprite/color/alpha configurables por zona).
* ⚡ **Optimizado**: check cada 500 ms, y "lazy" 2 s cuando estás a >500 m de cualquier zona.
* 🌍 **Multi-framework** (ESX / QB / QBX) con bridge editable.
* 💾 **Auto-crea 1 tabla SQL** (todo lo demás va en JSON).
* 🌐 **Locales ES / EN** en JSON.


---

# 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://docs.privalo.dev/scripts/essentials/safe-zones-creator/about.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.
