> For the complete documentation index, see [llms.txt](https://docs.0resmon.org/0resmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0resmon.org/0resmon/wais-resoucres/wais-televisions-and-smarttv/f.a.q.md).

# F.A.Q

***

## Open TV Menu

<details>

<summary>Target</summary>

* Point the remote at the TV near you and press the “Open TV Menu” button.

</details>

<details>

<summary>Command</summary>

* If you're near a TV, you can turn it on using /tv.

</details>

***

## Change TV Place Buttons

<details>

<summary>How can i do that?</summary>

* To do this, go to the <mark style="color:yellow;">**wais-tv/config.lua**</mark> file
* Go to the **`Config.PlaceOptions`** table, find the button you want to change, and then replace it with the new key. *The F1–F12 keys and other function keys cannot be used.*

</details>

***

## Delete TV After Player Quit

<details>

<summary>How can i do that?</summary>

* To do this, go to the <mark style="color:yellow;">**wais-tv/config.lua**</mark> file
* Find the **`Config.DeleteTvWhenOwnerQuit = false`** variable and change its value from <mark style="color:$danger;">`false`</mark> to <mark style="color:$success;">`true`</mark>.
* Now, when players leave the server after placing one or more televisions, the televisions will be removed.

</details>

***

## Job Integration

<details>

<summary>TV Items</summary>

* To do this, go to the <mark style="color:yellow;">**wais-tv/config.lua**</mark> file
* Go to the `Config.UsableItems` table and select the TV you want to link to the job as an item.
* Add the following variable to this TV table.

```lua
["job"] = {"your_job_name", "your_other_job_name", --[[etc...]] },
```

* The final result should look like this:

<pre class="language-lua"><code class="lang-lua">["tv_flat_screen"] = {
   ["model"] = "prop_tv_flat_01_screen",
   ["screen"] = "tvscreen",
<strong>   ["job"] = {"police", "ambulance"},
</strong>   ["label"] = "Flat Screen TV [20m]"
},
</code></pre>

</details>

<details>

<summary>Default TV Jobs/Groups</summary>

* To do this, type the <mark style="color:$warning;">**/tvadmin**</mark> command.
* Go to the “Default TV” category and click “**Create TV**”
* After configuring the TV settings, go to the “**Jobs/Groups**” section.&#x20;
* <mark style="color:$danger;">**Note**</mark>**:&#x20;*****The “Controlable” option must be selected for this.***

<figure><img src="/files/YIEQFQyv9NqLIGuoilHd" alt="" width="364"><figcaption></figcaption></figure>

<figure><img src="/files/JSSCtrH32FDakKygzJLk" alt="" width="366"><figcaption></figcaption></figure>

<sub>*<mark style="color:$info;">**All jobs will be listed in QBCore and Qbox. In ESX, job names must be entered manually.**</mark>*</sub>

</details>

***

## Change TV Distance

* <mark style="color:$danger;">**You cannot change**</mark> the rendering and video distance for televisions.
* This **data is not defined manually anywhere** in the script; it is **retrieved** automatically **from GTA Base**.
* The rendering area of **televisions is** equal to the **LOD distance**.

***

## How can i use TV Items

* After adding the TV items to your inventory, equip them.
* After clicking the “Use Item” option, the TV prop will spawn in front of your character.
* **Use the&#x20;**<mark style="color:$success;">**W**</mark>**&#x20;key to move along the X, Y, and Z axes.**
* **Use the&#x20;**<mark style="color:$warning;">**R**</mark>**&#x20;key to adjust the X, Y, and Z rotation around its own axis.**
* Press the E key to complete the process.

***

{% hint style="info" %}
There are no more available yet, please open a ticket if the topics here are not suitable for what you are looking for.
{% endhint %}

***

## Who developed it / How can I get help

You can recognise our script developers by the short names of the script. Scripts with short name ‘***Wais***’ are made by [***Ayazwai***](https://ayazwai.dev/).

{% hint style="success" %}
**You can visit our** [**Discord**](https://discord.gg/0resmon) **address to ask questions in your mind / To get support**
{% endhint %}


---

# 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:

```
GET https://docs.0resmon.org/0resmon/wais-resoucres/wais-televisions-and-smarttv/f.a.q.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.
