# Kaip užsidėti norimus keybinds?

Norėdami priskirti norimas klavišų kombinacijas (keybinds) žaidime, kai esate prisijungę prie serverio, atlikite šiuos veiksmus:

1. **Eikite į:** *Nustatymai → Keybinds → FiveM.*
2. **Pasirinkite norimą veiksmą.**
3. **Paspauskite klavišą, kurį norite priskirti.**

**Pavyzdys:** galite pakeisti transporto priemonės variklio užvedimą į konkretų klavišą, kad nereikėtų naudoti radialinio meniu.

<figure><img src="https://1964869876-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHFgUupHveowdFcCzm0fm%2Fuploads%2FoECDZgus1FrSanTacPgo%2Fimage.png?alt=media&#x26;token=2e25837c-acb3-4541-a713-bd8ca9aac220" alt=""><figcaption></figcaption></figure>

#### **Demands (komandų) priskyrimas klavišui**

Jei norite priskirti „demands“ komandą tam tikram klavišui, atlikite šiuos veiksmus:

1. Paspauskite **F8**, kad atidarytumėte konsolę.
2. Įveskite žemiau pateiktą komandą, pakeisdami norimu klavišu ir tekstu:

{% code overflow="wrap" %}

```
bind keyboard "JŪSŲ PASIRINKTAS KLAVIŠAS" "s VIVA VIVU PASIKELIAM RANKAS ARBA BUS PANAUDOTAS GINKLAS!!!"

```

{% endcode %}

<figure><img src="https://1964869876-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHFgUupHveowdFcCzm0fm%2Fuploads%2F2hMwxC9rgLhQozTC7LgO%2Fimage.png?alt=media&#x26;token=e900c7c6-d1c7-416c-b941-02ac8a488072" alt=""><figcaption></figcaption></figure>

Jei norite, kad tekstas būtų spalvotas, pridėkite `^` simbolį su skaičiumi.

**Pavyzdys su spalvomis:**

{% code overflow="wrap" %}

```
bind keyboard "jusu pasirinka raide" "s ^2VIVA VIVU ^5PASIKELIAM RANKAS ARBA BUS PANAUDOTAS GINKLAS!!!"
```

{% endcode %}

<figure><img src="https://1964869876-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHFgUupHveowdFcCzm0fm%2Fuploads%2Fu5eB2d1HtJCqB7KSjUPI%2Fimage.png?alt=media&#x26;token=f456be4f-56c7-4aa0-9049-95ca70e0eea4" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1964869876-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHFgUupHveowdFcCzm0fm%2Fuploads%2FSjrbtFR3BTghiPiTohed%2Fimage.png?alt=media&#x26;token=45237bd0-d8d1-49a8-bc0f-50919cb02a57" alt=""><figcaption></figcaption></figure>

#### **Spalvų kodai:**

* **^1** – <mark style="color:red;">Raudona</mark>
* **^2** – <mark style="color:green;">Žalia</mark>
* **^3** – <mark style="color:yellow;">Geltona</mark>
* **^4** – <mark style="color:blue;">Mėlyna</mark>
* **^5** – <mark style="color:blue;">Šviesiai mėlyna</mark>
* **^6** – <mark style="color:purple;">Violetinė</mark>

#### :x: **Kaip pašalinti priskirtą klavišą?**

Jei norite pašalinti anksčiau nustatytą kombinaciją, įveskite šią komandą į konsolę (F8):

{% code overflow="wrap" %}

```
unbind keyboard "UŽBINDINTAS KLAVIŠAS"

```

{% endcode %}

\
\ <br>

\ <br>


---

# 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-uzsideti-norimus-keybinds.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.
