Netheous

Untitled

Mar 3rd, 2014
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. sh_limeInv.storables['spawned_money'] =
  2. {
  3.     name        = "Money",
  4.     maxStack    = 1,
  5.     stackable   = false, --Money shouldn't be stackable, otherwise you can turn a stack with X cash into a stack with Y cash
  6.     descr       = "Some people believe that if they'll have lots of it, they'll be happy",
  7.     camPos      = Vector( 7, 7, 7 ),
  8.     lookAt      = Vector( 0, 0, 0 ),
  9.     usable      = true,
  10.     vars        = {},
  11.     dtvars      = { 'amount' },
  12. }
Advertisement
Add Comment
Please, Sign In to add comment