Files
MissionTemplate/custom_sounds.hpp
IndigoFox 7322799b78
All checks were successful
Generate testing snapshot / Create testing release (push) Successful in 42s
add custom sounds support
2024-06-15 16:43:56 -07:00

8 lines
194 B
C++

// 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[]={};
// };