OpenStash

Opens a stash interface for the player.

Syntax:

Bridge.Inventory.OpenStash(stashId)

Parameters:

  • stashId (string) - Unique identifier for the stash

Example:

local Bridge = exports['community_bridge']:Bridge()
Bridge.Inventory.OpenStash("police_evidence")

Last updated