KimonK

Untitled

Nov 28th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. [ "HardwareStore" ] = {
  2. Name = "Hardware Store",
  3. Model = "models/suits/male_06_shirt_tie.mdl",
  4. NPCClass = "npc_interactable",
  5. vecPos = Vector( 1309, -1572, -31 ),
  6. angAngle = Angle( 0, 90, 0 ),
  7. Items = {
  8. [ 1 ] = {
  9. Name = "Baseball Bat",
  10. Desc = "A metal bat for baseball.",
  11. Model = "models/weapons/tfa_nmrih/w_me_bat_metal.mdl",
  12. ItemName = "Weapon",
  13. Price = 400,
  14. Vars = {
  15. WeaponClass = "tfa_nmrih_bat"
  16. }
  17. },
  18. [ 2 ] = {
  19. Name = "Claw Hammer",
  20. Desc = "A claw hammer.",
  21. Model = "models/weapons/tfa_nmrih/w_tool_barricade.mdl",
  22. ItemName = "Weapon",
  23. Price = 300,
  24. Vars = {
  25. WeaponClass = "tfa_nmrih_bcd"
  26. }
  27. },
  28. [ 3 ] = {
  29. Name = "Sledge",
  30. Desc = "A sledge hammer.",
  31. Model = "models/weapons/tfa_nmrih/w_me_sledge.mdl",
  32. ItemName = "Weapon",
  33. Price = 600,
  34. Vars = {
  35. WeaponClass = "tfa_nmrih_sledge"
  36. }
  37. },
  38. [ 4 ] = {
  39. Name = "Lock Pick",
  40. Desc = "Used to lock pick doors and vehicles",
  41. Model = "models/weapons/w_crowbar.mdl",
  42. ItemName = "Weapon",
  43. Price = 400,
  44. Vars = {
  45. WeaponClass = "lockpick"
  46. }
  47. },
  48. [ 5 ] = {
  49. Name = "Extinguisher",
  50. Desc = "An extinguisher.",
  51. Model = "models/weapons/tfa_nmrih/w_tool_extinguisher.mdl",
  52. ItemName = "Weapon",
  53. Price = 300,
  54. Vars = {
  55. WeaponClass = "weapon_extinguisher"
  56. }
  57. },
  58. [ 6 ] = {
  59. Name = "Repair Kit",
  60. Desc = "A car repair kit.",
  61. Model = "models/weapons/tfa_nmrih/w_me_crowbar.mdl",
  62. ItemName = "Weapon",
  63. Price = 300,
  64. Vars = {
  65. WeaponClass = "weapon_simrepair"
  66. }
  67. },
  68. [ 7 ] = {
  69. Name = "Zip Ties",
  70. Desc = "Zip ties for whatever use.",
  71. Model = "models/props_lab/box01a.mdl",
  72. ItemName = "Weapon",
  73. Price = 300,
  74. Vars = {
  75. WeaponClass = "weapon_cuff_elastic"
  76. }
  77. },
  78. [ 8 ] = {
  79. Name = "Camera",
  80. Desc = "A very nice camera.",
  81. Model = "models/props_lab/box01a.mdl",
  82. ItemName = "Weapon",
  83. Price = 300,
  84. Vars = {
  85. WeaponClass = "gmod_camera"
  86. }
  87. },
  88. },
  89. },
Add Comment
Please, Sign In to add comment