uberlerd

Results 1 comments of uberlerd

I'm also seeing this issue. > if itemid > 1000 then > local first = math.floor(itemid/1000) > table.insert(outfits, first) > itemid = itemid - (first * 1000) > end