Skip to content

Commit

Permalink
feat(radio): new features
Browse files Browse the repository at this point in the history
  • Loading branch information
antond15 committed May 12, 2024
1 parent 044e646 commit 8ce10e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions pages/radio/index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Getting started

ac_radio is a framework-standalone user interface for radio control. The only dependencies are [pma-voice](https://github.com/AvarianKnight/pma-voice) and [ox_lib](https://github.com/overextended/ox_lib).
**AC Radio** is simple and framework-standalone UI for pma-voice.

You can use any supported framework to enable additional features such as usable item or restrictions.
You can use any supported framework to enable additional features such as usable item or frequency restrictions.
Supported frameworks are [ox_core](https://github.com/overextended/ox_core), [qbx_core](https://github.com/Qbox-project/qbx_core), [qb-core](https://github.com/qbcore-framework/qb-core) and [es_extended](https://github.com/esx-framework/esx_core).

Report bugs using [GitHub issues](https://github.com/acscripts/ac_radio/issues). Use the official [Discord server](https://discord.gg/2ZezMw2xvR) for support.

### Features
- Two available channel presents customisable by player
- Channel frequency restrictions for groups/jobs
- Usable item for [ox_inventory](https://github.com/overextended/ox_inventory) and any ESX / QB inventory
- Variable frequency limit and step between them
- Two available frequency presets customisable by player
- Frequency restrictions for groups/jobs
- Configurable frequency limit and decimal precision
- Usable item for [ox_inventory](https://github.com/overextended/ox_inventory) - and any ESX/QB inventory
- Choose whether to use command and/or usable item for opening the UI
- Tooltips for individual buttons on the radio
- Buttons for complete volume control (up, down, mute)
- Choose between command and usable item
- Support for custom locales
- Configurable percentage of volume to increase and decrease per step
- Compatible with entity lockdown server setting

### Dependencies
- [pma-voice](https://github.com/AvarianKnight/pma-voice)
- [ox_lib](https://github.com/overextended/ox_lib)

### Preview
<iframe width="560" height="315" src="https://www.youtube.com/embed/9zxbDJMhVSw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2 changes: 1 addition & 1 deletion pages/radio/issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Make sure you have the latest version of all required resources.

**Downloads**
[Latest version of ac_radio](https://github.com/acscripts/ac_radio/releases/latest)
[Latest version of pma-voice](https://github.com/AvarianKnight/pma-voice/releases/latest)
[Latest version of pma-voice](https://github.com/AvarianKnight/pma-voice)
[Latest version of ox_lib](https://github.com/overextended/ox_lib/releases/latest)

## Start order
Expand Down

0 comments on commit 8ce10e5

Please sign in to comment.