> 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/jobs/bus-driver-job/about.md).

# ABOUT

**Terminal Central** es un trabajo (legal) multi-framework para FiveM. El jugador acude al NPC del cuartel, abre un **terminal NUI**, se pone el uniforme, saca el vehículo de trabajo y realiza rutas/tareas por la ciudad para cobrar. Incluye **sistema de cuadrilla** (trabajar en grupo hasta 4 personas con bono de equipo) y **pago por tarea + bono de finalización**.

#### Overview

* Terminal NUI moderno (dashboard, cuadrilla, rutas).
* Trabajo en grupo con reparto de pago y bono por miembros.
* HUD de progreso en pantalla mientras trabajas.
* **Puente multi-framework**: funciona en **QBCore / Qbox / ESX** (detección automática).
* **Todo el texto es traducible** desde `locales/` (client, server y HTML).

#### Requirements

* `ox_lib`, `ox_target`, `ox_inventory`
* Un core soportado: **qbx\_core** / **qb-core** / **es\_extended**.
* (Opcional) un script de ropa para el uniforme: `illenium-appearance`, `fivem-appearance`, `esx_skin`… (configurable).
* El trabajo **`bus`** debe existir en tu core (shared/jobs).


---

# 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/jobs/bus-driver-job/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.
