Skip to content

Commit 42b0235

Browse files
committed
MM Radio V2 released
1 parent 831ed7d commit 42b0235

35 files changed

+989
-480
lines changed

README.md

+32-14
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,48 @@ pnpm run build
1010
```
1111

1212
## PREVIEW:
13-
![image](https://cdn.discordapp.com/attachments/1157002364599943219/1161040806212276224/20231010023913_1.jpg?ex=6536da83&is=65246583&hm=079270e252cfd45227ac532b39c5105b2e33f1e133e47c15ed1a8446b4a66c42&)
14-
![image](https://imgur.com/D4G1Mgf.png)
15-
![image](https://imgur.com/CBvLgY4.png)
16-
![image](https://imgur.com/VyqOJd0.png)
13+
![image](https://imgur.com/yCTqYt5.png)
14+
![image](https://imgur.com/bCqA0PD.png)
15+
![image](https://imgur.com/1AfG7YP.png)
16+
![image](https://imgur.com/6pJxXz5.png)
17+
![image](https://imgur.com/xlg8Lrh.png)
1718

1819
# DEPENDENCIES :
19-
1. [ox_libs](https://github.com/overextended/ox_lib)
20-
2. Onesync
21-
3. QBCore(for job list)
22-
4. [PMA_VOICE](https://github.com/AvarianKnight/pma-voice)
20+
1. [ox_lib](https://github.com/overextended/ox_lib)
21+
2. [pma-voice](https://github.com/AvarianKnight/pma-voice)
22+
3. [bl_bridge](https://github.com/Byte-Labs-Studio/bl_bridge)
23+
4. QBCore/ESX/QBox/ND/Standalone(for job list)
24+
5. Onesync
2325

2426
# FEATURES:
25-
1. New Radio UI
26-
2. Player Configarble Overlay for Player list on Radio Channel
27-
3. Submix Effect in radio channel
28-
4. Customizable Restrict Channel with job/gang
29-
5. 0 resmon highly optimized
27+
### Radio Features
28+
- New Radio UI
29+
- Submix Effect in radio channel
30+
- Customizable Restrict Channel with job/gang
31+
- 0 resmon highly optimized
32+
- You can now Move, Resize Radio UI
33+
- You can now change the Radio Channel Display Name
34+
- New Configurable Radio Battery System
35+
- Inbuilt Notify System
36+
37+
### Overlay Features
38+
- Players Can Configurable Position of Overlay
39+
- Players Can Configurable Size of Overlay Names
40+
- Players Can Configurable their Display Name in Overlay(server synced)
41+
42+
### Jammer Features
43+
- Player can place the jammer and remove anywhere
44+
- Server can set default jammer locations
45+
- Player can Configurable Every Jammer Range
46+
- Jammer can be configured to allow specific frequencies to pass through
47+
3048

3149
# EXPORTS:
3250
1. `exports["mm_radio"]:JoinRadio(channel: number)`
3351
2. `exports["mm_radio"]:LeaveRadio()`
3452

3553
# GUIDE:
36-
Follow the Shared Lua and change the requireds
54+
https://master-mind-store.gitbook.io/dashboard/free-release/radio
3755

3856
## Discord
3957
https://discord.gg/Au4uAT3frK

battery.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

client/bridge/esx.lua

-65
This file was deleted.

client/bridge/ox.lua

-11
This file was deleted.

client/bridge/qb.lua

-77
This file was deleted.

client/bridge/qbox.lua

-68
This file was deleted.

0 commit comments

Comments
 (0)