- Restore the config of detector sounds through CfgSounds

- Add the possibility of switching between headphones or speaker
- Move detector actions to their own submenu
This commit is contained in:
esteldunedain
2016-07-06 22:14:26 -03:00
parent 34654fffb7
commit f73b6b1aad
14 changed files with 168 additions and 36 deletions

View File

@ -25,8 +25,7 @@ if (isNil "_detectorConfig") then {
_detectorConfig = [
_detectorType,
getNumber (_cfgEntry >> "radius"),
getText (_cfgEntry >> "sound"),
getArray (_cfgEntry >> "pitchs")
getArray (_cfgEntry >> "sounds")
];
} else {
_detectorConfig = [];