init.sqf 905 B

1234567891011121314151617181920212223242526
  1. _igiload = execVM "IgiLoad\IgiLoadInit.sqf";
  2. if ((!isServer) && (player != player)) then {waitUntil {player == player};};
  3. // ====================================================================================
  4. // DAZ_BCM_POWER_PLANT SCRIPT
  5. // ====================================================================================
  6. Bouton_off1 = true;
  7. Bouton_off2 = true;
  8. Bouton_off3 = true;
  9. Bouton_off4 = true;
  10. Bouton_off5 = true;
  11. // DAZ_BCM_HACK PASSWORD
  12. // ====================================================================================
  13. DAZ_mdp_courant = "BCM-DAZ";
  14. // ====================================================================================
  15. // HINT DAZ_BCM_HACK PASSWORD
  16. hack_mdp = {
  17. hint parseText "<t color='#ffffff' size='1' shadow='1' shadowColor='#000000' align='center'>Mdp:</t> <t color='#5ab300' size='1.2' shadow='1' shadowColor='#000000' align='center'>KIL-YUN</t>"
  18. };