Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. disableChannels[] = {{0,true,true},{1,true,true},{2,true,true},{6,true,true}};
  2. overviewText = "$STR_MISC_overviewText";
  3. disabledAI = 1;
  4.  
  5.  
  6. #include "CfgRemoteExec.hpp"
  7. #include "dialog\MasterHandler.hpp"
  8. #include "config\Config_Master.hpp"
  9. #include "tom-scripts\Config.hpp"
  10. #include "infiSTAR_AdminMenu.hpp"
  11.  
  12. class CfgServer {
  13. DatabaseName = "altislife"; //Config name that'll be grep in the extdb-conf.ini. Default: [altislife]
  14. DebugMode = 0; //Enable many server/hc debugging logs. Default: 0 (1 = Enabled / 0 = Disabled)
  15. HeadlessSupport = 0; //Enable/Disable Headless client support. Default: 1 (1 = Enabled / 0 = Disabled)
  16. /*
  17. 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.
  18. 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.
  19. */
  20. };
  21.  
  22. class RscTitles {
  23. #include "dialog\progress.hpp"
  24. #include "dialog\hud_nameTags.hpp"
  25. //#include "dialog\hud_stats.hpp"
  26. #include "dialog\statusBar.hpp"
  27. #include "dialog\HUD.hpp"
  28. };
  29.  
  30. class CfgFunctions {
  31. #include "Functions.hpp"
  32. };
  33.  
  34. class CfgSounds {
  35. sounds[] = {};
  36. class sirenLong {
  37. name = "sirenLong";
  38. sound[] = {"\sounds\sirenLong.ogg", 1.0, 1};
  39. titles[] = {};
  40.  
  41. #include "tom-scripts\Sounds.hpp"
  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.5, 1};
  53. titles[] = {};
  54. };
  55.  
  56. class flashbang {
  57. name = "flashbang";
  58. sound[] = {"\sounds\flashbang.ogg", 1.0, 1};
  59. titles[] = {};
  60. };
  61.  
  62. class mining {
  63. name = "mining";
  64. sound[] = {"\sounds\mining.ogg", 1.0, 1};
  65. titles[] = {};
  66. };
  67.  
  68. class harvest {
  69. name = "harvest";
  70. sound[] = {"\sounds\harvest.ogg", 1.0, 1};
  71. titles[] = {};
  72. };
  73.  
  74. class lockCarSound {
  75. name = "lockCarSound";
  76. sound[] = {"\sounds\carLock.ogg", 1.0, 1};
  77. titles[] = {};
  78. };
  79.  
  80. class unlockCarSound {
  81. name = "unlockCarSound";
  82. sound[] = {"\sounds\carUnlock.ogg", 0.75, 1};
  83. titles[] = {};
  84. };
  85. };
  86.  
  87. class CfgDebriefing {
  88. class NotWhitelisted {
  89. title = "$STR_NotWhitelisted_Title";
  90. subtitle = "$STR_NotWhitelisted_SubTitle";
  91. description = "$STR_NotWhitelisted_Descript";
  92. pictureBackground = "";
  93. picture = "";
  94. pictureColor[] = {0,0.3,0.6,1};
  95. };
  96.  
  97. class Blacklisted {
  98. title = "$STR_Blacklisted_Title";
  99. subtitle = "$STR_Blacklisted_SubTitle";
  100. description = "$STR_Blacklisted_Descript";
  101. pictureBackground = "";
  102. picture = "";
  103. pictureColor[] = {0,0.3,0.6,1};
  104. };
  105. };
  106.  
  107. class CfgNotifications {
  108. class MedicalRequestEmerg {
  109. title = "$STR_MedicalRequestEmerg_Title";
  110. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  111. description = "%1";
  112. duration = 5;
  113. priority = 7;
  114. };
  115.  
  116. class DeliveryAssigned {
  117. title = "$STR_DeliveryAssigned_Title";
  118. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  119. description = "%1";
  120. duration = 10;
  121. priority = 7;
  122. };
  123.  
  124. class DeliveryFailed {
  125. title = "$STR_DeliveryFailed_Title";
  126. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
  127. description = "%1";
  128. duration = 7;
  129. priority = 7;
  130. };
  131.  
  132. class DeliverySucceeded {
  133. title = "$STR_DeliverySucceeded_Title";
  134. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
  135. description = "%1";
  136. duration = 6;
  137. priority = 6;
  138. };
  139.  
  140. class TextMessage {
  141. title = "$STR_TextMessage_Title";
  142. iconPicture = "icons\ico_messageNew.paa";
  143. description = "%1";
  144. duration = 10;
  145. priority = 6;
  146. };
  147.  
  148. class PoliceDispatch {
  149. title = "$STR_PoliceDispatch_Title";
  150. iconPicture = "icons\ico_messagePolice.paa";
  151. description = "%1";
  152. duration = 10;
  153. priority = 6;
  154. };
  155.  
  156. class AdminDispatch {
  157. title = "$STR_AdminDispatch_Title";
  158. iconPicture = "icons\ico_messageAdmin.paa";
  159. description = "%1";
  160. duration = 10;
  161. priority = 6;
  162. };
  163.  
  164. class AdminMessage {
  165. title = "$STR_AdminMessage_Title";
  166. iconPicture = "icons\ico_messageAdmin.paa";
  167. description = "%1";
  168. duration = 10;
  169. priority = 5;
  170. };
  171. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement