๐งInstallation
SQL
Fivemanage API Key
set graffiti_fivemanage_key "YOUR_API_KEY_HERE"Items
ox_inventory โ data/items.lua
['graffiti_spray'] = {
label = 'Spray Paint',
weight = 300,
stack = false,
close = true,
description = 'A can of spray paint. Color and durability stored in metadata.',
client = { image = 'graffiti_spray.png' },
},
['graffiti_eraser'] = {
label = 'Graffiti Eraser',
weight = 200,
stack = false,
close = true,
description = 'Removes graffiti strokes from a canvas. Has limited uses.',
client = { image = 'graffiti_eraser.png' },
},qb-core / qbx-core โ qb-core/shared/items.lua
ESX โ SQL
Item metadata reference
Item
Field
Description
server.cfg
Last updated