> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_radiocar/api/buyradio.md).

# Marker for buying radio

## Buying radio to your vehicle

rcore\_radiocar comes with folder \[optional]/rcore\_buyradio

This resource will spawn marker in game where you can buy to your vehicle a radio

## how to install

Go to the rcore\_radiocar/config.lua and switch this to true

```lua
Config.OnlyCarWhoHaveRadio = true
```

### ESX

in config.lua switch framework to "1"\
So it is looking like this\
`Config.Framework = "1"`

### QBCore

in config.lua switch framework to "2"\
So it is looking like this\
`Config.Framework = "2"`

### where to find in game?

* You can find it by default in location: 235.89, -788.46, 30.61
* You need to be in vehicle in order the marker to show up!

![](https://rco.re/docs/radiocar/buyradio-31.png) ![](https://rco.re/docs/radiocar/buyradio-32.png)


---

# 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://documentation.rcore.cz/paid-resources/rcore_radiocar/api/buyradio.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.
