Advertisement
Guest User

Untitled

a guest
Mar 31st, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. class ExtraRc {
  2. class ItemBloodbag {
  3. class Use {
  4. text = "Use Bloodbag";
  5. script = "execVM 'custom\player_selfbloodbag.sqf'";
  6. };
  7. };
  8. class ItemToolbox {
  9. class menuItem1 {
  10. text = "Deploy Bike";
  11. script = "execVM 'custom\deploybike\deploy.sqf'";
  12. };
  13. class menuItem2 {
  14. text = "Deploy Motorbike";
  15. script = "execVM 'custom\deploybike\deploy1.sqf'";
  16. };
  17. class menuItem3 {
  18. text = "Deploy Gyro";
  19. script = "execVM 'custom\deploybike\deploy2.sqf'";
  20. };
  21. };
  22. class bulk_ItemSandbag {
  23. class sandWatchTower {
  24. text = "Sandbag Watch Tower";
  25. script = "[""Land_Fort_Watchtower"",[""ItemToolbox"",""ItemEtool"",""ItemHatchet_DZE""],[[""PartPlankPack"", 3],[""bulk_ItemSandbag"", 1],[""forest_net_kit"", 2]],[0,6.5,2.5]] execVM ""custom\snap_build\player_build.sqf"";";
  26. };
  27. class bigNest {
  28. text = "Sandbag Big Nest";
  29. script = "[""Land_fortified_nest_big"",[""ItemToolbox"",""ItemEtool"",""ItemHatchet_DZE""],[[""PartPlankPack"", 3],[""bulk_ItemSandbag"", 1],[""ItemBurlap"", 2]],[0,8,1.1]] execVM ""custom\snap_build\player_build.sqf"";";
  30. };
  31. class bigCamp {
  32. text = "Sandbag Camp";
  33. script = "[""WarfareBCamp"",[""ItemToolbox"",""ItemEtool"",""ItemHatchet_DZE""],[[""PartPlankPack"", 4],[""bulk_ItemSandbag"", 1],[""ItemBurlap"", 2]],[0,10,1.1]] execVM ""custom\snap_build\player_build.sqf"";";
  34. };
  35. };
  36. class ItemPole {
  37. class milWatchMedium {
  38. text = "Small Watch Tower";
  39. script = "[""Land_vez"",[""ItemToolbox"",""ItemEtool"",""ItemCrowbar"",""ItemSledge""],[[""PartGeneric"", 1],[""ItemPole"", 1]],[0,4,4.6]] execVM ""custom\snap_build\player_build.sqf"";";
  40. };
  41. class metalWatchTower {
  42. text = "Medium Watch Tower";
  43. script = "[""Land_radar_EP1"",[""ItemToolbox"",""ItemEtool"",""ItemCrowbar"",""ItemSledge""],[[""PartGeneric"", 1],[""ItemPole"", 1],[""CinderBlocks"", 2]],[0,4.5,6.7]] execVM ""custom\snap_build\player_build.sqf"";";
  44. };
  45. class lightWatchTower {
  46. text = "High Watch Tower (Light)";
  47. script = "[""Land_Ind_IlluminantTower"",[""ItemToolbox"",""ItemEtool"",""ItemCrowbar"",""ItemSledge""],[[""PartGeneric"", 1],[""ItemPole"", 1],[""ItemLightBulb"", 1],[""CinderBlocks"", 4]],[0,3,10]] execVM ""custom\snap_build\player_build.sqf"";";
  48. };
  49. class stopBoom {
  50. text = "STOP Gate";
  51. script = "[""ZavoraAnim"",[""ItemToolbox"",""ItemEtool""],[""PartGeneric"", 1],[[""ItemPole"", 1]],[0,3,4.4]] execVM ""custom\snap_build\player_build.sqf"";";
  52. };
  53. class scaffoldSmall {
  54. text = "Small Scaffold";
  55. script = "[""MAP_leseni2x"",[""ItemToolbox"",""ItemEtool""],[""PartGeneric"", 1],[[""ItemPole"", 1]],[""PartWoodPlywood"", 1]],[0,3,1.55]] execVM ""custom\snap_build\player_build.sqf"";";
  56. };
  57. class scaffoldHigh {
  58. text = "High Scaffold";
  59. script = "[""MAP_leseni4x"",[""ItemToolbox"",""ItemEtool""],[""PartGeneric"", 1],[[""ItemPole"", 1]],[""PartWoodPlywood"", 1],[""ItemWoodLadder"", 1]],[0,3,3.87]] execVM ""custom\snap_build\player_build.sqf"";";
  60. };
  61. };
  62. class PartGeneric {
  63. class metalHouse1 {
  64. text = "Small Metal House 1";
  65. script = "[""mbg_slum01_EO"",[""ItemToolbox""],[[""PartGeneric"", 1],[""PartWoodPlywood"", 1]],[0,3,1.6]] execVM ""custom\snap_build\player_build.sqf"";";
  66. };
  67. class metalHouse2 {
  68. text = "Small Metal House 2";
  69. script = "[""mbg_slum02_EO"",[""ItemToolbox""],[[""PartGeneric"", 1],[""PartWoodPlywood"", 1]],[0,3,1.6]] execVM ""custom\snap_build\player_build.sqf"";";
  70. };
  71. class metalHouse3 {
  72. text = "Small Metal House 3";
  73. script = "[""mbg_slum03h_EO"",[""ItemToolbox""],[[""PartGeneric"", 1],[""PartWoodPlywood"", 1]],[0,3,1.7]] execVM ""custom\snap_build\player_build.sqf"";";
  74. };
  75. };
  76. class PartPlankPack {
  77. class heliPadRound {
  78. text = "Heli Pad";
  79. script = "[""HeliHCivil"",[""ItemToolbox""],[[""PartPlankPack"", 1]],[0,7.5,0]] execVM ""custom\snap_build\player_build.sqf"";";
  80. };
  81. };
  82. class PartPlywoodPack {
  83. class stopSignBlue {
  84. text = "Stop Sign";
  85. script = "[""Sign_Checkpoint_US_EP1"",[""ItemToolbox""],[[""PartPlywoodPack"", 1]],[0,2,0.45]] execVM ""custom\snap_build\player_build.sqf"";";
  86. };
  87. };
  88. class ItemFuelBarrel {
  89. class fireBarrelBurn {
  90. text = "Fire Barrel Burning";
  91. script = "[""Land_Fire_barrel_burning"",[""ItemHatchet_DZE""],[[""PartWoodPile"", 1],[""ItemFuelBarrel"", 1]],[0,2,0.65]] execVM ""custom\snap_build\player_build.sqf"";";
  92. };
  93. };
  94. class ItemWaterbottle {
  95. class waterPump {
  96. text = "Water Pump";
  97. script = "[""Land_pumpa"",[""ItemToolbox"",""ItemEtool"",""ItemSledge""],[[""ItemWaterbottle"", 1],[""PartGeneric"", 1],[""ItemPole"", 1]],[0,4.5,1.2]] execVM ""custom\snap_build\player_build.sqf"";";
  98. };
  99. };
  100. class PartWoodPile {
  101. class campFireLarge {
  102. text = "CampFire Burning";
  103. script = "[""Land_Campfire_burning"",[""ItemToolbox"",""ItemHatchet_DZE""],[[""PartWoodPile"", 1],[""CinderBlocks"", 2]],[0,4,0.4]] execVM ""custom\snap_build\player_build.sqf"";";
  104. };
  105. };
  106. class ItemLightBulb {
  107. class runwayBlueLight {
  108. text = "Runway Light Blue";
  109. script = "[""ASC_runway_BluelightB"",[""ItemToolbox""],[[""ItemLightBulb"", 1],[""PartGeneric"", 1]],[0,2,0.2]] execVM ""custom\snap_build\player_build.sqf"";";
  110. };
  111. class runwayYellowLight {
  112. text = "Runway Light Yellow";
  113. script = "[""ASC_runway_YellowlightB"",[""ItemToolbox""],[[""ItemLightBulb"", 1],[""PartGeneric"", 1]],[0,2,0.2]] execVM ""custom\snap_build\player_build.sqf"";";
  114. };
  115. };
  116. class CinderBlocks {
  117. class cinderBlockBY {
  118. text = "Color Cinder Block";
  119. script = "[""Land_CncBlock_Stripes"",[""ItemToolbox""],[[""CinderBlocks"", 3],[""PartGeneric"", 2]],[0,2,0.4]] execVM ""custom\snap_build\player_build.sqf"";";
  120. };
  121. class rampConcreteNormal {
  122. text = "Concrete Ramp";
  123. script = "[""RampConcrete"",[""ItemToolbox""],[[""CinderBlocks"", 1],[""cinder_wall_kit"", 1]],[0,8,0.5]] execVM ""custom\snap_build\player_build.sqf"";";
  124. };
  125. };
  126. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement