krille09
12-07-2015, 06:32 PM
while (true) do
Container(0):MoveItemToContainer(0, "backpack", 0, 1000)
wait(100)
end
While it does work, but it moves every item and I don't want that, is it possible to move a table of items instead of every?
Thank you for your time!
Container(0):MoveItemToContainer(0, "backpack", 0, 1000)
wait(100)
end
While it does work, but it moves every item and I don't want that, is it possible to move a table of items instead of every?
Thank you for your time!