📦FX-Stash
VORP INVENTORY SETUP
NEW VORP INVENTORY
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
endOLD INVENTORY
vorp_inventory/client/controllers/NUIController.lua
vorp_inventory/client/controllers/NUIController.luavorp_inventory/client/services/NUIService.lua
vorp_inventory/client/services/NUIService.luavorp_inventory/html/js/data.js
vorp_inventory/html/js/data.jsLast updated
