ACE3/addons/minedetector/ACE_detector.hpp
esteldunedain f73b6b1aad - Restore the config of detector sounds through CfgSounds
- Add the possibility of switching between headphones or speaker
- Move detector actions to their own submenu
2016-07-06 22:14:26 -03:00

11 lines
258 B
C++

class ACE_detector {
class detectors {
class ACE_VMM3 {
radius = 2.5;
sounds[] = {"ace_detector_1", "ace_detector_2", "ace_detector_3", "ace_detector_4"};
};
class ACE_VMH3: ACE_VMM3 {
};
};
};