exports
createSaleStash
Creates a sale stash with ox_inventory parameters
exports['Renewed-Lib']:CreateSaleStash(id, label, items, coords)- id:
string - label:
string - items:
table - coords:
vector
exports['Renewed-Lib']:createSaleStash(
'testSaleStash_1',
'Test Stash',
{
['water'] = 1,
['sandwich'] = 1
},
vec3(123, 123, 123)
)