Advertisement
Guest User

items

a guest
Apr 6th, 2020
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1.   {name = 'PISTOL_AMMO',        label = 'Pistol ammo',    description = '', type = "client",    choices = nil,  weight = 0.01},
  2.   {name = 'RIFLE_AMMO',         label = 'Rifle ammo',     description = '', type = "client",    choices = nil,  weight = 0.01},
  3.   {name = 'SMG_AMMO',           label = 'Smg ammo',       description = '', type = "client",    choices = nil,  weight = 0.01},
  4.   {name = 'SNIPER_AMMO',        label = 'Sniper ammo',    description = '', type = "client",    choices = nil,  weight = 0.01},
  5.   {name = 'LMG_AMMO',           label = 'Lmg ammo',       description = '', type = "client",    choices = nil,  weight = 0.01},
  6.   {name = 'SHOTGUN_AMMO',       label = 'Shotgun ammo',   description = '', type = "client",    choices = nil,  weight = 0.01},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement