let cloth;
mp.events.add('garden_start_work', (player) => {
cloth = JSON.stringify({
Head: player.getClothes(0), Mask: player.getClothes(1), Hair: player.getClothes(2), Torso: player.getClothes(3), Legs: player.getClothes(4), Bags: player.getClothes(5),
Shoes...