Theme editor

Prodigy Inventory 2.0 [ox]

iASD3

Member
Joined
Sep 17, 2022
Messages
7
Reaction score
0
Points
1
Credits
100
Thread owner
I will buy it from you if you own it


I WANT
[UI Source] PLZZZ
 
Last edited:
Last edited:
Thread owner
# Prodigy Themed Inventory

Here i was the first was that leaked this on this website its rare so


if u dont trust


look on There i was The first person that leaked it so dont give ur self Credits please its for evryone to have for free;)
THX BRO DID U HAVE UI Source?
 
change in ox_inventory > modules > utils > client.lua

Search > point Cpoint

change to this

---@param point CPoint
function Utils.nearbyMarker(point)
if point.isClosest and point.currentDistance < 1.2 then
if not hasTextUi then
hasTextUi = point
lib.showTextUI(point.prompt.message, point.prompt.options)
end
if IsControlJustReleased(0, 38) then
CreateThread(function()
if point.inv == 'policeevidence' then
client.openInventory('policeevidence')
elseif point.inv == 'crafting' then
client.openInventory('crafting', { id = point.benchid, index = point.index })
else
client.openInventory(point.inv or 'drop', { id = point.invId, type = point.type })
end
end)
end
elseif hasTextUi == point then
hasTextUi = nil
lib.hideTextUI()
end
end

enjoy ;)
 
Back
Top Bottom