We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an item has 'stack = false' and it's setup with placeholders = true
it doesn't remove the item, you can just spam sell it.
The text was updated successfully, but these errors were encountered:
@IamLation Is this still an issue?
Sorry, something went wrong.
Thanks for the report! And yes @JasonSteeleLee this is still an issue. Will try to look more into this soon!
as a temp fix mate I've just added a check if the pawnshop can carry and sends an error if not inside the BeginTransaction function
BeginTransaction
exports.ox_inventory:CanCarryAmount or exports.ox_inventory:CanSwapItem(inv, firstItem, firstItemCount, testItem, testItemCount)
exports.ox_inventory:CanCarryAmount
exports.ox_inventory:CanSwapItem(inv, firstItem, firstItemCount, testItem, testItemCount)
No branches or pull requests
If an item has 'stack = false' and it's setup with placeholders = true
it doesn't remove the item, you can just spam sell it.
The text was updated successfully, but these errors were encountered: