Theme editor

  • If you experience issues login with Discord, reset your password and wait 3 minutes for the email!

STANDALONE ProdigyRP Inventory - OX Inventory Remake Full Open

nck

Trainee Moderator
Staff member
Trainee Moderator
Joined
Aug 7, 2023
Messages
114
Reaction score
2
Points
18
Credits
24,483
Thread owner
Hello, this is the most up to date version, full open source. just remove .fxap and the stream folder


this video is a little out of date, but it still applies regardless. I will not provide support for this inventory, i do not use it, i just have it.
Inside the link is the inventory itself, a web.zip which is open, along with 2 files you must replace, which is the cl_escrow and sv_escrow.lua's

this is drag and drop ready, as i've tested it personally however i do not like this inventory anymore.
Do note; the older version of this was leaked already, however this is up to date as of October 10th 2025, so any previous version you might have is probably buggy.

 
Last edited:
deleted
 
Last edited:
giving item doesnt work, as its trying to do ClientFuncs.SendGiveUI

but this doesnt exist in cl_escrow.lua
 
Thread owner
giving item doesnt work, as its trying to do ClientFuncs.SendGiveUI

but this doesnt exist in cl_escrow.lua
MelktertOdd, all of it works for me and is a direct paste from keymaster.
 
Thread owner
look in your cl_escrow if you have ClientFuncs.SendGiveUI
Melktert---Sends give UI data to NUI
---@param data table Player list and item data
---@return nil
function ClientFuncs.SendGiveUI(data)
SendNUIMessage({ action = 'UpdatePlayerList', data = data })
end

it's inside cl_escrow.lua, which is uploaded to the gofile.

in both the files provided by Akilla Developments & Keymaster, both have this function and the inventory works correctly for me.
make sure you're setting it up properly.
 
Back
Top Bottom