Advertisement
Guest User

Untitled

a guest
May 12th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. disableChannels[] = {
  2. {0, true, true}, //--- Global Chat
  3. {1, true, true}, //--- Side Chat
  4. {2, true, true}, //--- Command Chat
  5. {3, false, true}, //--- Group Chat
  6. {4, true, true}, //--- Vehicle Chat
  7. {5, true, true}, //--- Direct Chat
  8. {6, true, true}, //--- System Chat
  9. {7, true, true} //--- Civ Side Chat
  10. };
  11. overviewText = "$STR_MISC_overviewText"; // Text to be displayed below the overviewPicture on the mission selection screen when the mission is available to play.
  12.  
  13. #include "config\Config_SpyGlass.hpp"
  14. #include "CfgRemoteExec.hpp"
  15. #include "dialog\MasterHandler.hpp"
  16. #include "config\Config_Master.hpp"
  17. #include "infiSTAR_AdminMenu.hpp"
  18. #include "The-Programmer\theprogrammer_dialog_master.cpp"
  19. #include "define.hpp"
  20. #include "style.hpp"
  21. #include "scripts\esclavage\MenuTorture.hpp"
  22.  
  23. class CfgServer {
  24. DatabaseName = ""; //Config name that'll be grep in the extdb-conf.ini. Default: [altislife]
  25. DebugMode = 0; //Enable many server/hc debugging logs. Default: 0 (1 = Enabled / 0 = Disabled)
  26. HeadlessSupport = 0; //Enable/Disable Headless client support. Default: 1 (1 = Enabled / 0 = Disabled)
  27. /*
  28. Enabled: When HeadlessSupport is set to 1 (enabled), the server will run without fault when no Headless Client is connected. However, it will support the Headless Client if you choose to connect one.
  29. Disabled: If HeadlessSupport is set to 0 (disabled), the connection of a Headless Client will make no difference. This option will increase server performance a TINY but negligible amount.
  30. */
  31. };
  32.  
  33. class RscTitles {
  34. #include "dialog\progress.hpp"
  35. #include "dialog\hud_nameTags.hpp"
  36. #include "dialog\hud_stats.hpp"
  37. #include "The-Programmer\AdvancedIdentity\RscTitles.hpp"
  38. #include "dialog\hud_statusBar.hpp"
  39. };
  40.  
  41. class CfgFunctions {
  42. #include "Functions.hpp"
  43. #include "cation\cation_functions.cpp"
  44. };
  45.  
  46.  
  47.  
  48. class CfgDebriefing {
  49. class NotWhitelisted {
  50. title = "$STR_NotWhitelisted_Title";
  51. subtitle = "$STR_NotWhitelisted_SubTitle";
  52. description = "$STR_NotWhitelisted_Descript";
  53. pictureBackground = "";
  54. picture = "";
  55. pictureColor[] = {0,0.3,0.6,1};
  56. };
  57.  
  58. class Blacklisted {
  59. title = "$STR_Blacklisted_Title";
  60. subtitle = "$STR_Blacklisted_SubTitle";
  61. description = "$STR_Blacklisted_Descript";
  62. pictureBackground = "";
  63. picture = "";
  64. pictureColor[] = {0,0.3,0.6,1};
  65. };
  66.  
  67. class SpyGlass {
  68. title = "$STR_SpyDetect_Title";
  69. subTitle = "$STR_SpyDetect_SubTitle";
  70. description = "$STR_SpyDetect_Descript";
  71. pictureBackground = "";
  72. picture = "";
  73. pictureColor[] = {0,0.3,0.6,1};
  74. };
  75.  
  76. class kick {
  77. title = "Global banned";
  78. description = "Vous n'êtes pas autorisé à rejoindre ce serveur car vous êtes banni";};
  79. };
  80.  
  81.  
  82. #include "The-Programmer\AdvancedIdentity\debriefing.sqf"
  83.  
  84.  
  85. class CfgNotifications {
  86. class MedicalRequestEmerg {
  87. title = "$STR_MedicalRequestEmerg_Title";
  88. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  89. description = "%1";
  90. duration = 5;
  91. priority = 7;
  92. };
  93.  
  94. class DeliveryAssigned {
  95. title = "$STR_DeliveryAssigned_Title";
  96. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  97. description = "%1";
  98. duration = 10;
  99. priority = 7;
  100. };
  101.  
  102. class DeliveryFailed {
  103. title = "$STR_DeliveryFailed_Title";
  104. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
  105. description = "%1";
  106. duration = 7;
  107. priority = 7;
  108. };
  109.  
  110. class DeliverySucceeded {
  111. title = "$STR_DeliverySucceeded_Title";
  112. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
  113. description = "%1";
  114. duration = 6;
  115. priority = 6;
  116. };
  117.  
  118. class TextMessage {
  119. title = "$STR_TextMessage_Title";
  120. iconPicture = "\jtv_core\textures\icon\ico_messageNew.paa";
  121. description = "%1";
  122. duration = 10;
  123. priority = 6;
  124. };
  125.  
  126. class PoliceDispatch {
  127. title = "$STR_PoliceDispatch_Title";
  128. iconPicture = "\jtv_core\textures\icon\ico_messagePolice.paa";
  129. description = "%1";
  130. duration = 10;
  131. priority = 6;
  132. };
  133.  
  134. class AdminDispatch {
  135. title = "$STR_AdminDispatch_Title";
  136. iconPicture = "\jtv_core\textures\icon\ico_messageAdmin.paa";
  137. description = "%1";
  138. duration = 10;
  139. priority = 6;
  140. };
  141.  
  142. class AdminMessage {
  143. title = "$STR_AdminMessage_Title";
  144. iconPicture = "\jtv_core\textures\icon\ico_messageAdmin.paa";
  145. description = "%1";
  146. duration = 10;
  147. priority = 5;
  148. };
  149. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement