description.ext 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. 
  2. author = "L I N D S E Y";
  3. onLoadName = "Humanitarian Mission";
  4. onLoadMission = "Humanitarian Mission";
  5. // ====================================================================================
  6. // Script DAZ_BCM_HACK
  7. // ====================================================================================
  8. #include "DAZ_BCM_POWER_PLANT\Dialog\define_login.hpp"
  9. #include "DAZ_BCM_POWER_PLANT\Dialog\login_elec.hpp"
  10. #include "DAZ_BCM_POWER_PLANT\Dialog\define.hpp"
  11. #include "DAZ_BCM_POWER_PLANT\Dialog\power_plant.hpp"
  12. class cfgFunctions
  13. {
  14. #include <DAZ_BCM_POWER_PLANT\FUNCTIONS.hpp>
  15. };
  16. class CfgSounds {
  17. sounds[] = {};
  18. class DAZ_Hack_son
  19. {
  20. name = "DAZ_BCM_Hack_son";
  21. sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_Hack_son.ogg", 8, 1, 15};
  22. titles[] = {};
  23. };
  24. class DAZ_Power_plant_Bouton
  25. {
  26. name = "DAZ_Power_plant_Bouton";
  27. sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_Power_plant_Bouton.ogg", db+20, 1};
  28. titles[] = {};
  29. };
  30. class DAZ_Power_plant_Off
  31. {
  32. name = "DAZ_Power_plant_Off";
  33. sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_Power_plant_Off.ogg", 8, 1, 15};
  34. titles[] = {};
  35. };
  36. class DAZ_mdp_ok
  37. {
  38. name = "DAZ_mdp_ok";
  39. sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_mdp_ok.ogg", db+20, 1};
  40. titles[] = {};
  41. };
  42. class DAZ_mdp_erreur
  43. {
  44. name = "DAZ_mdp_erreur";
  45. sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_mdp_erreur.ogg", db+20, 1};
  46. titles[] = {};
  47. };
  48. };