01-18-2015, 09:09 AM
For SpawnItemPickups, add stuff to a cItems by either:
cItems:Add(cItem(ItemType, Count, Damage, EnchantmentString, CustomName, Lore)) or
cItems:Add(ItemType, ItemCount, ItemDamage)
for a created cItems object.
Try this link for sound effects.
cItems:Add(cItem(ItemType, Count, Damage, EnchantmentString, CustomName, Lore)) or
cItems:Add(ItemType, ItemCount, ItemDamage)
for a created cItems object.
Try this link for sound effects.