Advertisement
Trsak

Untitled

Jul 30th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1.  
  2. Config.Weapons = {
  3. ["weapon_pistol"] = {
  4. label = "Beretta M9",
  5. hasAmmo = true,
  6. ammoType = GetHashKey("AMMO_PISTOL"),
  7. weight = 1.1,
  8. hash = GetHashKey("weapon_pistol")
  9. },
  10. ["weapon_heavypistol"] = {
  11. label = "H&K MK23 Socom",
  12. hasAmmo = true,
  13. ammoType = GetHashKey("AMMO_PISTOL"),
  14. weight = 1.1,
  15. hash = GetHashKey("weapon_heavypistol")
  16. },
  17. ["weapon_pistol_mk2"] = {
  18. label = "Smith & Wesson M&P",
  19. hasAmmo = true,
  20. ammoType = GetHashKey("AMMO_PISTOL"),
  21. weight = 0.7,
  22. hash = GetHashKey("weapon_pistol_mk2")
  23. },
  24. ["weapon_combatpistol"] = {
  25. label = "Glock 17",
  26. hasAmmo = true,
  27. ammoType = GetHashKey("AMMO_PISTOL"),
  28. weight = 0.65,
  29. hash = GetHashKey("weapon_combatpistol")
  30. },
  31. ["weapon_carbinerifle"] = {
  32. label = "M4A1",
  33. hasAmmo = true,
  34. ammoType = GetHashKey("AMMO_RIFLE"),
  35. weight = 4.0,
  36. hash = GetHashKey("weapon_carbinerifle")
  37. },
  38. ["weapon_assaultrifle"] = {
  39. label = "AK-47",
  40. hasAmmo = true,
  41. ammoType = GetHashKey("AMMO_RIFLE"),
  42. weight = 4.75,
  43. hash = GetHashKey("weapon_assaultrifle")
  44. },
  45. ["weapon_advancedrifle"] = {
  46. label = "Steyr AUG A3",
  47. hasAmmo = true,
  48. ammoType = GetHashKey("AMMO_RIFLE"),
  49. weight = 4.0,
  50. hash = GetHashKey("weapon_advancedrifle")
  51. },
  52. ["weapon_specialcarbine"] = {
  53. label = "SCAR-H",
  54. hasAmmo = true,
  55. ammoType = GetHashKey("AMMO_RIFLE"),
  56. weight = 3.8,
  57. hash = GetHashKey("weapon_specialcarbine")
  58. },
  59. ["weapon_flashlight"] = {
  60. label = "Baterka",
  61. hasAmmo = false,
  62. ammoType = "Baterka",
  63. weight = 0.85,
  64. hash = GetHashKey("weapon_flashlight")
  65. },
  66. ["weapon_pumpshotgun"] = {
  67. label = "Pumpovací brokovnice",
  68. hasAmmo = true,
  69. ammoType = GetHashKey("AMMO_SHOTGUN"),
  70. weight = 3.0,
  71. hash = GetHashKey("weapon_pumpshotgun")
  72. },
  73. ["weapon_smg"] = {
  74. label = "MP5",
  75. hasAmmo = true,
  76. ammoType = GetHashKey("AMMO_SMG"),
  77. weight = 3.0,
  78. hash = GetHashKey("weapon_smg")
  79. },
  80. ["weapon_nightstick"] = {
  81. label = "Teleskopický obušek",
  82. hasAmmo = false,
  83. ammoType = "Obušek",
  84. weight = 0.1,
  85. hash = GetHashKey("weapon_nightstick")
  86. },
  87. ["weapon_dagger"] = {
  88. label = "Dýka",
  89. hasAmmo = false,
  90. ammoType = "Dýka",
  91. weight = 0.45,
  92. hash = GetHashKey("weapon_dagger")
  93. },
  94. ["weapon_bat"] = {
  95. label = "Baseballová pálka",
  96. hasAmmo = false,
  97. ammoType = "Baseballová pálka",
  98. weight = 0.9,
  99. hash = GetHashKey("weapon_dagger")
  100. },
  101. ["weapon_crowbar"] = {
  102. label = "Páčidlo",
  103. hasAmmo = false,
  104. ammoType = "Páčidlo",
  105. weight = 0.6,
  106. hash = GetHashKey("weapon_crowbar")
  107. },
  108. ["weapon_hatchet"] = {
  109. label = "Sekera",
  110. hasAmmo = false,
  111. ammoType = "Sekera",
  112. weight = 0.6,
  113. hash = GetHashKey("weapon_hatchet")
  114. },
  115. ["weapon_knife"] = {
  116. label = "Nůž",
  117. hasAmmo = false,
  118. ammoType = "Nůž",
  119. weight = 0.2,
  120. hash = GetHashKey("weapon_knife")
  121. },
  122. ["weapon_machete"] = {
  123. label = "Mačeta",
  124. hasAmmo = false,
  125. ammoType = "Mačeta",
  126. weight = 1.15,
  127. hash = GetHashKey("weapon_machete")
  128. },
  129. ["weapon_knuckle"] = {
  130. label = "Boxer",
  131. hasAmmo = false,
  132. ammoType = "Boxer",
  133. weight = 0.15,
  134. hash = GetHashKey("weapon_knuckle")
  135. },
  136. ["weapon_switchblade"] = {
  137. label = "Vyskakovací nůž",
  138. hasAmmo = false,
  139. ammoType = "Vyskakovací nůž",
  140. weight = 0.15,
  141. hash = GetHashKey("weapon_switchblade")
  142. },
  143. ["weapon_stungun"] = {
  144. label = "TASER X26",
  145. hasAmmo = false,
  146. ammoType = "TASER X26",
  147. weight = 0.15,
  148. hash = GetHashKey("weapon_stungun")
  149. },
  150. ["gadget_parachute"] = {
  151. label = "Padák",
  152. hasAmmo = false,
  153. ammoType = "Padák",
  154. weight = 10.0,
  155. hash = GetHashKey("gadget_parachute")
  156. }
  157. }
  158.  
  159. Config.Magazines = {
  160. ["magazine_pistol"] = {
  161. ammo = 30,
  162. ammoType = GetHashKey("AMMO_PISTOL"),
  163. animDict = "weapons@pistol@ap_pistol_str",
  164. anim = "reload_aim",
  165. reloadTime = 800
  166. },
  167. ["magazine_rifle"] = {
  168. ammo = 30,
  169. ammoType = GetHashKey("AMMO_RIFLE"),
  170. animDict = "weapons@submg@advanced_rifle_str",
  171. anim = "reload_aim",
  172. reloadTime = 1700
  173. },
  174. ["magazine_smg"] = {
  175. ammo = 30,
  176. ammoType = GetHashKey("AMMO_SMG"),
  177. animDict = "weapons@submg@assault_smg_str",
  178. anim = "reload_aim",
  179. reloadTime = 1500
  180. },
  181. ["shotgun_ammo"] = {
  182. ammo = 10,
  183. ammoType = GetHashKey("AMMO_SHOTGUN"),
  184. animDict = "weapons@rifle@lo@sawnoff_str",
  185. anim = "reload_aim",
  186. reloadTime = 1800
  187. }
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement