How can I get all items from mall safebox and put in my inventory in 1 sec?
try something with:Quote:
How can I get all items from mall safebox and put in my inventory in 1 sec?
net.SendSafeboxItemMovePacket(AttachedSlotPos, SlotIndex, 0) net.SendSafeboxCheckoutPacket(AttachedSlotPos, SlotIndex) net.SendSafeboxCheckinPacket(AttachedSlotPos, SlotIndex) net.SendSafeboxWithdrawMoneyPacket(MoneyCount) net.SendSafeboxSaveMoneyPacket(MoneyCount) safebox.GetMallSize() safebox.GetMallItemAttribute(SlotIndex, value) safebox.GetMallItemMetinSocket(SlotIndex, value) safebox.GetMallItemCount safebox.GetMallItemID safebox.GetItemID safebox.GetCurrentSafeboxSize()