Returns true if the item swap is possible based on inventory weight.
exports.ox_inventory:CanSwapItem(inv, firstItem, firstItemCount, testItem, testItemCount)- inv:
tableorstringornumber - firstItem:
string - firstItemCount:
number - testItem:
string - testItemCount:
number