Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. serverTraders = [
  2. "RU_Citizen3","Rocker4","Profiteer4","Rita_Ensler_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","TK_GUE_Soldier_5_EP1","GUE_Soldier_MG","Worker2","Worker3","Woodlander1","UN_CDF_Soldier_Pilot_EP1","RU_WorkWoman1","Dr_Annie_Baker_EP1","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1","GUE_Woodlander2",
  3. "RU_Functionary1","Gangsta_merc7","GUE_Soldier_MG"
  4. ];
  5.  
  6. // Hero Vendor
  7. menu_RU_Functionary1 = [
  8. [["Attachments",693],["Ammunition",478],["Currency and gems",1100],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
  9. [],
  10. "hero"
  11. ];
  12.  
  13. // Bandit Traders
  14. menu_GUE_Soldier_MG = [
  15. [["Attachments",693],["Ammunition",577],["Currency and gems",1100],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
  16. [],
  17. "hostile"
  18. ];
  19.  
  20. // Ammunition neutral
  21. menu_RU_Citizen3 = [
  22. [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]],
  23. [],
  24. "neutral"
  25. ];
  26. // Weapons neutral
  27. menu_Rocker4 = [
  28. [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
  29. [],
  30. "neutral"
  31. ];
  32. //Sanford and Son Trader
  33. menu_Gangsta_merc7 = [
  34. [["Sanford And Son Salvage",666]],
  35. [],
  36. "neutral"
  37. ];
  38. // neutral Vehicles
  39. menu_Profiteer4 = [
  40. [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
  41. [],
  42. "neutral"
  43. ];
  44. // General Store
  45. menu_Rita_Ensler_EP1 = [
  46. [["Backpacks",538],["Currency and gems",1100],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
  47. [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
  48. "neutral"
  49. ];
  50. // Weapons neutral
  51. menu_CIV_EuroMan01_EP1 = [
  52. [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
  53. [],
  54. "neutral"
  55. ];
  56. // Ammunition Neutral
  57. menu_CIV_EuroMan02_EP1 = [
  58. [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]],
  59. [],
  60. "neutral"
  61. ];
  62. // Neutral Building/Parts
  63. menu_TK_GUE_Soldier_5_EP1 = [
  64. [["Building Supplies",678],["Currency and gems",1100],["Tools",679],["Vehicle Parts",677]],
  65. [],
  66. "neutral"
  67. ];
  68.  
  69. // Aircraft Dealer
  70. menu_Worker2 = [
  71. [["Airplanes",517],["Currency and gems",1100],["Helicopter Unarmed",519]],
  72. [],
  73. "neutral"
  74. ];
  75. // Vehicles Neutral
  76. menu_Worker3 = [
  77. [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
  78. [],
  79. "neutral"
  80. ];
  81. // neutral Building/Parts
  82. menu_Woodlander1 = [
  83. [["Building Supplies",678],["Tools",679],["Vehicle Parts",677]],
  84. [],
  85. "neutral"
  86. ];
  87. // neutral Vehicles 2
  88. menu_UN_CDF_Soldier_Pilot_EP1 = [
  89. [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks Unarmed",535],["Used Cars",585],["Utility Vehicles",565]],
  90. [],
  91. "neutral"
  92. ];
  93. // General Store 2
  94. menu_RU_WorkWoman1 = [
  95. [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Currency and gems",1100],["Drinks",601],["Packaged Food",629]],
  96. [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
  97. "neutral"
  98. ];
  99. // Medical Supplies
  100. menu_Dr_Annie_Baker_EP1 = [
  101. [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
  102. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  103. "neutral"
  104. ];
  105. // East Wholesaler
  106. menu_RU_Citizen4 = [
  107. [["Wholesale",675],["Currency and gems",1100]],
  108. [],
  109. "neutral"
  110. ];
  111. // General Store 3
  112. menu_RU_WorkWoman5 = [
  113. [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Currency and gems",1100],["Drinks",601],["Packaged Food",629]],
  114. [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
  115. "neutral"
  116. ];
  117. // West Wholesaler
  118. menu_RU_Citizen1 = [
  119. [["Wholesale",675],["Currency and gems",1100]],
  120. [],
  121. "neutral"
  122. ];
  123. // Boat Vendor
  124. menu_RU_Villager3 = [
  125. [["Boats Armed",673],["Boats Unarmed",672]],
  126. [],
  127. "neutral"
  128. ];
  129. // Weapons neutral 2
  130. menu_TK_CIV_Takistani04_EP1 = [
  131. [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
  132. [],
  133. "neutral"
  134. ];
  135. // Ammunition Neutral 2
  136. menu_Pilot_EP1 = [
  137. [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]],
  138. [],
  139. "neutral"
  140. ];
  141. // Vehicles Neutral 2
  142. menu_RU_Profiteer4 = [
  143. [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
  144. [],
  145. "neutral"
  146. ];
  147. // Neutral Building/Parts
  148. menu_Woodlander3 = [
  149. [["Building Supplies",678],["Tools",679],["Vehicle Parts",677]],
  150. [],
  151. "neutral"
  152. ];
  153. // Medical Supplies 2
  154. menu_Dr_Hladik_EP1 = [
  155. [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
  156. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  157. "neutral"
  158. ];
  159. // Medical Supplies 3
  160. menu_Doctor = [
  161. [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
  162. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  163. "neutral"
  164. ];
  165. // Boat Trader 2
  166. menu_HouseWife1 = [
  167. [["Boats Armed",673],["Boats Unarmed",672]],
  168. [],
  169. "neutral"
  170. ];
  171. // Black market
  172. menu_GUE_Woodlander2 = [
  173. [["Attachments",693],["Currency and gems",1100],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]],
  174. [],
  175. "neutral"
  176. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement