Blue Byte Documentation
  • Home
  • Scripts
    • Advanced Inventory
      • Installation
      • Migration
      • Temporary Inventories
      • API
        • Client Exports
          • GetAPI
          • GetItems
          • GetItem
          • IsInventoryOpen
          • DisableInventory
          • IsInventoryDisabled
          • RefreshClothing
          • GetPlayerInventory
          • SetDrawAnimation
          • ResetDrawAnimation
          • GetPlayerItemCount
          • AccessInventory
          • GetCurrentWeapon
        • Server Exports
          • GetAPI
          • GetItems
          • GetItem
          • GetPlayerInventory
          • ClearPlayerInventory
          • ClearPlayerClothing
          • AddPlayerItem
          • SetPlayerClothing
          • SetPlayerClothingFromCurrentComponents
          • RemovePlayerItem
          • CanPlayerCarryItem
          • GetPlayerItemCount
          • AddPlayerWeapon
          • RegisterUsableItem
          • SetItemMetadata
          • GetPlayerClothingByIdentifier
          • RemoveInventoryItemById
          • RemoveInventoryItemBySlot
          • GetInventoryItemById
          • GetPlayerItemById
          • CreateInventory
          • LoadInventoryByIdentifier
          • RegisterTemporaryInventoryHandler
          • ClearInventoryById
          • SearchPlayer
    • Simple Garage
    • Simple Tattoostudio
Powered by GitBook
On this page
  • Asset Download
  • Script Download
  • Script Installation
  1. Scripts
  2. Advanced Inventory

Installation

PreviousAdvanced InventoryNextMigration

Last updated 24 days ago


Asset Download

To download the inventory assets (including clothing images), simply open the confirmation email you received after purchase. Inside, you’ll find a single link that lets you download all of the assets at once.

After downloading the assets, place them in your resource directory.


Script Download

  1. Log in to your

  2. Locate and download the bb_inventory and bb_lib scripts.

  3. Install by moving both bb_inventory and bb_lib folders into your server resources directory.


Script Installation

After placing bb_inventory, bb_inventory_assets & bb_lib inside your server resource directory, insert the database.sql in your database. You can find the SQL in bb_inventory/database.sql.

CFX Portal