public void RemoveItem(GameObject item, int type) { Destroy(item); DatabaseDataAcces.removeItem(player.id, type); LoadItems(); LoadCar(); }