Scripts/resources/[voice]/qb-radio/README.md

68 lines
2.2 KiB
Markdown
Raw Normal View History

2024-12-29 20:02:57 +00:00
# qb-radio
qb-radio Nopixel Inspired Radio for qb-core
# License
QBCore Framework
Copyright (C) 2021 Joshua Eger
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
## Install Video
- [Youtube](https://youtu.be/bNrmQMvVYno)
## Dependencies
- [qb-core](https://github.com/qbcore-framework/qb-core)
- [pma-voice](https://githubmate.com/repo/AvarianKnight/pma-voice)
- [qb-radialmenu](https://github.com/qbcore-framework/qb-radialmenu) - Optional (Access to change channels 1 - 4)
## Features
- Nopixel Inspired Radio
- Radialmenu join channel option 1 - 6
- Inventory Image [qb-radio/imgforinvenotry]
## RadialMenu Events
Add the trigger to your qb-radialmenu > config.lua (Anywhere you want someone to have access to it) for example:
```
id = 'joinradio1',
title = 'Channel 1',
icon = 'radio',
type = 'client',
event = 'qb-radio:client:JoinRadioChannel1',
shouldClose = true
```
Credits to MonkeyWhisper for creating the event
## Images
- Google search for the image of the radio https://i.imgur.com/pgRGFIB.png
![Preview Screenshot](https://i.imgur.com/4gpPbXm.png)
- Preview of the radio https://youtu.be/vMr-OFP8HzU
## Installation
- Replace current qb-radio with this version if you want to use it
1/12/2022 (Radio Effects)
- To add the new radio sounds go to `\pma-voice\ui`
Inventory image - replace radio.png in your current inventory image folder with this one.
## Discord
- [Join Discord](https://discord.gg/T2xX5WwmEX)
## Support
- [Ko-fi Link](https://ko-fi.com/trclassic)
## Original qb-radio
- [qb-radio](https://github.com/qbcore-framework/qb-radio)