Copy Config.Multifrec = {
["SOUTH UNITS"] = {
"ADAM-10",
"ADAM-20",
"ADAM-30",
"ADAM-40",
"ADAM-50",
"MARY-1",
"MARY-2",
"MARY-3",
"UNION-10",
"UNION-20",
"UNION-30",
"KING-10",
"KING-20",
"TOM-1",
"PEGASO-10",
},
["NORTH UNITS"] = {
"ALPHA-10",
"ALPHA-20",
"ALPHA-30",
"ALPHA-40",
"ALPHA-50",
"MIKE-1",
"MIKE-2",
"MIKE-3",
"BRAVO-10",
"BRAVO-20",
"BRAVO-30",
"CHARLIE-10",
"CHARLIE-20",
"FOXTROT-10",
"AGUILA-10",
},
["SPECIAL UNITS"] = {
"Central",
"Comisaria",
"Esperando asignaciรณn",
"TAC-01",
"TAC-02",
"TAC-03",
"TAC-04",
"DAVID-10",
"DAVID-20",
"DAVID-50",
"UNIDAD-K9",
"Oficina IAA",
"Oficina Investigaciรณn",
},
["EMS UNITS"] = {
"Mando SAFD",
"Unidad Bomberos 1",
"Unidad Bomberos 2",
"Unidad Bomberos 3",
"Unidad EMS 1",
"Unidad EMS 2",
"Unidad EMS 3",
"Hospital",
"Parque de Bomberos"
}
}
The indices of Config.MultiFrec are the names of the categories, and the names within those indices are the frequencies of each category:
Copy Config.ButtonsMultiFreq = {
["BROADCAST SAFD"] = {
"EMS UNITS"
},
["BROADCAST SAPD"] = {
"SPECIAL UNITS", "NORTH UNITS", "SOUTH UNITS"
}
}
Copy Config.BindFreqs = {
["talk-to-central"] = {"central"},
["talk-waiting-assignment"] = {"esperando-asignacion"},
["talk-police-station"] = {"comisaria"},
["talk-tacs"] = {"tac-01", "tac-02", "tac-03", "tac-04"},
["broadcast-special-units"] = {"SPECIAL UNITS"}
}
The indices are the names of each bind and the values are the frequencies or categories to which you will transmit when using the bind.
Copy Config.MegaphoneVoiceDist = 75.0 -- The distance that the voice of the megaphone will be heared