is 2907 the last working artifact for the radio? Plan on updating artifacts just need to know how far up Iām able to go before the radio feature breaks.
How do you use the export to add permission to use that channel. I put it in the citizen.
Citizen.CreateThread(function()
while true do
exports[ārp-radioā]:GivePlayerAccessToFrequency(1 )
end
end)
The top one works, but it gives it to everyone, and the bottom one does not work. If you could help me out that would be amazing!
Citizen.CreateThread(function()
while true do
if citizen.job == āpoliceā then
exports[ārp-radioā]:GivePlayerAccessToFrequency(1 )
end
end
end)
same here and cant figure out why
exports[āmumble-voipā]:SetRadioChannelName(100)
I triggers the export but the player deosnāt get into the radio channel.
Itās like nothing happends? Anyone know whats the problem is?
you are using the wrong export, SetRadioChannelName sets the name of a radio channel, use SetRadioChannel
hello,
i really want to remove the timer between two open radio but i donāt found where is make, can you help me ?
Thanks
When i install mumble-voip I had an error:
@mumble-voip/server.lua:15: attempt to call a nil value (āMumbleCreateChannelā)
How i can fix? Thanks
Stupid mistake by me⦠ahaha but thanks for replying 
hey so i seem to be having an issue where its saying in the bottom corner initialising not connected to mumble in the bottom right corner any assistance ? i do have one sync enabled and nothing else is using the voice that i know of as i disabled tokovoip
i tried exceeding 800 channels to 9999, is this possible? I tried it and it doesnt work.
For some reason when I set my job the radio removes itself and the previous code I was given did not work well so I spoke to someone in another community and he gave me this code which basically added the process to a config which still doesnāt work
When i install mumble-voip I had an error:
@mumble-voip/server.lua:15: attempt to call a nil value (āMumbleCreateChannelā)
How i can fix? Thanks
how do I change? Thanks
update server build
Seems to work fine? In rp-radio config change line 47 from 800 to 9999
Frequency = {
Private = { -- List of private frequencies
[1] = true, -- Make 1 a private frequency
}, -- List of private frequencies
Current = 1, -- Don't touch
CurrentIndex = 1, -- Don't touch
Min = 1, -- Minimum frequency
Max = 9999, -- Max number of frequencies
List = {}, -- Frequency list, Don't touch
Access = {}, -- List of freqencies a player has access to
},
So, after updating mumble-voip (master build), and server last recommended artifacts(2949)
Players canāt hear each other in close distance, when theyāre both inside same car it works, also phone works.
Only proximity voice broken on my server, before updating everything was working perfectly.
Also I donāt have any menus like vMenu that might conflict with mumble.
Any suggestions?
Reverting back to my old version fixed that, 
I set my job to police and the radio wouldnāt open I have been on a while trying to fix this could someone please help
Hi, do you know how we actually input this on the server?
what is server build? srry, Iām new to this