# Kaip įjungti resursų langą?

Jeigu norite stebėti serverio resursus, FPS naudojimą ar kitus našumo rodiklius, galite įjungti **resursų langą** per FiveM konsolę.

**1.Resursų lango įjungimas per F8 konsolę**

1. Atidarykite **FiveM** ir prisijunkite prie serverio.
2. Paspauskite **`F8`**, kad atidarytumėte **konsolę**.
3. Įrašykite šią komandą ir paspauskite `Enter`:

   ```
   resmon 1
   ```
4. Atsidarys **resursų monitorius**, kuriame matysite, kiek resursų naudoja įvairūs serverio skriptai.

***

#### &#x20;**2. Resursų lango išjungimas**

#### Norėdami išjungti, tiesiog vėl atidarykite `F8` konsolę ir įrašykite:

```
resmon 0
```

Alternatyviai galite tiesiog **uždaryti atsidariusį langą**.

***

#### **3. Papildomos resmon komandos**

* **resmon 1** – įjungia paprastą resursų langą.
* **resmon 2** – įjungia išplėstinį resursų langą su papildoma informacija.
* **resmon 0** – išjungia resursų monitorių.

***

**Arba kaip parodyta nuotraukoje :**<br>

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

💡 **Naudodami resursų langą galite lengvai matyti, kurie skriptai ar resursai gali kelti lagą ar FPS problemas! 📊🚀**


---

# 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://tiks-organization.gitbook.io/d.u.k/kaip-ijungti-resursu-langa.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.
