Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Items respawning in Inventory?
#2
So it only messes up for equip-able items? If you drop a non equip-able item say an apple it works fine?

Maybe the server is not clearing the player data after it has logged out. And is doing something like this when you log in

Code:
for i in inventory
{
  if (i == no item)
  {
     do nothing //should be clearing the slot here
  }
  else
  {
      set item
  }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)