overextended / ox_inventory

Slot-based inventory with metadata.
https://overextended.dev/ox_inventory
GNU General Public License v3.0
465 stars 705 forks source link

Crafting Bug | Opens Hotbar Instead of Crafting Table #1534

Closed partiicake closed 11 months ago

partiicake commented 12 months ago

Describe the bug A clear and concise description of what the bug is. data/crafting - When you create additional points to access the table the user can only open the first location and others will not open. We are using vec3 coordinates not target. Also is there an item limit for the crafting table?

Framework The framework your server uses for players (e.g. Ox, ESX, QB). ESX Framework

Resource version The version number listed in fxmanifest.lua, or optionally a commit hash. Version '2.35.1'

To Reproduce Steps to reproduce the behavior:

  1. Go to 'data/crafting'
  2. Scroll to the 'points' section. Create a new point add coordinates.
  3. Visit the point in city to see if you can access the crafting table.
  4. This does not produce an error but the crafting table does not open for the user at the new added location.

Expected behavior A clear and concise description of what you expected to happen. I expected the user to access the table but it just displays the hotbar items and does not open the crafting table.

Screenshots

Additional context

partiicake commented 11 months ago

Update | Pressing E at the at all the locations opens the menu. This is resolved.