Items
How to Configure Ice-O-Rink Items in Your Inventory System
To make the ice skates and entry ticket work properly, you must add them to the inventory system your server uses.
The example provided is for qb-core, and you should place the items inside:
If you're using another inventory system (e.g.,
ox_inventory
,core_inventory
, etc.), you’ll need to configure the items according to that system’s documentation.
🧊 Item Example (for qb-core
):
⚠️ Notes:
useable = true
is required so players can equip the skates.The
image
field should match the image directory used by your inventory system.Each color variant must be added separately, as shown.
Last updated