Es_extended - attempt to index a nil value (field 'UsableItemsCallbacks')

Hello all,

How to fix it, I just learned.

This is the line where the Error

 table.insert(data.inventory, {

      name      = name,

        count     = count,

        label     = item.label,

        weight    = item.weight,

        usable    = ESX.UsableItemsCallbacks[name] ~= nil,

        rare      = item.rare,

        canRemove = item.canRemove

      })

thank you for input

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.