Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. #define description
  2.  
  3. #include "core\description.hpp" //DO NOT REMOVE
  4. #include "modules\modules.sqf" //DO NOT REMOVE
  5.  
  6. #include "sound\config.cpp"
  7.  
  8.  
  9.  
  10. #undef description
  11. #define description_functions
  12.  
  13. class CfgFunctions {
  14.  
  15. #include "core\description.hpp" //DO NOT REMOVE
  16. #include "modules\modules.sqf" //DO NOT REMOVE
  17.  
  18. };
  19.  
  20. #undef description_functions
  21. #define description_titles
  22.  
  23. class rscTitles {
  24.  
  25. #include "core\description.hpp" //DO NOT REMOVE
  26. #include "modules\modules.sqf" //DO NOT REMOVE
  27.  
  28. };
  29.  
  30. #undef description_titles
  31. #define description_notifications
  32.  
  33. class CfgNotifications {
  34.  
  35. #include "core\description.hpp" //DO NOT REMOVE
  36. #include "modules\modules.sqf" //DO NOT REMOVE
  37.  
  38. };
  39.  
  40. #undef description_notifications
  41.  
  42. #define description_sounds
  43.  
  44. class CfgSounds
  45. {
  46. sounds[] = {};
  47.  
  48. class sound1
  49. {
  50. name = "ambient_sounds";
  51. sound[] = {ambient_sounds.ogg, db-10, 1.0};
  52. titles[] = {};
  53.  
  54. #include "core\description.hpp" //DO NOT REMOVE
  55. #include "modules\modules.sqf" //DO NOT REMOVE
  56.  
  57. };
  58.  
  59. #undef description_sounds
  60.  
  61. #define description_insignia
  62.  
  63. class CfgUnitInsignia {
  64.  
  65. #include "core\description.hpp" //DO NOT REMOVE
  66. #include "modules\modules.sqf" //DO NOT REMOVE
  67.  
  68. };
  69.  
  70. #undef description_insignia
  71.  
  72. #define description_params
  73.  
  74. class Params {
  75.  
  76. #include "core\description.hpp" //DO NOT REMOVE
  77. #include "modules\modules.sqf" //DO NOT REMOVE
  78. };
  79. };
  80.  
  81. #undef description_params
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement