Skip to content

[SUGGESTION] [FIX] Apartment Stash Not Working Fix #130

@minuka05

Description

@minuka05

Go to qb-apartments/server/main.lua, locate the event apartments:server:openStash, and replace it with the following code:

RegisterNetEvent('apartments:server:openStash', function(CurrentApartment)
    local src = source
    local other = { maxweight = 1000000, slots = 50 }
    exports['qb-inventory']:OpenInventory("stash", CurrentApartment, other, src)
end)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions