Getting Started
Please follow these instructions carefully if you do so you should have no issues, if you do still experience issues after reading through all of this then please make a ticket in discord.
Converting Data from Older Version
Inventory Instructions
π€ OX_INVENTORY/DIRK_INVENTORY
['windscreen'] = {
['weight'] = 1000,
['label'] = 'Windscreen',
},βQB-INVENTORY
['windscreen'] = {
['description'] = 'Vehicle Part',
['useable'] = true,
['weight'] = 1000,
['shouldClose'] = false,
['type'] = 'item',
['label'] = 'Windscreen',
['unique'] = false,
['name'] = 'windscreen',
},Last updated