01-31-2014, 11:46 PM
You can't spawn pickups using the cPickups class. You need to use:
local Items = cItems(Window:GetSlot(Player, 0) PlayerWorld:SpawnItemPickups(Items, Player:GetPosX(), Player:GetPosY(), Player:GetPosZ())