# Deathtimeout / Incapacitation

## ✨ <mark style="color:yellow;">Features</mark>

* **Auto-detects framework** (`esx`, `qbcore`, or `auto`).
* **Blocks combat actions** (shoot, aim, melee, reload, sprint, enter vehicle…) while active.
* **EMS pills** reduce remaining time; per-item job whitelists.
* **Persists** remaining time across leaves/restarts (`data.json`).
* **Admin tools**: clear by ID, give seconds to a player, radius clear.
* **Skip-zones** (FFA, events) via external exports.
* **Revive hooks** for popular ambulance scripts (ESX/QB events).
* **Custom notifications** (use your UI or default GTA feed).
* **UI theming** via `config.css` (colors, glow, sizes, progress).

## <mark style="color:yellow;">**Preview Video**</mark>

{% embed url="<https://youtu.be/trQxLV0AdTk?si=mMNBMBe1vV96zlKf>" %}


---

# 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://risk-scripts.gitbook.io/risk-scripts/scripts/deathtimeout-incapacitation.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.
