HighLeaks
Help

PAID OX INVENTORY RENAME ITEM AND BLACKLIST

gustavogaviriaahaha gustavogaviriaahaha Started 17 replies 3,064 views
#1
Bonjour à tous, ce que je propose ce n'est pas l'inventaire, les inventaires et ceux de surétendue et totalement gratuit, je le recommande à tous étant donné qu'il est open source et considéré comme le meilleur inventaire gratuit, je vends donc ce qui se trouve autour de la reconstruction du côté js et l'ajout de la possibilité de renommer l'inventaire, ce script et open sources si vous souhaitez maintenir les principales mises à jour du ox_inventoryBlacklist les éléments que vous ne souhaitez pas renommer750 ITEM750 IMAGE
[attachment removed]



[/attachment]
#1
nice job bro good to see u
#2
nice rebuilt bro! good work
#3
thank you for sharing bro
#4
Love this thank you man!
#5




zwaardkoning,

wrote:



Love this thank you man!




thanks you my brother ^^
#6




gustavogaviriaahaha,

wrote:



Bonjour à tous, ce que je propose ce n'est pas l'inventaire, les inventaires et ceux de surétendue et totalement gratuit, je le recomm...




its free in git ??

lazy to scearch git link

but author name i think NikXpro[/attachment]
#7




Fivem

wrote:



its free in git ??

lazy to scearch git link

rbut author name i think NikXpro




Yes when you steal code it can be free, but you must be a monkey who hasn't come out of his cave for a long time I think. Or you speak without knowing
#8
And your Niks is so bad at coding that he didn't even manage to adapt my version with the blacklist of items and other things that were there since the end of 2022 :D
#9




Fivem

wrote:



its free in git ??

lazy to scearch git link

but author name i think NikXpro




But I don't blame you, you're on a leak site to get it for free while I make money, come on, kisses

[attachment removed][/attachment]
#10
nice script thank you so much
#11
Thanks for your script nice one.
#12
nice bro this is great share
#13




gustavogaviriaahaha,

wrote:



But I don't blame you, you're on a leak site to get it for free while I make money, come on, kisses

[attachment removed]






your also in leak site dont forget that



here is the rename option in free scorce : https://github.com/NikXpro/ox_inventory



for blacklist item





local renameBlacklist = { "item1", "item2", "item3" }



function attemptRename(player, slotId, newName)

local item = exports.ox_inventory:GetSlotWithItem(player, slotId)



if not item then

lib.notify({ title = "Error", description = "Item not found!", type = "error" })

return

end

if table.contains(renameBlacklist, item.name) or item.metadata.allowRename == false then

lib.notify({ title = "Error", description = "You cannot rename this item!", type = "error" })

return

end

local success = MySQL.update.await('UPDATE items_table SET name = ? WHERE id = ?', { newName, item.id })

if success then

lib.notify({ title = "Success", description = "Item renamed successfully!", type = "success" })

else

lib.notify({ title = "Error", description = "Failed to rename the item!", type = "error" })

end

end





[attachment removed][/attachment][/attachment]
#14




gustavogaviriaahaha,

wrote:



Bonjour à tous, ce que je propose ce n'est pas l'inventaire, les inventaires et ceux de surétendue et totalement gratuit, je le recomm...




Yes, Maybe buy guys, ThanksYes, Maybe buy guys, Thanks[/attachment]
#15




Fivem

wrote:



your also in leak site dont forget that



here is the rename option in free scorce : https://github.com/NikXpro/ox_inventory



for blacklist item



[CODE]

local renameBlacklis...




local success = MySQL.update.await('UPDATE items_table SET name = ? WHERE id = ?', { newName, item.id })

Make sql queries to rename an item on an inventory in metadata bahahahahah imagine the qi

GG man but this code is the champion ahahahhhaa[/attachment]
#16
thank you for this scripts nice one
#17