Hey, I have two questions
firtsly - It is possible to do two/three lanes with loot (yellow + red or green or all three)
secondary - how to make that work 'butcher's axe' and other with " ' " in hud
copy paste this code on console
local items = {}
local LootPrice = 2000 -- Minimum Price to add to list
foreach lootingitem l do
if l.sellprice >= LootPrice then
table.insert(items,l.name)
end
end
print(items)
@lolotrolo
@Leonardo
Is there any possibility to show only the itens that I filled in the Items variable ?
i just open the script on notepad and paste it at the end? sorry im new to this
Is is possible to change color from Orange to Green for rare items?
it isnt showing the colour like yellow on the screen, everything is in the same colour