Advertisement
Guest User

gundata

a guest
Mar 20th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. guns = {
  2.   luger = 4974,
  3.   trenchgun = 4990,
  4.   g3 = 5009,
  5.   rpd = 5038,
  6.   }
  7.  
  8. ammo = {
  9.   -- by size
  10.   plain10 = 4896,
  11.   plain20 = 4893,
  12.   plain30 = 4881,
  13.   plain40 = 4921,
  14.   plain50 = 4862,
  15.   plain100 = 4848,
  16.   plain250 = 4850,
  17.   plain500 = 4910,
  18.  
  19.   -- explosive bullets
  20.   explosive10 = 4886,
  21.   explosive100 = 4911,
  22.  
  23.   -- incendiary
  24.   dragonshells = 4931,
  25.  
  26.   -- grenades
  27.   impact = 4954,
  28.   bouncy = 4955,
  29.   gas = 4956,
  30.   incendiary = 4957,
  31.   rpg = 4920,
  32.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement