Skip to content

FatalErrorZ/pengu_gruppe6delivery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIVE FEEDBACK IN DISCORD!

Dependency

DISCORD

Preview

ox_inventory Items

	['cash_bag'] = {
    	label = 'Gruppe 6 Cash Bag',
    	weight = 1000,
		name = 'cash_bag',
		description = "Bag full of un-inked cash",
		useable = true,
    },
	['inked_cash_bag'] = {
    	label = 'Gruppe 6 Inked Cash Bag',
    	weight = 1000,
		name = 'inked_cash_bag',
		description = "Bag full of useless inked cash.",
		useable = true,
    },

qb-inventory Items

	cash_bag                        = { name = 'cash_bag', label = 'Gruppe 6 Cash Bag', weight = 1000, type = 'item', image = 'cash_bag.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Bag full of un-inked cash' },
	inked_cash_bag                        = { name = 'inked_cash_bag', label = 'Gruppe 6 Inked Cash Bag', weight = 1000, type = 'item', image = 'inked_cash_bag.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Bag full of useless inked cash.' },

Github Star History

Star History Chart

About

Pengu's Gruppe 6 Delivery Job!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%