SMX logo

SMX Documentation

Production-grade Script Knowledge Base

Build 2026.04 Live Docs



Item Creator

Scripts · FiveM Ready

Installation Blueprint

Step 1: Place Resource

Extract to resources/[smx]/smx-itemcreator.

Step 2: Verify Item Table

Ensure Config.ItemTable points to your real item table (default items).

Step 3: Select Framework + Inventory

Set Config.Framework and Config.Inventory (auto recommended first).

Step 4: Configure Permissions

Set ESX admin groups or QBCore permissions in config before production use.

Step 5: Open and Test

Run /itemcreator, create a test item, and verify live sync behavior.

Recommended server.cfg Order

ensure oxmysql
ensure es_extended   # or qb-core
ensure smx-itemcreator

No extra SQL file is required by this resource. It works on your existing item table structure.

Required DB Columns

The configured item table must contain at least:

name
label
weight
rare
can_remove

The script uses these columns directly in SELECT/INSERT/UPDATE/DELETE operations.

Important: If your framework uses another schema, adapt Config.ItemTable and server queries before go-live.