Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. disableChannels[] ={{0,true,true},{1,true,false},{2,false,false},{3,true,true},{4,true,true},{5,false,false},{6,true,true}};
  2. disabledAI = 1;
  3. overviewText = "$STR_MISC_overviewText"; // Text to be displayed below the overviewPicture on the mission selection screen when the mission is available to play.
  4.  
  5. #include "config\Config_SpyGlass.hpp"
  6. #include "CfgRemoteExec.hpp"
  7. #include "dialog\MasterHandler.hpp"
  8. #include "config\Config_Master.hpp"
  9. #include "derleon\Scripts_Master.hpp"
  10. #include "infiSTAR_AdminMenu.hpp"
  11. #include "The-Programmer\theprogrammer_dialog_master.cpp"
  12. #include "The-Programmer\GPS\RscTitles.hpp"
  13.  
  14. class CfgServer {
  15. DatabaseName = "altislife"; //Config name that'll be grep in the extdb-conf.ini. Default: [AltisLife]
  16. DebugMode = 0; //Enable many server/hc debugging logs. Default: 0 (1 = Enabled / 0 = Disabled)
  17. HeadlessSupport = 0; //Enable/Disable Headless client support. Default: 1 (1 = Enabled / 0 = Disabled)
  18. /*
  19. 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.
  20. 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.
  21. */
  22. };
  23.  
  24. class RscTitles {
  25. #include "dialog\progress.hpp"
  26. #include "dialog\hud_nameTags.hpp"
  27. #include "dialog\hud_stats.hpp"
  28. #include "The-Programmer\AdvancedIdentity\RscTitles.hpp"
  29. };
  30.  
  31. class CfgFunctions {
  32. #include "Functions.hpp"
  33. };
  34.  
  35. class CfgSounds {
  36. sounds[] = {};
  37. #include "The-Programmer\Iphone_X\Sounds.hpp"
  38. class sirenLong {
  39. name = "sirenLong";
  40. sound[] = {"\sounds\sirenLong.ogg", 1.0, 1};
  41. titles[] = {};
  42. };
  43.  
  44. class medicSiren {
  45. name = "medicSiren";
  46. sound[] = {"\sounds\medicSiren.ogg", 1.0, 1};
  47. titles[] = {};
  48. };
  49.  
  50. class tazerSound {
  51. name = "tazerSound";
  52. sound[] = {"\sounds\tazer.ogg", 0.25, 1};
  53. titles[] = {};
  54. };
  55.  
  56. class akbar
  57. {
  58. name = "akbar";
  59. sound[] = {"\sounds\akbar.ogg",1.0, 1};
  60. titles[] = {};
  61. };
  62.  
  63. class flashbang {
  64. name = "flashbang";
  65. sound[] = {"\sounds\flashbang.ogg", 1.0, 1};
  66. titles[] = {};
  67. };
  68.  
  69. class mining {
  70. name = "mining";
  71. sound[] = {"\sounds\mining.ogg", 1.0, 1};
  72. titles[] = {};
  73. };
  74.  
  75. class harvest {
  76. name = "harvest";
  77. sound[] = {"\sounds\harvest.ogg", 1.0, 1};
  78. titles[] = {};
  79. };
  80.  
  81. class seatbelt {
  82. name = "seatbelt";
  83. sound[] = {"\sounds\seatbelt.ogg", 0.7, 1};
  84. titles[] = {};
  85. };
  86.  
  87. class lockCarSound {
  88. name = "lockCarSound";
  89. sound[] = {"\sounds\carLock.ogg", 0.25, 1};
  90. titles[] = {};
  91. };
  92.  
  93. class repair {
  94. name = "repair";
  95. sound[] = {"\sounds\repair.ogg", 1.0, 1, 50};
  96. titles[] = {};
  97. };
  98.  
  99. class unlockCarSound {
  100. name = "unlockCarSound";
  101. sound[] = {"\sounds\carUnlock.ogg", 0.25, 1};
  102. titles[] = {};
  103. };
  104. };
  105.  
  106. class CfgDebriefing {
  107. class NotWhitelisted {
  108. title = "$STR_NotWhitelisted_Title";
  109. subtitle = "$STR_NotWhitelisted_SubTitle";
  110. description = "$STR_NotWhitelisted_Descript";
  111. pictureBackground = "";
  112. picture = "";
  113. pictureColor[] = {0,0.3,0.6,1};
  114. };
  115.  
  116. #include "The-Programmer\AdvancedIdentity\debriefing.sqf"
  117.  
  118. class kick {
  119. title = "Global banned";
  120. description = "You're not allowed to join this server cause you're banned by the-programmer.com";
  121. };
  122.  
  123. class Blacklisted {
  124. title = "$STR_Blacklisted_Title";
  125. subtitle = "$STR_Blacklisted_SubTitle";
  126. description = "$STR_Blacklisted_Descript";
  127. pictureBackground = "";
  128. picture = "";
  129. pictureColor[] = {0,0.3,0.6,1};
  130. };
  131.  
  132. class SpyGlass {
  133. title = "$STR_SpyDetect_Title";
  134. subTitle = "$STR_SpyDetect_SubTitle";
  135. description = "$STR_SpyDetect_Descript";
  136. pictureBackground = "";
  137. picture = "";
  138. pictureColor[] = {0,0.3,0.6,1};
  139. };
  140. };
  141.  
  142. class CfgNotifications {
  143. class MedicalRequestEmerg {
  144. title = "$STR_MedicalRequestEmerg_Title";
  145. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  146. description = "%1";
  147. duration = 5;
  148. priority = 7;
  149. };
  150.  
  151. class DeliveryAssigned {
  152. title = "$STR_DeliveryAssigned_Title";
  153. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  154. description = "%1";
  155. duration = 10;
  156. priority = 7;
  157. };
  158.  
  159. class DeliveryFailed {
  160. title = "$STR_DeliveryFailed_Title";
  161. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
  162. description = "%1";
  163. duration = 7;
  164. priority = 7;
  165. };
  166.  
  167. class DeliverySucceeded {
  168. title = "$STR_DeliverySucceeded_Title";
  169. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
  170. description = "%1";
  171. duration = 6;
  172. priority = 6;
  173. };
  174.  
  175. class TextMessage {
  176. title = "$STR_TextMessage_Title";
  177. iconPicture = "icons\ico_messageNew.paa";
  178. description = "%1";
  179. duration = 10;
  180. priority = 6;
  181. };
  182.  
  183. class PoliceDispatch {
  184. title = "$STR_PoliceDispatch_Title";
  185. iconPicture = "icons\ico_messagePolice.paa";
  186. description = "%1";
  187. duration = 10;
  188. priority = 6;
  189. };
  190.  
  191. class AdminDispatch {
  192. title = "$STR_AdminDispatch_Title";
  193. iconPicture = "icons\ico_messageAdmin.paa";
  194. description = "%1";
  195. duration = 10;
  196. priority = 6;
  197. };
  198.  
  199. class AdminMessage {
  200. title = "$STR_AdminMessage_Title";
  201. iconPicture = "icons\ico_messageAdmin.paa";
  202. description = "%1";
  203. duration = 10;
  204. priority = 5;
  205. };
  206. };
  207. #include "infiSTAR_AdminMenu.hpp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement