diff --git a/custom_sounds.hpp b/custom_sounds.hpp new file mode 100644 index 0000000..9e66f13 --- /dev/null +++ b/custom_sounds.hpp @@ -0,0 +1,8 @@ + +// EXAMPLE +// class uncon_alarm +// { +// name = "uncon_alarm"; +// sound[] = {"AJ_CBRN_V2\sounds\AJ_warning_1.ogg", 0.9, 1, 5}; //directory, volume, pitch, range +// titles[]={}; +// }; \ No newline at end of file diff --git a/description.ext b/description.ext index 1efe1da..dd88aa5 100644 --- a/description.ext +++ b/description.ext @@ -96,6 +96,10 @@ class CfgFunctions { #include "custom_scripts.hpp" }; +class CfgSounds { + #include "custom_sounds.hpp" +}; + class CfgLeaflets { #include "custom_leaflets.hpp" };