Radio App for LB Phone

Repowered Radio App

Repowered Radio App is an app for LB Phone that allows you to connect to radio channels.

Features:

  • History - see all channels you have been connected to
  • User count - see how many users are connected to the radio channel
  • Dark mode & light mode - follows your phone’s theme
  • Volume - your phone’s volume is used for the radio
  • Standalone - works on all frameworks, ESX and qb-core included
  • Design - clean iOS design
  • Locked channels - specify frequency ranges that only specific jobs can connect to

Purchase: Tebex (€7.49)
YouTube preview:

Photos:



Code is accessible No (only voice part)
Subscription-based No
Lines (approximately) 400
Requirements LB Phone, pma-voice or salty
Support Yes
7 Likes

Awesome!

3 Likes

Using Salty?

2 Likes

It only supports pma-voice, but you can change the functions used. We can add support for salty tomorrow.

2 Likes

hi, is this an other resource ? or can be drag directly into the phone

Hey, it is a seperate resource. As far as we are aware, you can not make custom apps that you drag inside LB Phone.

Took longer than expected, but it now works with salty!

1 Like

Can i make Locked Channels where you need a job to get in there?

1 Like

Thanks for the suggestion! That is now possible, as well as translating.

This is how you can lock a channel:

Config.LockedChannels = {
    {
        range = { 450.0, 451.0 },
        jobs = {
            ["police"] = true,
            ["sheriff"] = true,
        }
    },
}

Good Job
works

Would love a separate volume section. Sometimes you want other things turned down on the phone, but want radio to be louder, or the other way around :smiley: