Theme editor

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

HRS BUILDING

Thread owner
View previous replies…
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
Great 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
nopixeliloveyoubut if you have any chance to get items.lua it would be great :)
 
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