Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sets the maximum weight capacity for an inventory.
exports['jaksam_inventory']:setInventoryMaxWeight(inventoryId, maxWeight)
-- Set player inventory max weight exports['jaksam_inventory']:setInventoryMaxWeight(1, 100) -- Set stash max weight exports['jaksam_inventory']:setInventoryMaxWeight('police_stash_1', 500)
inventoryId
maxWeight
success
Related topics