FrazzIe / rp-radio

An in-game radio which makes use of the mumble-voip radio API for FiveM
MIT License
41 stars 62 forks source link

Private #22

Closed IThinkImGood closed 4 years ago

IThinkImGood commented 4 years ago

Hey guys,

I have the issue that i want the rp-radio to be only private for cops, EMS etc. Do you guys know how i tried to add a item and setting has on false

but do you guys know how?

iSentrie commented 4 years ago
Frequency = {
    Private = { -- List of private frequencies
        [1] = true, -- Make 1 a private frequency
        [2] = true,
    }, -- List of private frequencies
Timmyopp commented 4 years ago

Yeah, but as police or EMS i can't join those frequency. Is there any place inside config.lua to add job names?

FrazzIe commented 4 years ago

use the exports