Skip to main content

Nord Inventory v1.6.11

Official Nord Lab documentation for Nord Inventory v1.6.11, covering installation, secure admin access, Admin Studio, weapon magazine ammunition, vehicle storage, Nord Staff integration, developer API and production operations.

Welcome · Nord Inventory v1.6.11

Nord Inventory is Nord Lab's production-ready, server-authoritative inventory system for FiveM. I...

Quick Start

This is the shortest path to a working Nord Inventory installation. 1. Requirements FiveM server ...

What’s New · v1.6.11

This page summarizes the important changes since the v1.6.8 prop-fallback release. v1.6.11 · Admi...

1 · Setup & Access

Install Nord Inventory, choose a framework, configure administrator access and set the core runti...

2 · Player Experience

Player inventory UI, hotbar, ground interactions, containers, metadata and Personal Studio.

3 · Admin Studio & Items

Manage the item registry, categories, use actions, prop fallback, metadata, lifecycle and imports.

4 · Weapons & Ammunition

Server-authoritative magazine ammunition, reload modes, durability and weapon visuals.

5 · Vehicle Storage

Trunks, gloveboxes, Vehicle Storage Studio, addon placement, NPC loot and capacity exports.

6 · Nord Staff & Developer API

Nord Staff integration plus server/client exports, stashes, hooks and migration patterns.

Nord Staff Integration

Nord Inventory is designed to integrate with Nord Staff as part of the Nord Lab ecosystem. Integr...

Integration API Overview

Nord Inventory exposes a Nord-native API with familiar slot-inventory contracts so other FiveM re...

Server Exports · Catalog & Opening

Inventory/catalog exports Export Purpose GetInventoryType() Returns nord_inventory GetItemDefini...

Server Exports · Add, Remove & Carry

AddItem local ok, result = exports.nord_inventory:AddItem( source, 'water', 2, { ...

Server Exports · Read & Search

Inventory data local inv = exports.nord_inventory:GetInventory(source) Public inventory data incl...

Server Exports · Metadata & Inventory Management

Metadata exports.nord_inventory:SetMetadata(target, slot, metadata) exports.nord_inventory:GetMet...

Client Read-Only Exports

Nord maintains a lightweight local player-inventory snapshot so common read-only exports work eve...

Registering Stashes & Custom Inventories

RegisterInventory exports.nord_inventory:RegisterInventory('mechanic_storage', { label = 'Mec...

Usable Items & Hooks

RegisterUsableItem Use a trusted server resource to attach behavior to an item: exports.nord_inve...

Runtime Item Registration

Trusted server resources can register an item definition without editing shared/items.lua. local...

OX / QB Migration Examples

Nord intentionally exposes familiar helpers so resource integration can be small. Item count OX-s...

Complete Export Index · v1.6.11

Server · Core and registry GetInventoryType, GetItemDefinition, GetItems, GetItemList, Items,...

7 · Database, Security & Operations

Persistence, security model, troubleshooting, upgrades and production validation.