femalePrice.lua / malePrice.lua

Only part of the configuration is displayed

-- The numbers and prices of the clothes that will appear in the clothing menu.
-- When you use the "/skin" command, you will be able to see all clothes in the server,this code is ONLY for players and works in Clothing stores (So you can set price for clothes or blacklist)
-- id = Number in the /skin MENU
-- price = Price that you want it to cost
-- IMPORTANT!!! If you want to set the clothes and price you need to type /skin and then write their numbers as clothes!! DO NOT OPEN THE CLOTHINGSHOP, Open admin command /skin if you want to set prices!!!!
config.clothe[`mp_m_freemode_01`] = {
    tshirt_1 = {
        { id = 15, price = 10  },
        { id = 59, price = 500  },
        { id = 61, price = 500  },
        { id = 145, price = 500  },
        { id = 171, price = 500  },
        { id = 181, price = 500  },
        { id = 182, price = 500  },
        { id = 191, price = 500  },
        { id = 192, price = 500  },
    },
    torso_1 = {
        { id = 1, price = 350 },
        { id = 3, price = 4500 },
        { id = 5, price = 350 },
        { id = 6, price = 5500 },
        { id = 7, price = 5000 },
        { id = 9, price = 3500 },
        { id = 12, price = 3500 },
        { id = 13, price = 3500 },
        { id = 14, price = 4500 },
        { id = 15, price = 10 },
        { id = 17, price = 350 },
        { id = 26, price = 450 },
        { id = 34, price = 350 },
        { id = 36, price = 1000 },
        { id = 37, price = 4500 },
        { id = 38, price = 1000 },
        { id = 39, price = 600 },
        { id = 41, price = 900 },
    }
}

Last updated