RP-Radio issues

So I’m having issue with rp-radio
The radio in my inventory isn’t useable so I have to enable the /radio command and then when I close the radio down but have it on still I can’t use it but still shows that I’m in the frequency etc.

Hey! You can create the item with this form:
server-side:

ESX.RegisterUsableItem('radio', function(source)
	local xPlayer = ESX.GetPlayerFromId(source)
	TriggerClientEvent('Radio.Set', source, true)
end)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.