Advertisement
CHAINGUN427

extra_rc

Oct 16th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. class ExtraRc {
  2.  
  3. class UZI_SD_EP1 {
  4. class Test1 {
  5. text = "Suicide";
  6. script = "execVM 'fixes\suicide.sqf'";
  7. };
  8. };
  9. class UZI_EP1 {
  10. class Test2 {
  11. text = "Suicide";
  12. script = "execVM 'fixes\suicide.sqf'";
  13. };
  14. };
  15. class glock17_EP1 {
  16. class Test3 {
  17. text = "Suicide";
  18. script = "execVM 'fixes\suicide.sqf'";
  19. };
  20. };
  21. class M9 {
  22. class Test4 {
  23. text = "Suicide";
  24. script = "execVM 'fixes\suicide.sqf'";
  25. };
  26. };
  27. class M9SD {
  28. class Test5 {
  29. text = "Suicide";
  30. script = "execVM 'fixes\suicide.sqf'";
  31. };
  32. };
  33. class Makarov {
  34. class Test6 {
  35. text = "Suicide";
  36. script = "execVM 'fixes\suicide.sqf'";
  37. };
  38. };
  39. class MakarovSD {
  40. class Test7 {
  41. text = "Suicide";
  42. script = "execVM 'fixes\suicide.sqf'";
  43. };
  44. };
  45. class revolver_EP1 {
  46. class Test8 {
  47. text = "Suicide";
  48. script = "execVM 'fixes\suicide.sqf'";
  49. };
  50. };
  51. class Colt1911 {
  52. class Test7 {
  53. text = "Suicide";
  54. script = "execVM 'fixes\suicide.sqf'";
  55. };
  56. };
  57. class ItemSledge {
  58. class Mining {
  59. text = "Mining";
  60. script = "execVM 'custom\mining\mining-action.sqf'";
  61. };
  62. };
  63. class ItemToolbox {
  64. class BuildBike {
  65. text = "Deploy Bike";
  66. script = "['Old_bike_TK_INS_EP1'] execVM 'custom\EVD2\EVD_deploy.sqf'";
  67. };
  68. class Buildmoto {
  69. text = "Deploy Moto";
  70. script = "['TT650_TK_EP1'] execVM 'custom\EVD2\EVD_deploy.sqf'";
  71. };
  72. class BuildBox {
  73. text = "Origins Construction";
  74. script = "['MedBox0'] execVM 'custom\EVD\EVD_deploy.sqf'";
  75. };
  76. class BBG {
  77. text = "Large Garage";
  78. script = "['LG'] execVM 'custom\origins\originsbuild.sqf'";
  79. };
  80. class BPG {
  81. text = "Pyramid";
  82. script = "['PG'] execVM 'custom\origins\originsbuild.sqf'";
  83. };
  84.  
  85. };
  86. class ItemCrowbar {
  87. class BB1 {
  88. text = "Bandit L1 House";
  89. script = "['B1'] execVM 'custom\origins\originsbuild.sqf'";
  90. };
  91. class BB2 {
  92. text = "Bandit L2 House";
  93. script = "['B2'] execVM 'custom\origins\originsbuild.sqf'";
  94. };
  95. class BB3 {
  96. text = "Bandit L3 House";
  97. script = "['B3'] execVM 'custom\origins\originsbuild.sqf'";
  98. };
  99. };
  100. class ItemETool {
  101. class BH1 {
  102. text = "Hero L1 House";
  103. script = "['H1'] execVM 'custom\origins\originsbuild.sqf'";
  104. };
  105. class BH2 {
  106. text = "Hero L2 House";
  107. script = "['H2'] execVM 'custom\origins\originsbuild.sqf'";
  108. };
  109. class BH3 {
  110. text = "Hero L3 House";
  111. script = "['H3'] execVM 'custom\origins\originsbuild.sqf'";
  112. };
  113. };
  114. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement