Page cover

📦FX-Stash

VORP INVENTORY SETUP

NEW VORP INVENTORY

vorp_inventory/server/services/inventoryApiService.lua

Replace Function

local function canContinue(id)
    if not CustomInventoryInfos[id] then
        return false
    end

    if not CustomInventoryInfos[id]:isPermEnabled() then
        return false
    end

    -- if not jobName and not grade then -- best code block for outsider xd
    --     return false
    -- end
    return true
end

OLD INVENTORY

STEP - 1

Add the following codes to the specified .lua file

vorp_inventory/client/controllers/NUIController.lua

Add the code below

STEP - 2

Add the following codes to the specified .lua file

vorp_inventory/client/services/NUIService.lua

Add the code below after line 311

STEP - 3

Change the below mentioned codes

vorp_inventory/html/js/secondaryInvScript.js

  • Replace const ActionTakeList

- Replace const ActionMoveList

STEP - 4

Add the following code to the specified file. After line 143

vorp_inventory/html/js/script.js

STEP - 5

Add the following code to the specified file. After line 8

vorp_inventory/html/js/data.js

Congratulations, you can now create stashes

Last updated