Functions
Client
setStashTarget

Forces the secondary-inventory key to open the passed inventory. Can be useful to enable inventory access while standing inside a marker.

exports.ox_inventory:setStashTarget(id, owner)
  • id: string or number
    • Stash id.
  • owner?: string or number

Example:

exports.ox_inventory:setStashTarget('motel5', 'bobsmith')