Link?
Do i need one-sync
I have made the radio work through an item in the inventory but when I use it and for example I throw the radio to the ground because the radio continues to work as if the item is still in the inventory but it really is not
Thank you for working on it, weβre really looking forward to this resource!
Do u know how to change radio volume? Cuz this is damn too high.
has anyone configured rp-radio to work when you have item βradioβ? Well no channels for lspd, ems etc?
Try to add this to your jobname/client/main.lua
RegisterNetEvent(βesx:setJobβ)
AddEventHandler(βesx:setJobβ, function(job)
PlayerData.job = job
Citizen.Wait(5000)
TriggerServerEvent('esx_policejob:forceBlip')
if PlayerData.job and PlayerData.job.name == 'police' then
exports["rp-radio"]:GivePlayerAccessToFrequencies(1, 2, 3, 4, 5, 6, 7, 8)
else
exports["rp-radio"]:RemovePlayerAccessToFrequencies(1, 2, 3, 4, 5, 6, 7, 8)
end
end)
Turn Radio Has = false to true
its in your client file.
vrp ?? @Frazzle
Hey @Frazzle, Can we use rp-radio with tokovoip or is it only for mumble-voip?
@Frazzle Any export to get current radio channel at all?
How can i set the 1 frequency for only policejob?
Thanks
How can i set 1 frequency for only police in vrp.
my script from mumble voip + rp radiovrp_radiojobs.zip (5.2 KB)
Any one that has this working? I have no errors and can here everyone.
Anyway to make it sound more like a radio hard to tell who is speaking on scnee and who is over the radio
The radio is working for you? You can hear people on it?
radio and mumble working fine for me
Nopp