Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.31 KB | None | 0 0
  1. #include "infiSTAR_AdminMenu.hpp"
  2. disableChannels[] = {{0,true,true},{1,true,true},{2,true,true}}; // Disabled text and voice for global, side, and command channels. Syntax: disableChannels[] = {{channelID<number>, disableChat<bool>, disableVoice<bool>}};
  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 "The-Programmer\theprogrammer_dialog_master.cpp"
  10.  
  11. class CfgServer {
  12. DatabaseName = "altislife"; //Config name that'll be grep in the extdb-conf.ini. Default: [altislife]
  13. DebugMode = 0; //Enable many server/hc debugging logs. Default: 0 (1 = Enabled / 0 = Disabled)
  14. HeadlessSupport = 0; //Enable/Disable Headless client support. Default: 1 (1 = Enabled / 0 = Disabled)
  15. /*
  16. 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.
  17. 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.
  18. */
  19. };
  20.  
  21. class RscTitles {
  22. #include "dialog\progress.hpp"
  23. #include "dialog\hud_nameTags.hpp"
  24. #include "dialog\hud_stats.hpp"
  25. #include "The-Programmer\AdvancedIdentity\RscTitles.hpp"
  26. #include "The-Programmer\GPS\RscTitles.hpp"
  27. };
  28.  
  29. class CfgFunctions {
  30. #include "Functions.hpp"
  31. #include "The-Programmer\theprogrammer_functions_master.cpp"
  32. };
  33.  
  34. class CfgSounds {
  35. sounds[] = {};
  36. #include "The-Programmer\EffetsEcran\scripts\soundsSelect.sqf"
  37. class sirenLong {
  38. name = "sirenLong";
  39. sound[] = {"\sounds\sirenLong.ogg", 1.0, 1};
  40. titles[] = {};
  41. };
  42.  
  43. class medicSiren {
  44. name = "medicSiren";
  45. sound[] = {"\sounds\medicSiren.ogg", 1.0, 1};
  46. titles[] = {};
  47. };
  48.  
  49. class tazerSound {
  50. name = "tazerSound";
  51. sound[] = {"\sounds\tazer.ogg", 0.25, 1};
  52. titles[] = {};
  53. };
  54.  
  55. class flashbang {
  56. name = "flashbang";
  57. sound[] = {"\sounds\flashbang.ogg", 1.0, 1};
  58. titles[] = {};
  59. };
  60.  
  61. class mining {
  62. name = "mining";
  63. sound[] = {"\sounds\mining.ogg", 1.0, 1};
  64. titles[] = {};
  65. };
  66.  
  67. class harvest {
  68. name = "harvest";
  69. sound[] = {"\sounds\harvest.ogg", 1.0, 1};
  70. titles[] = {};
  71. };
  72.  
  73. class lockCarSound {
  74. name = "lockCarSound";
  75. sound[] = {"\sounds\carLock.ogg", 0.25, 1};
  76. titles[] = {};
  77. };
  78.  
  79. class unlockCarSound {
  80. name = "unlockCarSound";
  81. sound[] = {"\sounds\carUnlock.ogg", 0.25, 1};
  82. titles[] = {};
  83. };
  84. };
  85.  
  86. class CfgDebriefing {
  87. #include "The-Programmer\AdvancedIdentity\debriefing.sqf"
  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. class SpyGlass {
  107. title = "$STR_SpyDetect_Title";
  108. subTitle = "$STR_SpyDetect_SubTitle";
  109. description = "$STR_SpyDetect_Descript";
  110. pictureBackground = "";
  111. picture = "";
  112. pictureColor[] = {0,0.3,0.6,1};
  113. };
  114. };
  115.  
  116. class CfgNotifications {
  117. class MedicalRequestEmerg {
  118. title = "$STR_MedicalRequestEmerg_Title";
  119. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  120. description = "%1";
  121. duration = 5;
  122. priority = 7;
  123. };
  124.  
  125. class DeliveryAssigned {
  126. title = "$STR_DeliveryAssigned_Title";
  127. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  128. description = "%1";
  129. duration = 10;
  130. priority = 7;
  131. };
  132.  
  133. class DeliveryFailed {
  134. title = "$STR_DeliveryFailed_Title";
  135. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
  136. description = "%1";
  137. duration = 7;
  138. priority = 7;
  139. };
  140.  
  141. class DeliverySucceeded {
  142. title = "$STR_DeliverySucceeded_Title";
  143. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
  144. description = "%1";
  145. duration = 6;
  146. priority = 6;
  147. };
  148.  
  149. class TextMessage {
  150. title = "$STR_TextMessage_Title";
  151. iconPicture = "icons\ico_messageNew.paa";
  152. description = "%1";
  153. duration = 10;
  154. priority = 6;
  155. };
  156.  
  157. class PoliceDispatch {
  158. title = "$STR_PoliceDispatch_Title";
  159. iconPicture = "icons\ico_messagePolice.paa";
  160. description = "%1";
  161. duration = 10;
  162. priority = 6;
  163. };
  164.  
  165. class AdminDispatch {
  166. title = "$STR_AdminDispatch_Title";
  167. iconPicture = "icons\ico_messageAdmin.paa";
  168. description = "%1";
  169. duration = 10;
  170. priority = 6;
  171. };
  172.  
  173. class AdminMessage {
  174. title = "$STR_AdminMessage_Title";
  175. iconPicture = "icons\ico_messageAdmin.paa";
  176. description = "%1";
  177. duration = 10;
  178. priority = 5;
  179. };
  180. };
  181.  
  182. class CfgMusic {
  183. tracks[]={DOMTOMA,DOMTOMB,DOMTOMC,DOMTOMD,DOMTOME,DOMTOMF,DOMTOMG,DOMTOMH,DOMTOMI,DOMTOMJ,DOMTOMK,DUBA,DUBB,DUBC,DUBD,DUBE,DUBF,DUBG,DUBH,DUBI,DUBJ,DUBK,DUBL,ElektroA,ElektroB,ElektroC,ElektroD,ElektroE,ElektroF,ElektroG,ElektroH,KlubbFMA,KlubbFMB,KlubbFMC,KlubbFMD,KlubbFME,KlubbFMF,KlubbFMG,KlubbFMH,KlubbFMI,KlubbFMJ,KlubbFMK,KlubbFML,PopClassicA,PopClassicB,PopClassicC,PopClassicD,PopClassicE,PopClassicF,PopClassicG,PopClassicH,PopClassicI,PopClassicJ,PopClassicK,PopClassicL,PopClassicM,PopClassicN,PopClassicO,PopClassicP,PopClassicQ,PopClassicR,RadioFRA,RadioFRB,RadioFRC,RadioFRD,RadioFRE,RadioFRF,RadioFRG,RadioFRH,RadioFRI,RadioFRJ,RadioFRK,RadioFRL,RadioFRM,RadioFRN,RAP103A,RAP103B,RAP103C,RAP103D,RAP103E,RAP103F,RAP103G,RAP103H,RAP103I,RAP103J,RAP103K,RAP103L,RAP103M,RAP103N,RAP103O,RAP103P,RAP103Q,RAP103R,Rock87A,Rock87B,Rock87C,Rock87D,Rock87E,Rock87F,Rock87G,Rock87H,Rock87I,Rock87J,Rock87K};
  184.  
  185. class DOMTOMA {
  186. name = "DOMTOMA";
  187. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMA.ogg", 1.0, 1}; //Modifier tout les @Longdinium-Life\Addons pour votre chemin à vous et non à mon addons.
  188. titles[] = {};
  189. };
  190.  
  191. class DOMTOMB {
  192. name = "DOMTOMB";
  193. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMB.ogg", 1.0, 1};
  194. titles[] = {};
  195. };
  196.  
  197. class DOMTOMC {
  198. name = "DOMTOMC";
  199. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMC.ogg", 1.0, 1};
  200. titles[] = {};
  201. };
  202.  
  203. class DOMTOMD {
  204. name = "DOMTOMD";
  205. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMD.ogg", 1.0, 1};
  206. titles[] = {};
  207. };
  208.  
  209. class DOMTOME {
  210. name = "DOMTOME";
  211. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOME.ogg", 1.0, 1};
  212. titles[] = {};
  213. };
  214.  
  215. class DOMTOMF {
  216. name = "DOMTOMF";
  217. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMF.ogg", 1.0, 1};
  218. titles[] = {};
  219. };
  220.  
  221. class DOMTOMG {
  222. name = "DOMTOMG";
  223. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMG.ogg", 1.0, 1};
  224. titles[] = {};
  225. };
  226.  
  227. class DOMTOMH {
  228. name = "DOMTOMH";
  229. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMH.ogg", 1.0, 1};
  230. titles[] = {};
  231. };
  232.  
  233. class DOMTOMI {
  234. name = "DOMTOMI";
  235. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMI.ogg", 1.0, 1};
  236. titles[] = {};
  237. };
  238.  
  239. class DOMTOMJ {
  240. name = "DOMTOMJ";
  241. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMJ.ogg", 1.0, 1};
  242. titles[] = {};
  243. };
  244.  
  245. class DOMTOMK {
  246. name = "DOMTOMK";
  247. sound[] = {"@ILFR-Radio\DomTomFM\DOMTOMK.ogg", 1.0, 1};
  248. titles[] = {};
  249. };
  250.  
  251. class DUBA {
  252. name = "DUBA";
  253. sound[] = {"@ILFR-Radio\DUBFM\DABA.ogg", 1.0, 1};
  254. titles[] = {};
  255. };
  256.  
  257. class DUBB {
  258. name = "DUBB";
  259. sound[] = {"@ILFR-Radio\DUBFM\DABB.ogg", 1.0, 1};
  260. titles[] = {};
  261. };
  262.  
  263. class DUBC {
  264. name = "DUBC";
  265. sound[] = {"@ILFR-Radio\DUBFM\DABC.ogg", 1.0, 1};
  266. titles[] = {};
  267. };
  268.  
  269. class DUBD {
  270. name = "DUBD";
  271. sound[] = {"@ILFR-Radio\DUBFM\DABD.ogg", 1.0, 1};
  272. titles[] = {};
  273. };
  274.  
  275. class DUBE {
  276. name = "DUBE";
  277. sound[] = {"@ILFR-Radio\DUBFM\DABE.ogg", 1.0, 1};
  278. titles[] = {};
  279. };
  280.  
  281. class DUBF {
  282. name = "DUBF";
  283. sound[] = {"@ILFR-Radio\DUBFM\DABF.ogg", 1.0, 1};
  284. titles[] = {};
  285. };
  286.  
  287. class DUBG {
  288. name = "DUBG";
  289. sound[] = {"@ILFR-Radio\DUBFM\DABG.ogg", 1.0, 1};
  290. titles[] = {};
  291. };
  292.  
  293. class DUBH {
  294. name = "DUBH";
  295. sound[] = {"@ILFR-Radio\DUBFM\DABH.ogg", 1.0, 1};
  296. titles[] = {};
  297. };
  298.  
  299. class DUBI {
  300. name = "DUBI";
  301. sound[] = {"@ILFR-Radio\DUBFM\DABI.ogg", 1.0, 1};
  302. titles[] = {};
  303. };
  304.  
  305. class DUBJ {
  306. name = "DUBJ";
  307. sound[] = {"@ILFR-Radio\DUBFM\DABJ.ogg", 1.0, 1};
  308. titles[] = {};
  309. };
  310.  
  311. class DUBK {
  312. name = "DUBK";
  313. sound[] = {"@ILFR-Radio\DUBFM\DABK.ogg", 1.0, 1};
  314. titles[] = {};
  315. };
  316.  
  317. class DUBL {
  318. name = "DUBL";
  319. sound[] = {"@ILFR-Radio\DUBFM\DABL.ogg", 1.0, 1};
  320. titles[] = {};
  321. };
  322.  
  323. class ElektroA {
  324. name = "ElektroA";
  325. sound[] = {"@ILFR-Radio\Elektro\ElektroA.ogg", 1.0, 1};
  326. titles[] = {};
  327. };
  328.  
  329. class ElektroB {
  330. name = "ElektroB";
  331. sound[] = {"@ILFR-Radio\Elektro\ElektroB.ogg", 1.0, 1};
  332. titles[] = {};
  333. };
  334.  
  335. class ElektroC {
  336. name = "ElektroC";
  337. sound[] = {"@ILFR-Radio\Elektro\ElektroC.ogg", 1.0, 1};
  338. titles[] = {};
  339. };
  340.  
  341. class ElektroD {
  342. name = "ElektroD";
  343. sound[] = {"@ILFR-Radio\Elektro\ElektroD.ogg", 1.0, 1};
  344. titles[] = {};
  345. };
  346.  
  347. class ElektroE {
  348. name = "ElektroE";
  349. sound[] = {"@ILFR-Radio\Elektro\ElektroE.ogg", 1.0, 1};
  350. titles[] = {};
  351. };
  352.  
  353. class ElektroF {
  354. name = "ElektroF";
  355. sound[] = {"@ILFR-Radio\Elektro\ElektroF.ogg", 1.0, 1};
  356. titles[] = {};
  357. };
  358.  
  359. class ElektroG {
  360. name = "ElektroG";
  361. sound[] = {"@ILFR-Radio\Elektro\ElektroG.ogg", 1.0, 1};
  362. titles[] = {};
  363. };
  364.  
  365. class ElektroH {
  366. name = "ElektroH";
  367. sound[] = {"@ILFR-Radio\Elektro\ElektroH.ogg", 1.0, 1};
  368. titles[] = {};
  369. };
  370.  
  371. class KlubbFMA {
  372. name = "KlubbFMA";
  373. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMA.ogg", 1.0, 1};
  374. titles[] = {};
  375. };
  376.  
  377. class KlubbFMB {
  378. name = "KlubbFMB";
  379. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMB.ogg", 1.0, 1};
  380. titles[] = {};
  381. };
  382.  
  383. class KlubbFMC {
  384. name = "KlubbFMC";
  385. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMC.ogg", 1.0, 1};
  386. titles[] = {};
  387. };
  388.  
  389. class KlubbFMD {
  390. name = "KlubbFMD";
  391. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMD.ogg", 1.0, 1};
  392. titles[] = {};
  393. };
  394.  
  395. class KlubbFME {
  396. name = "KlubbFME";
  397. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFME.ogg", 1.0, 1};
  398. titles[] = {};
  399. };
  400.  
  401. class KlubbFMF {
  402. name = "KlubbFMF";
  403. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMF.ogg", 1.0, 1};
  404. titles[] = {};
  405. };
  406.  
  407. class KlubbFMG {
  408. name = "KlubbFMG";
  409. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMG.ogg", 1.0, 1};
  410. titles[] = {};
  411. };
  412.  
  413. class KlubbFMH {
  414. name = "KlubbFMH";
  415. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMH.ogg", 1.0, 1};
  416. titles[] = {};
  417. };
  418.  
  419. class KlubbFMI {
  420. name = "KlubbFMI";
  421. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMI.ogg", 1.0, 1};
  422. titles[] = {};
  423. };
  424.  
  425. class KlubbFMJ {
  426. name = "KlubbFMJ";
  427. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMJ.ogg", 1.0, 1};
  428. titles[] = {};
  429. };
  430.  
  431. class KlubbFMK {
  432. name = "KlubbFMK";
  433. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFMK.ogg", 1.0, 1};
  434. titles[] = {};
  435. };
  436.  
  437. class KlubbFML {
  438. name = "KlubbFML";
  439. sound[] = {"@ILFR-Radio\KlubbFM\KlubbFML.ogg", 1.0, 1};
  440. titles[] = {};
  441. };
  442.  
  443. class PopClassicA {
  444. name = "PopClassicA";
  445. sound[] = {"@ILFR-Radio\PopClassic\PopClassicA.ogg", 1.0, 1};
  446. titles[] = {};
  447. };
  448.  
  449. class PopClassicB {
  450. name = "PopClassicB";
  451. sound[] = {"@ILFR-Radio\PopClassic\PopClassicB.ogg", 1.0, 1};
  452. titles[] = {};
  453. };
  454.  
  455. class PopClassicC {
  456. name = "PopClassicC";
  457. sound[] = {"@ILFR-Radio\PopClassic\PopClassicC.ogg", 1.0, 1};
  458. titles[] = {};
  459. };
  460.  
  461. class PopClassicD {
  462. name = "PopClassicD";
  463. sound[] = {"@ILFR-Radio\PopClassic\PopClassicD.ogg", 1.0, 1};
  464. titles[] = {};
  465. };
  466.  
  467. class PopClassicE {
  468. name = "PopClassicE";
  469. sound[] = {"@ILFR-Radio\PopClassic\PopClassicE.ogg", 1.0, 1};
  470. titles[] = {};
  471. };
  472.  
  473. class PopClassicF {
  474. name = "PopClassicF";
  475. sound[] = {"@ILFR-Radio\PopClassic\PopClassicF.ogg", 1.0, 1};
  476. titles[] = {};
  477. };
  478.  
  479. class PopClassicG {
  480. name = "PopClassicG";
  481. sound[] = {"@ILFR-Radio\PopClassic\PopClassicG.ogg", 1.0, 1};
  482. titles[] = {};
  483. };
  484.  
  485. class PopClassicH {
  486. name = "PopClassicH";
  487. sound[] = {"@ILFR-Radio\PopClassic\PopClassicH.ogg", 1.0, 1};
  488. titles[] = {};
  489. };
  490.  
  491. class PopClassicI {
  492. name = "PopClassicI";
  493. sound[] = {"@ILFR-Radio\PopClassic\PopClassicI.ogg", 1.0, 1};
  494. titles[] = {};
  495. };
  496.  
  497. class PopClassicJ {
  498. name = "PopClassicJ";
  499. sound[] = {"@ILFR-Radio\PopClassic\PopClassicJ.ogg", 1.0, 1};
  500. titles[] = {};
  501. };
  502.  
  503. class PopClassicK {
  504. name = "PopClassicK";
  505. sound[] = {"@ILFR-Radio\PopClassic\PopClassicK.ogg", 1.0, 1};
  506. titles[] = {};
  507. };
  508.  
  509. class PopClassicL {
  510. name = "PopClassicL";
  511. sound[] = {"@ILFR-Radio\PopClassic\PopClassicL.ogg", 1.0, 1};
  512. titles[] = {};
  513. };
  514.  
  515. class PopClassicM {
  516. name = "PopClassicM";
  517. sound[] = {"@ILFR-Radio\PopClassic\PopClassicM.ogg", 1.0, 1};
  518. titles[] = {};
  519. };
  520.  
  521. class PopClassicN {
  522. name = "PopClassicN";
  523. sound[] = {"@ILFR-Radio\PopClassic\PopClassicN.ogg", 1.0, 1};
  524. titles[] = {};
  525. };
  526.  
  527. class PopClassicO {
  528. name = "PopClassicO";
  529. sound[] = {"@ILFR-Radio\PopClassic\PopClassicO.ogg", 1.0, 1};
  530. titles[] = {};
  531. };
  532.  
  533. class PopClassicP {
  534. name = "PopClassicP";
  535. sound[] = {"@ILFR-Radio\PopClassic\PopClassicP.ogg", 1.0, 1};
  536. titles[] = {};
  537. };
  538.  
  539. class PopClassicQ {
  540. name = "PopClassicQ";
  541. sound[] = {"@ILFR-Radio\PopClassic\PopClassicQ.ogg", 1.0, 1};
  542. titles[] = {};
  543. };
  544.  
  545. class PopClassicR {
  546. name = "PopClassicR";
  547. sound[] = {"@ILFR-Radio\PopClassic\PopClassicR.ogg", 1.0, 1};
  548. titles[] = {};
  549. };
  550.  
  551. class RadioFRA {
  552. name = "RadioFRA";
  553. sound[] = {"@ILFR-Radio\RadioFR\RadioFRA.ogg", 1.0, 1};
  554. titles[] = {};
  555. };
  556.  
  557. class RadioFRB {
  558. name = "RadioFRB";
  559. sound[] = {"@ILFR-Radio\RadioFR\RadioFRB.ogg", 1.0, 1};
  560. titles[] = {};
  561. };
  562.  
  563. class RadioFRC {
  564. name = "RadioFRC";
  565. sound[] = {"@ILFR-Radio\RadioFR\RadioFRC.ogg", 1.0, 1};
  566. titles[] = {};
  567. };
  568.  
  569. class RadioFRD {
  570. name = "RadioFRD";
  571. sound[] = {"@ILFR-Radio\RadioFR\RadioFRD.ogg", 1.0, 1};
  572. titles[] = {};
  573. };
  574.  
  575. class RadioFRE {
  576. name = "RadioFRE";
  577. sound[] = {"@ILFR-Radio\RadioFR\RadioFRE.ogg", 1.0, 1};
  578. titles[] = {};
  579. };
  580.  
  581. class RadioFRF {
  582. name = "RadioFRF";
  583. sound[] = {"@ILFR-Radio\RadioFR\RadioFRF.ogg", 1.0, 1};
  584. titles[] = {};
  585. };
  586.  
  587. class RadioFRG {
  588. name = "RadioFRG";
  589. sound[] = {"@ILFR-Radio\RadioFR\RadioFRG.ogg", 1.0, 1};
  590. titles[] = {};
  591. };
  592.  
  593. class RadioFRH {
  594. name = "RadioFRH";
  595. sound[] = {"@ILFR-Radio\RadioFR\RadioFRH.ogg", 1.0, 1};
  596. titles[] = {};
  597. };
  598.  
  599. class RadioFRI {
  600. name = "RadioFRI";
  601. sound[] = {"@ILFR-Radio\RadioFR\RadioFRI.ogg", 1.0, 1};
  602. titles[] = {};
  603. };
  604.  
  605. class RadioFRJ{
  606. name = "RadioFRJ";
  607. sound[] = {"@ILFR-Radio\RadioFR\RadioFRJ.ogg", 1.0, 1};
  608. titles[] = {};
  609. };
  610.  
  611. class RadioFRK {
  612. name = "RadioFRK";
  613. sound[] = {"@ILFR-Radio\RadioFR\RadioFRK.ogg", 1.0, 1};
  614. titles[] = {};
  615. };
  616.  
  617. class RadioFRL {
  618. name = "RadioFRL";
  619. sound[] = {"@ILFR-Radio\RadioFR\RadioFRL.ogg", 1.0, 1};
  620. titles[] = {};
  621. };
  622.  
  623. class RadioFRM {
  624. name = "RadioFRM";
  625. sound[] = {"@ILFR-Radio\RadioFR\RadioFRM.ogg", 1.0, 1};
  626. titles[] = {};
  627. };
  628.  
  629. class RadioFRN {
  630. name = "RadioFRN";
  631. sound[] = {"@ILFR-Radio\RadioFR\RadioFRN.ogg", 1.0, 1};
  632. titles[] = {};
  633. };
  634.  
  635. class RAP103A {
  636. name = "RAP103A";
  637. sound[] = {"@ILFR-Radio\RAP103\RAP103A.ogg", 1.0, 1};
  638. titles[] = {};
  639. };
  640.  
  641. class RAP103B {
  642. name = "RAP103B";
  643. sound[] = {"@ILFR-Radio\RAP103\RAP103B.ogg", 1.0, 1};
  644. titles[] = {};
  645. };
  646.  
  647. class RAP103C {
  648. name = "RAP103C";
  649. sound[] = {"@ILFR-Radio\RAP103\RAP103C.ogg", 1.0, 1};
  650. titles[] = {};
  651. };
  652.  
  653. class RAP103D {
  654. name = "RAP103D";
  655. sound[] = {"@ILFR-Radio\RAP103\RAP103D.ogg", 1.0, 1};
  656. titles[] = {};
  657. };
  658.  
  659. class RAP103E {
  660. name = "RAP103E";
  661. sound[] = {"@ILFR-Radio\RAP103\RAP103E.ogg", 1.0, 1};
  662. titles[] = {};
  663. };
  664.  
  665. class RAP103F {
  666. name = "RAP103F";
  667. sound[] = {"@ILFR-Radio\RAP103\RAP103F.ogg", 1.0, 1};
  668. titles[] = {};
  669. };
  670.  
  671. class RAP103G {
  672. name = "RAP103G";
  673. sound[] = {"@ILFR-Radio\RAP103\RAP103G.ogg", 1.0, 1};
  674. titles[] = {};
  675. };
  676.  
  677. class RAP103H {
  678. name = "RAP103H";
  679. sound[] = {"@ILFR-Radio\RAP103\RAP103H.ogg", 1.0, 1};
  680. titles[] = {};
  681. };
  682.  
  683. class RAP10I {
  684. name = "RAP103I";
  685. sound[] = {"@ILFR-Radio\RAP103\RAP103I.ogg", 1.0, 1};
  686. titles[] = {};
  687. };
  688.  
  689. class RAP103J {
  690. name = "RAP103J";
  691. sound[] = {"@ILFR-Radio\RAP103\RAP103J.ogg", 1.0, 1};
  692. titles[] = {};
  693. };
  694.  
  695. class RAP103K {
  696. name = "RAP103K";
  697. sound[] = {"@ILFR-Radio\RAP103\RAP103K.ogg", 1.0, 1};
  698. titles[] = {};
  699. };
  700.  
  701. class RAP103L {
  702. name = "RAP103L";
  703. sound[] = {"@ILFR-Radio\RAP103\RAP103L.ogg", 1.0, 1};
  704. titles[] = {};
  705. };
  706.  
  707. class RAP103M {
  708. name = "RAP103M";
  709. sound[] = {"@ILFR-Radio\RAP103\RAP103M.ogg", 1.0, 1};
  710. titles[] = {};
  711. };
  712.  
  713. class RAP103N {
  714. name = "RAP103N";
  715. sound[] = {"@ILFR-Radio\RAP103\RAP103N.ogg", 1.0, 1};
  716. titles[] = {};
  717. };
  718.  
  719. class RAP103O {
  720. name = "RAP103O";
  721. sound[] = {"@ILFR-Radio\RAP103\RAP103O.ogg", 1.0, 1};
  722. titles[] = {};
  723. };
  724.  
  725. class RAP103P {
  726. name = "RAP103P";
  727. sound[] = {"@ILFR-Radio\RAP103\RAP103P.ogg", 1.0, 1};
  728. titles[] = {};
  729. };
  730.  
  731. class RAP103Q {
  732. name = "RAP103Q";
  733. sound[] = {"@ILFR-Radio\RAP103\RAP103Q.ogg", 1.0, 1};
  734. titles[] = {};
  735. };
  736.  
  737. class RAP103R {
  738. name = "RAP103";
  739. sound[] = {"@ILFR-Radio\RAP103\RAP103R.ogg", 1.0, 1};
  740. titles[] = {};
  741. };
  742.  
  743. class Rock87A {
  744. name = "Rock87A";
  745. sound[] = {"@ILFR-Radio\Rock87\Rock87A.ogg", 1.0, 1};
  746. titles[] = {};
  747. };
  748.  
  749. class Rock87B {
  750. name = "Rock87B";
  751. sound[] = {"@ILFR-Radio\Rock87\Rock87B.ogg", 1.0, 1};
  752. titles[] = {};
  753. };
  754.  
  755. class Rock87C {
  756. name = "Rock87C";
  757. sound[] = {"@ILFR-Radio\Rock87\Rock87C.ogg", 1.0, 1};
  758. titles[] = {};
  759. };
  760.  
  761. class Rock87D {
  762. name = "Rock87D";
  763. sound[] = {"@ILFR-Radio\Rock87\Rock87D.ogg", 1.0, 1};
  764. titles[] = {};
  765. };
  766.  
  767. class Rock87E {
  768. name = "Rock87E";
  769. sound[] = {"@ILFR-Radio\Rock87\Rock87E.ogg", 1.0, 1};
  770. titles[] = {};
  771. };
  772.  
  773. class Rock87F {
  774. name = "Rock87F";
  775. sound[] = {"@ILFR-Radio\Rock87\Rock87F.ogg", 1.0, 1};
  776. titles[] = {};
  777. };
  778.  
  779. class Rock87G {
  780. name = "Rock87G";
  781. sound[] = {"@ILFR-Radio\Rock87\Rock87G.ogg", 1.0, 1};
  782. titles[] = {};
  783. };
  784.  
  785. class Rock87H {
  786. name = "Rock87H";
  787. sound[] = {"@ILFR-Radio\Rock87\Rock87H.ogg", 1.0, 1};
  788. titles[] = {};
  789. };
  790.  
  791. class Rock87I {
  792. name = "Rock87I";
  793. sound[] = {"@ILFR-Radio\Rock87\Rock87I.ogg", 1.0, 1};
  794. titles[] = {};
  795. };
  796.  
  797. class Rock87J {
  798. name = "Rock87J";
  799. sound[] = {"@ILFR-Radio\Rock87\Rock87J.ogg", 1.0, 1};
  800. titles[] = {};
  801. };
  802.  
  803. class Rock87K {
  804. name = "Rock87K";
  805. sound[] = {"@ILFR-Radio\Rock87\Rock87K.ogg", 1.0, 1};
  806. titles[] = {};
  807. };
  808. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement