[Release] mumble-voip, rp-radio

Managed to get the radio as an item. But how do I get it so when the item is confiscated, it drops the user from the channel?

2 Likes

Hello, we have been using this scripts for a while and we are struggling with high volume, we cant hear other people when the radio is also been used, it would be nice to have a volume if that is possible, anyone knows how to do this ?

So how would Dispatchers go about talking to units on the radio if not in game?

get them to install mumble?

I got this and doesnt works the radio. The players cant hear each other trought the radio when speaking, but in the regular voip the can speakโ€ฆ

It requieres OneSync eneabled?
It requieres WebRTC?

let me know if you find a solution, im in the same boat as you.

i also have the same issue, I only hear the clicks, but not the voice, did you find out what it was?

1 Like

I got the problems that the players canยดt hear each other over Radio an direkt only after restart the Voicechat it works. Mumble is detecting all the time the audio Imput

1 Like

hello I have a problem, on my server whenever it is restarted everyone must enter the chat settings and disable and enable it again so they can be heard, is there any solution for this?

1 Like

Do you need mysql async installed?

turn off onesync
works better

Hi i have small issue after i set radio on item everything works fine but when i use a quickbind radio is showed up as well when i donโ€™t have item in my inventory

thats my Server.lua
ESX = nil

TriggerEvent(โ€˜esx:getSharedObjectโ€™, function(obj) ESX = obj end)

ESX.RegisterUsableItem(โ€˜radioโ€™, function(source)

  local xPlayer = ESX.GetPlayerFromId(source)

  xPlayer.removeInventoryItem('radio', 0)
  
  TriggerClientEvent('Radio.Set', source, true)

  TriggerClientEvent('Radio.Toggle', source)

bump this

same on me

In the server.cfg or the server/client file of the rp-radio?
Thanks :slight_smile:

Turned it off in the server.cfg just it only helped with the mumle voice. Our radio is still broken.

Damn, I wonder if some update broke the script?

nothing broke it, you just havenโ€™t followed the instructions and read the comments on how to do certain things

Did follow instructions, and Iโ€™ve been researching it for a bit now, Iโ€™ve read through this whole thread as well. @KingPolo

I am just simply having issues with the radio. Are you able to enable it so if someone has the โ€œradioโ€ as an item, they can then open the radio?