--[[ © 2011 CloudSixteen.com do not share, re-distribute or modify without permission of its author (kurozael@gmail.com). --]] ITEM = openAura.item:New(); ITEM.base = "ammo_base"; ITEM.name = "Shotgun Shells"; ITEM.cost = 30; ITEM.classes = {CLASS_EOW}; ITEM.model = "models/items/boxbuckshot.mdl"; ITEM.weight = 1; ITEM.access = "V"; ITEM.uniqueID = "ammo_buckshot"; ITEM.business = true; ITEM.ammoClass = "buckshot"; ITEM.ammoAmount = 16; ITEM.description = "A red box filled with shells."; openAura.item:Register(ITEM);