Advertisement
KimonK

Untitled

Nov 28th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. [ 2 ] = {
  2. Name = "Walther P38",
  3. Desc = "A WW2 German made semi-automatic pistol using 9mm.",
  4. Model = "models/weapons/tfa_doi/w_p38.mdl",
  5. ItemName = "Weapon",
  6. Price = 3250,
  7. Vars = {
  8. WeaponClass = "tfa_doip38"
  9. }
  10. },
  11. [ 3 ] = {
  12. Name = "Browning Hi-Power",
  13. Desc = "A WW2 American made semi-automatic pistol using 9mm.",
  14. Model = "models/weapons/tfa_doi/w_browninghp.mdl",
  15. ItemName = "Weapon",
  16. Price = 4000,
  17. Vars = {
  18. WeaponClass = "tfa_doibrowninghp"
  19. }
  20. },
  21. [ 4 ] = {
  22. Name = "M1911",
  23. Desc = "A WW1 American made semi-automatic pistol using .45 ACP.",
  24. Model = "models/weapons/tfa_doi/w_m1911.mdl",
  25. ItemName = "Weapon",
  26. Price = 3500,
  27. Vars = {
  28. WeaponClass = "tfa_doim1911"
  29. }
  30. },
  31. [ 5 ] = {
  32. Name = "S&W M1917",
  33. Desc = "A WW1 American made revolver using .45 ACP.",
  34. Model = "models/weapons/tfa_doi/w_sw1917.mdl",
  35. ItemName = "Weapon",
  36. Price = 4000,
  37. Vars = {
  38. WeaponClass = "tfa_doisw1917"
  39. }
  40. },
  41. [ 6 ] = {
  42. Name = "Webley Mk4 .38",
  43. Desc = "A WW2 British made revolver using 9mm.",
  44. Model = "models/weapons/tfa_doi/w_sw1917.mdl",
  45. ItemName = "Weapon",
  46. Price = 4250,
  47. Vars = {
  48. WeaponClass = "tfa_doiwebley"
  49. }
  50. },
  51. [ 7 ] = {
  52. Name = "M1903 Springfield",
  53. Desc = "A pre-WW1 American made bolt action rifle using 7.62×63mm.",
  54. Model = "models/weapons/tfa_doi/w_springfield.mdl",
  55. ItemName = "Weapon",
  56. Price = 8000,
  57. Vars = {
  58. WeaponClass = "tfa_doispringfield"
  59. }
  60. },
  61. [ 8 ] = {
  62. Name = "Lee Enfield No.4",
  63. Desc = "A WW2 British made bolt action rifle using .303 calibre.",
  64. Model = "models/weapons/tfa_doi/w_enfield.mdl",
  65. ItemName = "Weapon",
  66. Price = 8750,
  67. Vars = {
  68. WeaponClass = "tfa_doispringfield"
  69. }
  70. },
  71. [ 9 ] = {
  72. Name = "Ithaca 37",
  73. Desc = "A pre-WW2 American made shotgun using 12 Gauge.",
  74. Model = "models/weapons/tfa_doi/w_ithaca37.mdl",
  75. ItemName = "Weapon",
  76. Price = 12000,
  77. Vars = {
  78. WeaponClass = "tfa_doiithaca37"
  79. }
  80. },
  81. [ 10 ] = {
  82. Name = "Double-barreled Shotgun",
  83. Desc = "A double-barreled shotgun using 12 Gauge.",
  84. Model = "models/weapons/w_doublebarrel_new.mdl",
  85. ItemName = "Weapon",
  86. Price = 8000,
  87. Vars = {
  88. WeaponClass = "tfa_doublebarrel"
  89. }
  90. },
  91. [ 11 ] = {
  92. Name = "Stevens 620",
  93. Desc = "A WW2 American made shotgun using 12 Gauge.",
  94. Model = "models/weapons/w_nam_stevens620.mdl",
  95. ItemName = "Weapon",
  96. Price = 10000,
  97. Vars = {
  98. WeaponClass = "tfa_nam_stevens620"
  99. }
  100. },
  101. [ 12 ] = {
  102. Name = "MP5K PDW",
  103. Desc = "A '60s German made SMG using 9x19mm.",
  104. Model = "models/weapons/w_mp5kpdw_hardline.mdl",
  105. ItemName = "Weapon",
  106. Price = 20000,
  107. Vars = {
  108. WeaponClass = "tfa_ins2_mp5k_pdw"
  109. }
  110. },
  111. [ 13 ] = {
  112. Name = "MAC-10",
  113. Desc = "A '70s American made SMG using 9mm.",
  114. Model = "models/weapons/w_nam_mac10.mdl",
  115. ItemName = "Weapon",
  116. Price = 18000,
  117. Vars = {
  118. WeaponClass = "tfa_nam_mac10"
  119. }
  120. },
  121. [ 14 ] = {
  122. Name = "Kevlar Vest",
  123. Desc = "A kevlar vest.",
  124. Model = "models/props_junk/cardboard_box003a.mdl",
  125. Price = 2000,
  126. },
  127. [ 15 ] = {
  128. Name = "Pistol Ammobox",
  129. Desc = "80 bullets of pistol ammunition.",
  130. Model = "models/Items/BoxSRounds.mdl",
  131. ItemName = "Ammo",
  132. Price = 300,
  133. Vars = {
  134. ammoType = "Pistol",
  135. amountGiven = 80
  136. }
  137. },
  138. [ 16 ] = {
  139. Name = "Revolver Ammobox",
  140. Desc = "40 bullets of revolver ammunition.",
  141. Model = "models/items/357ammo.mdl",
  142. ItemName = "Ammo",
  143. Price = 350,
  144. Vars = {
  145. ammoType = "357",
  146. amountGiven = 40
  147. }
  148. },
  149. [ 17 ] = {
  150. Name = "Rifle Ammobox",
  151. Desc = "60 bullets of rifle ammunition.",
  152. Model = "models/Items/BoxMRounds.mdl",
  153. ItemName = "Ammo",
  154. Price = 500,
  155. Vars = {
  156. ammoType = "AR2",
  157. amountGiven = 60
  158. }
  159. },
  160. [ 18 ] = {
  161. Name = "Shotgun Ammobox",
  162. Desc = "20 bullets of shotgun ammunition.",
  163. Model = "models/Items/BoxBuckshot.mdl",
  164. ItemName = "Ammo",
  165. Price = 400,
  166. Vars = {
  167. ammoType = "Buckshot",
  168. amountGiven = 20
  169. }
  170. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement