Theme editor

HRS BUILDING

Thread owner
View previous replies…
Thread owner
Obviously coding isn't your thing, I'll analyze the resource for you.
nopixeliloveyoui mean, i could take some time to research it, but yeah. Basically i just remake coords/add some stuff/items. It was easier if there was documentation where i can just copy and paste items for ox inv :D
 
i mean, i could take some time to research it, but yeah. Basically i just remake coords/add some stuff/items. It was easier if there was documentation where i can just copy and paste items for ox inv :D
exu9xGreat if you found it :-P When I touch a script I optimize it thoroughly lol and it takes me 4-5 hours to make it robust and clean. Glad you found the solution on your own, it saves me from taking 10 years to redesign it my way XD
 
Thread owner
Do you mean the items to put in the inventory in png format or are you talking about other things? :-P
nopixeliloveyouthe list of items that should be, like wooden floor etc
example:
["thymol"] = {
label = "Thymol",
weight = 500,
stack = true,
close = true,
description = "A natural treatment derived from thyme oil, effective in combating hive infections and supporting bee health.",
consume = 0,
client = {
image = "thymol.png",
}
},
 
Back
Top Bottom