Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sh_limeInv.storables['spawned_money'] =
- {
- name = "Money",
- maxStack = 1,
- stackable = false, --Money shouldn't be stackable, otherwise you can turn a stack with X cash into a stack with Y cash
- descr = "Some people believe that if they'll have lots of it, they'll be happy",
- camPos = Vector( 7, 7, 7 ),
- lookAt = Vector( 0, 0, 0 ),
- usable = true,
- vars = {},
- dtvars = { 'amount' },
- }
Advertisement
Add Comment
Please, Sign In to add comment