forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
5c9e1d3e14
commit
fd2616f718
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ Config.RadioItems = {
|
|||
Config.lockedRadioChannels = {
|
||||
{ frq = 1, jobhasaccess = {"police"} },
|
||||
{ frq = 2, jobhasaccess = {"ambulance"} },
|
||||
{ frq = 3, jobhasaccess = {"police", "ambulance"} }
|
||||
{ frq = 3, jobhasaccess = {"police", "ambulance"} },
|
||||
{ frq = 4, jobhasaccess = {"marshal"} },
|
||||
}
|
||||
|
||||
-- Camera App
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue