Storages
Storage
CreateStorage
exports['skeexs-inventory']:CreateStorage(config)local storage, err = exports['skeexs-inventory']:CreateStorage({
id = 'police_locker_1',
label = 'Police Locker',
coords = vector3(450.0, -990.0, 30.0),
slots = { width = 5, height = 8 },
maxWeight = 100000,
access = { jobs = { 'police' } }
})Config Options
Property
Type
Description
Access Control
OpenStorage
CloseStorage
GetStorage
StorageExists
UpdateStorage
DeleteStorage
Storage Item Operations
AddStorageItem
RemoveStorageItem
GetStorageItems
SetStorageItems
ClearStorage
CheckStorageAccess
Last updated