12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
-
- author = "L I N D S E Y";
- onLoadName = "Humanitarian Mission";
- onLoadMission = "Humanitarian Mission";
- // ====================================================================================
- // Script DAZ_BCM_HACK
- // ====================================================================================
- #include "DAZ_BCM_POWER_PLANT\Dialog\define_login.hpp"
- #include "DAZ_BCM_POWER_PLANT\Dialog\login_elec.hpp"
- #include "DAZ_BCM_POWER_PLANT\Dialog\define.hpp"
- #include "DAZ_BCM_POWER_PLANT\Dialog\power_plant.hpp"
- class cfgFunctions
- {
- #include <DAZ_BCM_POWER_PLANT\FUNCTIONS.hpp>
- };
- class CfgSounds {
- sounds[] = {};
- class DAZ_Hack_son
- {
- name = "DAZ_BCM_Hack_son";
- sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_Hack_son.ogg", 8, 1, 15};
- titles[] = {};
- };
- class DAZ_Power_plant_Bouton
- {
- name = "DAZ_Power_plant_Bouton";
- sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_Power_plant_Bouton.ogg", db+20, 1};
- titles[] = {};
- };
- class DAZ_Power_plant_Off
- {
- name = "DAZ_Power_plant_Off";
- sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_Power_plant_Off.ogg", 8, 1, 15};
- titles[] = {};
- };
- class DAZ_mdp_ok
- {
- name = "DAZ_mdp_ok";
- sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_mdp_ok.ogg", db+20, 1};
- titles[] = {};
- };
- class DAZ_mdp_erreur
- {
- name = "DAZ_mdp_erreur";
- sound[] = {"DAZ_BCM_POWER_PLANT\sound\DAZ_BCM_mdp_erreur.ogg", db+20, 1};
- titles[] = {};
- };
- };
|