Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. ['WEAPON_PISTOL_MK2'] = {
  2. {item = "magazynekbron", quantity = 1 },
  3. {item = "rekojesc", quantity = 1},
  4. {item = "mechanizmpistoletu", quantity = 1},
  5. {item = "lufawylotowa", quantity = 1},
  6. {item = "metalbron", quantity = 2},
  7. {item = "schematbudowypistoletuwersji2", quantity = 1},
  8. },
  9. ['WEAPON_HEAVYPISTOL'] = {
  10. {item = "magazynekbron", quantity = 1 },
  11. {item = "rekojesc", quantity = 1},
  12. {item = "mechanizmpistoletu", quantity = 1},
  13. {item = "lufawylotowa", quantity = 1},
  14. {item = "celownikholograficzny", quantity = 1},
  15. {item = "metalbron", quantity = 3},
  16. {item = "schematbudowyheavypistol", quantity = 1},
  17. },
  18. ['WEAPON_MICROSMG'] = {
  19. {item = "powiekszonymagazynekbron", quantity = 1 },
  20. {item = "iglica", quantity = 1},
  21. {item = "lufawylotowa", quantity = 1},
  22. {item = "rekojesc", quantity = 1},
  23. {item = "zaawansowanymechanizm", quantity = 1},
  24. {item = "szczerbinka", quantity = 1},
  25. {item = "metalbron", quantity = 5},
  26. {item = "schematbudowymicrosmg", quantity = 1},
  27. },
  28. ['WEAPON_ASSAULTRIFLE'] = {
  29. {item = "powiekszonymagazynekbron", quantity = 1 },
  30. {item = "iglica", quantity = 1},
  31. {item = "przedluzona", quantity = 1},
  32. {item = "kolba", quantity = 1},
  33. {item = "zaawansowanymechanizm", quantity = 1},
  34. {item = "szczerbinka", quantity = 1},
  35. {item = "metalbron", quantity = 10},
  36. {item = "schematbudowyassualtrifle", quantity = 1},
  37. },
  38. ['WEAPON_PUMPSHOTGUN'] = {
  39. {item = "magazynekbron", quantity = 1 },
  40. {item = "lufawylotowa", quantity = 1},
  41. {item = "szczerbinka", quantity = 1},
  42. {item = "mechanizmspustowouderzeniowy", quantity = 1},
  43. {item = "kolba", quantity = 1},
  44. {item = "chwytprzedni", quantity = 1},
  45. {item = "metalbron", quantity = 10},
  46. {item = "schematbudowypumpshotgun", quantity = 1},
  47. },
  48. ['WEAPON_SNSPISTOL'] = {
  49. {item = "magazynekbron", quantity = 1 },
  50. {item = "rekojesc", quantity = 1},
  51. {item = "mechanizmpistoletu", quantity = 1},
  52. {item = "lufawylotowa", quantity = 1},
  53. {item = "metalbron", quantity = 1},
  54. {item = "schematbudowypukawki", quantity = 1},
  55. },
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement