Advertisement
Guest User

Untitled

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