# Illness and Treatment System

<figure><img src="/files/Y3FId3s9ho1Sn2PpnVeN" alt=""><figcaption></figcaption></figure>

**Works great with ESX and QBCore and any QBCore based frameworks**

Bring your roleplay world to life with an evolving medical system. Characters aren’t just instantly injured or healed — they can develop illnesses that linger, show visible symptoms, and steadily worsen if ignored. Every cough, limp, or fever becomes part of the story, creating tension, urgency, and opportunities for meaningful interactions with doctors and other players.

***

## Features

### Dynamic Illness System

Players can contract illnesses in different ways:

* From environmental conditions (rain, snow, heat, smog, cold water).
* From injuries (gunshots, stabbings, falls, car accidents, melee fights).
* From random infections (based on server-configurable chance).
* From contagion (spread to nearby players depending on illness).
* Visual symptoms in real time: coughing, sneezing, limping, staggering, vomiting, holding stomach, and more.
* Illnesses are persistent until cured by correct medical treatment.
* Neglecting symptoms will progressively worsen the condition.

### Interactive Medical Roleplay

* Doctors are real players, not NPCs.
* Use advanced medical tools:
  * **Pulse Oximeter** – check oxygen levels.
  * **Thermometer** – check body temperature.
  * **Blood Pressure Cuff** – check blood pressure.
  * **MRI Scanner** – scan for internal injuries or infections.
* In-game **Medical Guidebook** helps doctors study symptoms and prescribe treatments.

### Treatment & Prescriptions

* Doctors can prescribe specific medicines (pills or injections).
* Patients must take prescribed medication.
* Correct treatment fully cures the illness.
* Wrong medication? The illness worsens, making recovery harder.

### Real Consequences

* Illnesses worsen if ignored, forcing patients to seek medical care.
* Wrong prescriptions or neglect lead to health complications.
* Contagious illnesses spread with every contact.
* High-stakes gameplay: doctors must diagnose carefully, mistakes can cost lives.

***

{% embed url="<https://youtu.be/usnwkGGfu_M?si=-A-kX4I6Oy2wMvCG>" %}


---

# 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://enyo-scripts.gitbook.io/documentations/fivem-scripts/illness-and-treatment-system.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.
